"./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 5/5) 2026/02/02 05:10:28 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qanuqiz0yucu" 2026/02/02 05:10:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/02 05:10:28 DEBUG : Creating backend with remote "/tmp/rclone973602666" === RUN TestCopy run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:10:28 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 05:10:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu" with ID 2578632 2026/02/02 05:10:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:10:29 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:10:29 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:10:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578633 2026/02/02 05:10:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:10:31 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:10:31 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 05:10:39 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 05:10:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:10:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopy (13.23s) === RUN TestCopyNoTraverse run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:10:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:10:41 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:10:41 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:10:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578634 2026/02/02 05:10:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:10:43 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:10:43 INFO : sub dir/hello world: Copied (new) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/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 05:10:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:10:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyNoTraverse (12.54s) === RUN TestCopyCheckFirst run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:10:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Running all checks before starting transfers 2026/02/02 05:10:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:10:54 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:10:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Checks finished, now starting transfers 2026/02/02 05:10:54 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:10:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578635 2026/02/02 05:10:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:10:56 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:10:56 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 05:11:11 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:11:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyCheckFirst (28.88s) === RUN TestSyncNoTraverse run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:11:22 ERROR : Ignoring --no-traverse with sync 2026/02/02 05:11:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:11:23 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:11:23 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:11:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578636 2026/02/02 05:11:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:11:25 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:11:25 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:11:25 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 05:11:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:11:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestSyncNoTraverse (13.06s) === RUN TestCopyWithDepth run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:11:36 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/02/02 05:11:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:11:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:11:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "hello world2" 2026/02/02 05:11:37 DEBUG : hello world2: size = 12 OK 2026/02/02 05:11:37 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 05:11:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/hello_world2 --- FAIL: TestCopyWithDepth (10.51s) === RUN TestCopyEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:11:46 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/02/02 05:11:46 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 05:11:46 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/02/02 05:11:46 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 05:11:46 INFO : sub dir2: Making directory 2026/02/02 05:11:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir2" with ID 2578637 2026/02/02 05:11:47 INFO : sub dir: Making directory 2026/02/02 05:11:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578638 2026/02/02 05:11:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:11:47 INFO : sub dir2/sub sub dir2: Making directory 2026/02/02 05:11:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir2/sub sub dir2" with ID 2578639 2026/02/02 05:11:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:11:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:11:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:11:48 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:11:48 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 05:11:58 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 05:11:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:11:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/sub sub dir2" 2026/02/02 05:12:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2" 2026/02/02 05:12:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyEmptyDirectories (14.89s) === RUN TestCopyNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:12:01 INFO : sub dir2: Making directory 2026/02/02 05:12:01 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/02/02 05:12:01 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 05:12:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:12:01 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:12:01 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:12:02 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578640 2026/02/02 05:12:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:12:17 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:12:17 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 05:12:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:12:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyNoEmptyDirectories (31.86s) === RUN TestMoveEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:12:33 DEBUG : sub dir2: Making directory with metadata 2026/02/02 05:12:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 05:12:33 INFO : sub dir2: Making directory 2026/02/02 05:12:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir2" with ID 2578641 2026/02/02 05:12:33 INFO : sub dir: Making directory 2026/02/02 05:12:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578642 2026/02/02 05:12:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:12:34 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:12:34 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:12:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:12:35 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:12:35 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:12:35 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 05:12:44 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 05:12:44 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 05:12:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:12:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2" 2026/02/02 05:12:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestMoveEmptyDirectories (13.89s) === RUN TestMoveNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:12:47 INFO : sub dir2: Making directory 2026/02/02 05:12:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:12:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:12:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:12:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578643 2026/02/02 05:12:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:12:49 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:12:49 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:12:49 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 05:12:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:12:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestMoveNoEmptyDirectories (12.61s) === RUN TestSyncEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:12:59 DEBUG : sub dir2: Making directory with metadata 2026/02/02 05:12:59 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/02/02 05:12:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 05:13:00 INFO : sub dir2: Making directory 2026/02/02 05:13:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir2" with ID 2578644 2026/02/02 05:13:00 INFO : sub dir: Making directory 2026/02/02 05:13:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578645 2026/02/02 05:13:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:13:00 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:13:00 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:13:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:13:16 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:13:16 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:13:16 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 05:13:29 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/02/02 05:13:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:13:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2" 2026/02/02 05:13:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestSyncEmptyDirectories (32.28s) === RUN TestSyncNoEmptyDirectories run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:13:32 INFO : sub dir2: Making directory 2026/02/02 05:13:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:13:32 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:13:32 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:13:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578646 2026/02/02 05:13:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:13:34 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:13:34 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:13:34 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 05:13:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:13:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestSyncNoEmptyDirectories (12.58s) === RUN TestServerSideCopy run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:13:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578647 2026/02/02 05:13:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:13:55 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qelebug9cimu" 2026/02/02 05:13:55 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) FileLu root 'rclone-test-qanuqiz0yucu' -> FileLu root 'rclone-test-qelebug9cimu' 2026/02/02 05:13:56 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 05:13:56 DEBUG : FileLu root 'rclone-test-qelebug9cimu': Waiting for checks to finish 2026/02/02 05:13:56 DEBUG : FileLu root 'rclone-test-qelebug9cimu': Waiting for transfers to finish 2026/02/02 05:13:57 INFO : FileLu root 'rclone-test-qelebug9cimu': Successfully created folder "rclone-test-qelebug9cimu/sub dir" with ID 2578649 2026/02/02 05:13:58 INFO : FileLu root 'rclone-test-qelebug9cimu': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 05:13:58 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 05:13: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: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 05:14:10 DEBUG : FileLu root 'rclone-test-qelebug9cimu': Purge remote 2026/02/02 05:14:19 INFO : FileLu root 'rclone-test-qelebug9cimu': Rmdir: successfully deleted "/rclone-test-qelebug9cimu" 2026/02/02 05:14:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:14:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestServerSideCopy (41.38s) === RUN TestCopyOverSelf run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:14:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578650 2026/02/02 05:14:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:14:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:14:37 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:14:37 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:14:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:14:39 DEBUG : sub dir/hello world: size = 17 OK 2026/02/02 05:14:39 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 05:14:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:14:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyOverSelf (23.73s) === RUN TestServerSideCopyOverSelf run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:14:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578651 2026/02/02 05:14:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:15:00 DEBUG : Creating backend with remote "TestFileLu:rclone-test-vupuduv5rugu" sync_test.go:656: Server side copy (if possible) FileLu root 'rclone-test-qanuqiz0yucu' -> FileLu root 'rclone-test-vupuduv5rugu' 2026/02/02 05:15:01 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 05:15:01 DEBUG : FileLu root 'rclone-test-vupuduv5rugu': Waiting for checks to finish 2026/02/02 05:15:01 DEBUG : FileLu root 'rclone-test-vupuduv5rugu': Waiting for transfers to finish 2026/02/02 05:15:02 INFO : FileLu root 'rclone-test-vupuduv5rugu': Successfully created folder "rclone-test-vupuduv5rugu/sub dir" with ID 2578653 2026/02/02 05:15:20 INFO : FileLu root 'rclone-test-vupuduv5rugu': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 05:15:20 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 05:15:20 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 05:15:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:15:43 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-qanuqiz0yucu') 2026/02/02 05:15:43 DEBUG : sub dir/hello_world: size = 11 (FileLu root 'rclone-test-vupuduv5rugu') 2026/02/02 05:15:43 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 05:15:43 DEBUG : FileLu root 'rclone-test-vupuduv5rugu': Waiting for checks to finish 2026/02/02 05:15:43 DEBUG : FileLu root 'rclone-test-vupuduv5rugu': Waiting for transfers to finish 2026/02/02 05:15:46 DEBUG : sub dir/hello_world: size = 17 OK 2026/02/02 05:15:46 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 05:15:54 DEBUG : FileLu root 'rclone-test-vupuduv5rugu': Purge remote 2026/02/02 05:15:55 INFO : FileLu root 'rclone-test-vupuduv5rugu': Rmdir: successfully deleted "/rclone-test-vupuduv5rugu" 2026/02/02 05:15:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:15:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestServerSideCopyOverSelf (67.29s) === RUN TestMoveOverSelf run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:15:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578654 2026/02/02 05:15:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:16:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:16:26 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:16:26 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:17:27 DEBUG : sub dir/hello world: Received error: failed to upload file: failed to parse upload response: EOF - low level retry 0/10 2026/02/02 05:18:28 DEBUG : sub dir/hello world: Received error: failed to upload file: failed to parse upload response: EOF - low level retry 1/10 2026/02/02 05:18:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:18:47 DEBUG : sub dir/hello world: size = 17 OK 2026/02/02 05:18:47 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:18:47 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), sub dir/hello_world (17), 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:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/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:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/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 05:19:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:19:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:19:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:19:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestMoveOverSelf (222.73s) === RUN TestServerSideMoveOverSelf run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:19:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578655 2026/02/02 05:19:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:19:50 DEBUG : Creating backend with remote "TestFileLu:rclone-test-puwarog6kagi" 2026/02/02 05:19:50 DEBUG : Config file has changed externally - reloading sync_test.go:701: Server side copy (if possible) FileLu root 'rclone-test-qanuqiz0yucu' -> FileLu root 'rclone-test-puwarog6kagi' 2026/02/02 05:19:51 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 05:19:51 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Waiting for checks to finish 2026/02/02 05:19:51 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Waiting for transfers to finish 2026/02/02 05:19:52 INFO : FileLu root 'rclone-test-puwarog6kagi': Successfully created folder "rclone-test-puwarog6kagi/sub dir" with ID 2578657 2026/02/02 05:19:54 INFO : FileLu root 'rclone-test-puwarog6kagi': Put: Successfully uploaded new file "sub dir/hello_world" 2026/02/02 05:19:54 DEBUG : sub dir/hello_world: size = 11 OK 2026/02/02 05:19: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: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 05:20:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:20:32 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-qanuqiz0yucu') 2026/02/02 05:20:32 DEBUG : sub dir/hello_world: size = 11 (FileLu root 'rclone-test-puwarog6kagi') 2026/02/02 05:20:32 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 05:20:32 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Waiting for checks to finish 2026/02/02 05:20:32 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Waiting for transfers to finish 2026/02/02 05:20:33 INFO : FileLu root 'rclone-test-puwarog6kagi': Successfully deleted file: /rclone-test-puwarog6kagi/sub dir/hello_world 2026/02/02 05:20:33 INFO : sub dir/hello_world: Deleted 2026/02/02 05:20:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:20:36 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 05:20:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:20:55 DEBUG : testing file moves 2026/02/02 05:20:56 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Waiting for checks to finish 2026/02/02 05:20:56 DEBUG : sub dir/hello_world: size = 24 (FileLu root 'rclone-test-qanuqiz0yucu') 2026/02/02 05:20:56 DEBUG : sub dir/hello_world: size = 17 (FileLu root 'rclone-test-puwarog6kagi') 2026/02/02 05:20:56 DEBUG : sub dir/hello_world: Sizes differ 2026/02/02 05:20:56 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Waiting for transfers to finish 2026/02/02 05:20:56 INFO : FileLu root 'rclone-test-puwarog6kagi': Successfully deleted file: /rclone-test-puwarog6kagi/sub dir/hello_world 2026/02/02 05:20:56 INFO : sub dir/hello_world: Deleted 2026/02/02 05:20:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:20:59 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 05:21:24 DEBUG : FileLu root 'rclone-test-puwarog6kagi': Purge remote 2026/02/02 05:21:27 INFO : FileLu root 'rclone-test-puwarog6kagi': Rmdir: successfully deleted "/rclone-test-puwarog6kagi" 2026/02/02 05:21:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestServerSideMoveOverSelf (111.14s) === RUN TestCopyAfterDelete run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:21:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578658 2026/02/02 05:21:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:21:32 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 05:21:41 INFO : Local file system at /tmp/rclone973602666: Making directory 2026/02/02 05:21:42 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:21:42 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:21:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:21:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyAfterDelete (21.67s) === RUN TestCopyRedownload run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:21:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578659 2026/02/02 05:21:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:22:09 DEBUG : Added delayed dir = "sub dir", newDst= 2026/02/02 05:22:16 DEBUG : sub dir/hello_world: Need to transfer - File not found at Destination 2026/02/02 05:22:16 DEBUG : Local file system at /tmp/rclone973602666: Waiting for checks to finish 2026/02/02 05:22:16 DEBUG : Local file system at /tmp/rclone973602666: Waiting for transfers to finish 2026/02/02 05:22:24 DEBUG : sub dir/hello_world.e5065783.partial: size = 11 OK 2026/02/02 05:22:24 DEBUG : sub dir/hello_world.e5065783.partial: renamed to: sub dir/hello_world 2026/02/02 05:22:24 INFO : sub dir/hello_world: Copied (new) 2026/02/02 05:22:24 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 05:22:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:22:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestCopyRedownload (40.63s) === RUN TestSyncBasedOnCheckSum run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:22:33 DEBUG : check sum: Need to transfer - File not found at Destination 2026/02/02 05:22:33 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:22:33 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:22:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "check sum" 2026/02/02 05:22:35 DEBUG : check sum: size = 1 OK 2026/02/02 05:22:35 INFO : check sum: Copied (new) 2026/02/02 05:22:35 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 05:22:43 DEBUG : check sum: Need to transfer - File not found at Destination 2026/02/02 05:22:43 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:22:43 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:22:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "check sum" 2026/02/02 05:22:45 DEBUG : check sum: size = 1 OK 2026/02/02 05:22:45 INFO : check sum: Copied (new) 2026/02/02 05:22:45 DEBUG : Waiting for deletions to finish 2026/02/02 05:22:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/check_sum 2026/02/02 05:22:45 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 (21.11s) === RUN TestSyncIgnoreErrors run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:22:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/b" with ID 2578660 2026/02/02 05:22:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "b/potato" 2026/02/02 05:22:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/c" with ID 2578661 2026/02/02 05:22:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 05:22:58 INFO : d: Making directory 2026/02/02 05:22:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/d" with ID 2578662 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 05:23:08 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 05:23:09 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/a" with ID 2578663 2026/02/02 05:23:15 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 05:23:15 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:23:15 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:23:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "a/potato2" 2026/02/02 05:23:22 DEBUG : a/potato2: size = 60 OK 2026/02/02 05:23:22 INFO : a/potato2: Copied (new) 2026/02/02 05:23:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 05:23:23 DEBUG : c/non empty space: size = 5 OK 2026/02/02 05:23:23 INFO : c/non empty space: Copied (new) 2026/02/02 05:23:23 DEBUG : Waiting for deletions to finish 2026/02/02 05:23:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/b/potato 2026/02/02 05:23:23 INFO : b/potato: Deleted 2026/02/02 05:23:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/c/non_empty_space 2026/02/02 05:23:23 INFO : c/non_empty_space: Deleted 2026/02/02 05:23:23 INFO : d: Removing directory 2026/02/02 05:23:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/d" 2026/02/02 05:23:24 INFO : b: Removing directory 2026/02/02 05:23:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/b" 2026/02/02 05:23:24 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:23:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/a/potato2 2026/02/02 05:23:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/c" 2026/02/02 05:23:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/a" --- FAIL: TestSyncIgnoreErrors (41.48s) === RUN TestSyncAfterChangingModtimeOnly run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:23:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:23:45 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:23:45 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:23:45 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:23:45 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/02/02 05:23:45 DEBUG : Waiting for deletions to finish 2026/02/02 05:23:45 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 05:23:54 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:23:54 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:23:54 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:23:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:23:56 DEBUG : empty space: size = 1 OK 2026/02/02 05:23:56 INFO : empty space: Copied (new) 2026/02/02 05:23:56 DEBUG : Waiting for deletions to finish 2026/02/02 05:23:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:23:56 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 (39.71s) === RUN TestSyncAfterAddingAFile run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:24:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:24:32 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:24:32 DEBUG : potato: Need to transfer - File not found at Destination 2026/02/02 05:24:32 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:24:32 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:24:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato" 2026/02/02 05:24:34 DEBUG : potato: size = 60 OK 2026/02/02 05:24:34 INFO : potato: Copied (new) 2026/02/02 05:24:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:24:34 DEBUG : empty space: size = 1 OK 2026/02/02 05:24:34 INFO : empty space: Copied (new) 2026/02/02 05:24:34 DEBUG : Waiting for deletions to finish 2026/02/02 05:24:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:24:35 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 05:24:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato --- FAIL: TestSyncAfterAddingAFile (28.54s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:24:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato" 2026/02/02 05:24:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:24:47 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:24:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:24:47 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/02/02 05:24:47 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/02/02 05:24:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:24:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:24:47 DEBUG : Waiting for deletions to finish 2026/02/02 05:24:47 NOTICE: empty_space: Skipped delete as --dry-run is set (size 1) 2026/02/02 05:24:47 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 05:24:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:24:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileDryRun (12.42s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:24:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato" 2026/02/02 05:24:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:25:15 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:25:15 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:25:15 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:25:15 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:25:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:25:24 DEBUG : potato2: size = 60 OK 2026/02/02 05:25:24 INFO : potato2: Copied (new) 2026/02/02 05:25:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:25:24 DEBUG : empty space: size = 1 OK 2026/02/02 05:25:24 INFO : empty space: Copied (new) 2026/02/02 05:25:24 DEBUG : Waiting for deletions to finish 2026/02/02 05:25:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato 2026/02/02 05:25:24 INFO : potato: Deleted 2026/02/02 05:25:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:25:24 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 05:25:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 --- FAIL: TestSyncAfterRemovingAFileAndAddingAFile (37.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:25:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/b" with ID 2578664 2026/02/02 05:25:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "b/potato" 2026/02/02 05:25:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/c" with ID 2578665 2026/02/02 05:25:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 05:25:37 INFO : d: Making directory 2026/02/02 05:25:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/d" with ID 2578666 2026/02/02 05:25:37 INFO : d/e: Making directory 2026/02/02 05:25:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/d/e" with ID 2578667 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 05:25:47 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 05:25:48 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 05:25:48 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:25:48 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:25:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/a" with ID 2578668 2026/02/02 05:25:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "a/potato2" 2026/02/02 05:25:49 DEBUG : a/potato2: size = 60 OK 2026/02/02 05:25:49 INFO : a/potato2: Copied (new) 2026/02/02 05:25:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 05:25:50 DEBUG : c/non empty space: size = 5 OK 2026/02/02 05:25:50 INFO : c/non empty space: Copied (new) 2026/02/02 05:25:50 DEBUG : Waiting for deletions to finish 2026/02/02 05:25:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/b/potato 2026/02/02 05:25:50 INFO : b/potato: Deleted 2026/02/02 05:25:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/c/non_empty_space 2026/02/02 05:25:50 INFO : c/non_empty_space: Deleted 2026/02/02 05:25:50 INFO : d/e: Removing directory 2026/02/02 05:25:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/d/e" 2026/02/02 05:25:51 INFO : d: Removing directory 2026/02/02 05:25:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/d" 2026/02/02 05:25:51 INFO : b: Removing directory 2026/02/02 05:25:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/b" 2026/02/02 05:25:52 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:26:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/a/potato2 2026/02/02 05:26:07 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/c" 2026/02/02 05:26:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/a" --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDir (44.78s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:26:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/b" with ID 2578669 2026/02/02 05:26:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "b/potato" 2026/02/02 05:26:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/c" with ID 2578670 2026/02/02 05:26:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 05:26:25 INFO : d: Making directory 2026/02/02 05:26:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/d" with ID 2578671 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 05:26:34 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/02/02 05:26:34 DEBUG : c/non empty space: Need to transfer - File not found at Destination 2026/02/02 05:26:34 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:26:34 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:26:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/a" with ID 2578672 2026/02/02 05:26:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "a/potato2" 2026/02/02 05:26:36 DEBUG : a/potato2: size = 60 OK 2026/02/02 05:26:36 INFO : a/potato2: Copied (new) 2026/02/02 05:26:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c/non empty space" 2026/02/02 05:26:36 DEBUG : c/non empty space: size = 5 OK 2026/02/02 05:26:36 INFO : c/non empty space: Copied (new) 2026/02/02 05:26:36 ERROR : FileLu root 'rclone-test-qanuqiz0yucu': not deleting files as there were IO errors 2026/02/02 05:26:36 ERROR : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:26:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/a/potato2 2026/02/02 05:26:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/b/potato 2026/02/02 05:26:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/c/non_empty_space 2026/02/02 05:26:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/d" 2026/02/02 05:26:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/c" 2026/02/02 05:26:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/b" 2026/02/02 05:26:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/a" --- FAIL: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (31.93s) === RUN TestSyncDeleteDuring run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:26:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato" 2026/02/02 05:26:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:27:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:27:01 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:27:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:27:01 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:27:01 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:27:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:27:01 INFO : empty_space: Deleted 2026/02/02 05:27:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato 2026/02/02 05:27:01 INFO : potato: Deleted 2026/02/02 05:27:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:27:17 DEBUG : potato2: size = 60 OK 2026/02/02 05:27:17 INFO : potato2: Copied (new) 2026/02/02 05:27:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:27:17 DEBUG : empty space: size = 1 OK 2026/02/02 05:27:17 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 05:27:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:27:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 --- FAIL: TestSyncDeleteDuring (41.06s) === RUN TestSyncDeleteBefore run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:27:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato" 2026/02/02 05:27:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:27:42 DEBUG : Waiting for deletions to finish 2026/02/02 05:27:42 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:27:42 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:27:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:27:42 INFO : empty_space: Deleted 2026/02/02 05:27:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato 2026/02/02 05:27:42 INFO : potato: Deleted 2026/02/02 05:27:43 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:27:43 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:27:43 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:27:43 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:27:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:27:44 DEBUG : potato2: size = 60 OK 2026/02/02 05:27:44 INFO : potato2: Copied (new) 2026/02/02 05:27:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:27:44 DEBUG : empty space: size = 1 OK 2026/02/02 05:27:44 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: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 05:27:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:27:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 --- FAIL: TestSyncDeleteBefore (22.74s) === RUN TestSyncWithExclude run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:27:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:27:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:28:05 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 05:28:05 DEBUG : enormous: Excluded 2026/02/02 05:28:05 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 05:28:05 DEBUG : potato2: Excluded 2026/02/02 05:28:08 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 05:28:08 DEBUG : potato2: Excluded 2026/02/02 05:28:08 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:28:08 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:28:08 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:28:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:28:22 DEBUG : empty space: size = 1 OK 2026/02/02 05:28:22 INFO : empty space: Copied (new) 2026/02/02 05:28:22 DEBUG : Waiting for deletions to finish 2026/02/02 05:28:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:28:22 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 05:28:30 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 05:28:30 DEBUG : enormous: Excluded 2026/02/02 05:28:30 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 05:28:30 DEBUG : potato2: Excluded 2026/02/02 05:28:31 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 05:28:31 DEBUG : potato2: Excluded 2026/02/02 05:28:31 DEBUG : Local file system at /tmp/rclone973602666: Waiting for checks to finish 2026/02/02 05:28:31 DEBUG : Local file system at /tmp/rclone973602666: Waiting for transfers to finish 2026/02/02 05:28:31 DEBUG : Waiting for deletions to finish 2026/02/02 05:28:31 INFO : empty space: Deleted 2026/02/02 05:28:31 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 05:28:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 --- FAIL: TestSyncWithExclude (45.06s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:28:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:28:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:28:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:28:51 DEBUG : enormous: Excluded (Size Filter) 2026/02/02 05:28:51 DEBUG : enormous: Excluded 2026/02/02 05:28:51 DEBUG : potato2: Excluded (Size Filter) 2026/02/02 05:28:51 DEBUG : potato2: Excluded 2026/02/02 05:28:51 DEBUG : empty space: Need to transfer - File not found at Destination 2026/02/02 05:28:51 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:28:51 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:28:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:28:54 DEBUG : empty space: size = 1 OK 2026/02/02 05:28:54 INFO : empty space: Copied (new) 2026/02/02 05:28:54 DEBUG : Waiting for deletions to finish 2026/02/02 05:28:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:28:54 INFO : empty_space: Deleted 2026/02/02 05:28:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/enormous 2026/02/02 05:28:54 INFO : enormous: Deleted 2026/02/02 05:28:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 2026/02/02 05:28:54 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 05:29:04 DEBUG : Local file system at /tmp/rclone973602666: Waiting for checks to finish 2026/02/02 05:29:04 DEBUG : Local file system at /tmp/rclone973602666: Waiting for transfers to finish 2026/02/02 05:29:04 DEBUG : Waiting for deletions to finish 2026/02/02 05:29:04 INFO : enormous: Deleted 2026/02/02 05:29:04 INFO : empty space: Deleted 2026/02/02 05:29:04 INFO : potato2: Deleted 2026/02/02 05:29:04 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 (33.43s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:29:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:29:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/02/02 05:29:14 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:29:14 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:29:15 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578675 2026/02/02 05:29:15 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/nested/sub dir" with ID 2578677 2026/02/02 05:29:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:29:23 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:29:23 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:29:23 INFO : sub dir/hello world: Deleted 2026/02/02 05:29:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "nested/sub dir/file" 2026/02/02 05:29:23 DEBUG : nested/sub dir/file: size = 6 OK 2026/02/02 05:29:23 INFO : nested/sub dir/file: Copied (new) 2026/02/02 05:29:23 INFO : nested/sub dir/file: Deleted 2026/02/02 05:29:23 INFO : sub dir: Removing directory 2026/02/02 05:29:23 INFO : nested/sub dir: Removing directory 2026/02/02 05:29:23 INFO : nested: Removing directory 2026/02/02 05:29:23 DEBUG : Local file system at /tmp/rclone973602666: 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 05:29:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:29:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/nested/sub dir/file 2026/02/02 05:29:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" 2026/02/02 05:29:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/nested/sub dir" 2026/02/02 05:29:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/nested" --- FAIL: TestMoveWithDeleteEmptySrcDirs (24.03s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:29:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/02/02 05:29:36 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/02/02 05:29:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:29:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:29:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578678 2026/02/02 05:29:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/nested/sub dir" with ID 2578680 2026/02/02 05:29:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "nested/sub dir/file" 2026/02/02 05:29:38 DEBUG : nested/sub dir/file: size = 6 OK 2026/02/02 05:29:38 INFO : nested/sub dir/file: Copied (new) 2026/02/02 05:29:38 INFO : nested/sub dir/file: Deleted 2026/02/02 05:29:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:29:38 DEBUG : sub dir/hello world: size = 11 OK 2026/02/02 05:29:38 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:29:38 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: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 05:29:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:29:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/nested/sub dir/file 2026/02/02 05:29:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" 2026/02/02 05:29:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/nested/sub dir" 2026/02/02 05:29:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/nested" --- FAIL: TestMoveWithoutDeleteEmptySrcDirs (15.22s) === RUN TestServerSideMove run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:29:51 DEBUG : Creating backend with remote "TestFileLu:rclone-test-cepufuz9fadi" 2026/02/02 05:29:51 DEBUG : Config file has changed externally - reloading 2026/02/02 05:29:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:29:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:29:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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-qanuqiz0yucu' -> FileLu root 'rclone-test-cepufuz9fadi' 2026/02/02 05:30:05 INFO : FileLu root 'rclone-test-cepufuz9fadi': Successfully created folder "rclone-test-cepufuz9fadi" with ID 2578681 2026/02/02 05:30:21 INFO : FileLu root 'rclone-test-cepufuz9fadi': Put: Successfully uploaded new file "empty space" 2026/02/02 05:30:25 INFO : FileLu root 'rclone-test-cepufuz9fadi': 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 05:30:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:30:33 DEBUG : empty_space: size = 1 OK 2026/02/02 05:30:33 DEBUG : empty_space: Sizes identical 2026/02/02 05:30:33 DEBUG : empty_space: Unchanged skipping 2026/02/02 05:30:33 DEBUG : FileLu root 'rclone-test-cepufuz9fadi': Waiting for checks to finish 2026/02/02 05:30:33 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-qanuqiz0yucu') 2026/02/02 05:30:33 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-cepufuz9fadi') 2026/02/02 05:30:33 DEBUG : potato3: Sizes differ 2026/02/02 05:30:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:30:33 INFO : empty_space: Deleted 2026/02/02 05:30:33 DEBUG : FileLu root 'rclone-test-cepufuz9fadi': Waiting for transfers to finish 2026/02/02 05:30:33 INFO : FileLu root 'rclone-test-cepufuz9fadi': Successfully deleted file: /rclone-test-cepufuz9fadi/potato3 2026/02/02 05:30:33 INFO : potato3: Deleted 2026/02/02 05:30:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 2026/02/02 05:30:36 INFO : potato2: Moved (server-side) 2026/02/02 05:30:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato3 2026/02/02 05:30:36 INFO : potato3: Moved (server-side) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Should be true Test: TestServerSideMove Messages: listing wrong, want empty space (1), potato2 (60), potato3 (68) got empty_space (1), potato2 (60), potato3 (68) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Should be true Test: TestServerSideMove Messages: Unexpected file "empty_space" fstest.go:203: Not found "empty space" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:356 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1760 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 1 Test: TestServerSideMove Messages: 1 objects not found 2026/02/02 05:30:45 DEBUG : Creating backend with remote "TestFileLu:rclone-test-xiqazov7tedu" 2026/02/02 05:30:45 DEBUG : empty_space: Need to transfer - File not found at Destination 2026/02/02 05:30:45 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:30:45 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 05:30:45 DEBUG : FileLu root 'rclone-test-xiqazov7tedu': Waiting for checks to finish 2026/02/02 05:30:45 DEBUG : FileLu root 'rclone-test-xiqazov7tedu': Waiting for transfers to finish 2026/02/02 05:30:47 INFO : FileLu root 'rclone-test-xiqazov7tedu': Successfully created folder "rclone-test-xiqazov7tedu" with ID 2578682 2026/02/02 05:30:47 INFO : FileLu root 'rclone-test-xiqazov7tedu': Successfully created folder "rclone-test-xiqazov7tedu" with ID 2.578682e+06 2026/02/02 05:30:48 INFO : FileLu root 'rclone-test-cepufuz9fadi': Successfully deleted file: /rclone-test-cepufuz9fadi/potato2 2026/02/02 05:30:48 INFO : potato2: Moved (server-side) 2026/02/02 05:30:48 INFO : FileLu root 'rclone-test-cepufuz9fadi': Successfully deleted file: /rclone-test-cepufuz9fadi/potato3 2026/02/02 05:30:48 INFO : potato3: Moved (server-side) 2026/02/02 05:30:49 INFO : FileLu root 'rclone-test-cepufuz9fadi': Successfully deleted file: /rclone-test-cepufuz9fadi/empty_space 2026/02/02 05:30:49 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 05:30:57 DEBUG : FileLu root 'rclone-test-xiqazov7tedu': Purge remote 2026/02/02 05:30:57 INFO : FileLu root 'rclone-test-xiqazov7tedu': Rmdir: successfully deleted "/rclone-test-xiqazov7tedu" 2026/02/02 05:30:57 DEBUG : FileLu root 'rclone-test-cepufuz9fadi': Purge remote 2026/02/02 05:30:57 INFO : FileLu root 'rclone-test-cepufuz9fadi': Rmdir: successfully deleted "/rclone-test-cepufuz9fadi" --- FAIL: TestServerSideMove (66.81s) === RUN TestServerSideMoveWithFilter run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:30:58 DEBUG : Creating backend with remote "TestFileLu:rclone-test-hucegaj8jono" 2026/02/02 05:31:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:31:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:31:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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-qanuqiz0yucu' -> FileLu root 'rclone-test-hucegaj8jono' 2026/02/02 05:31:33 INFO : FileLu root 'rclone-test-hucegaj8jono': Successfully created folder "rclone-test-hucegaj8jono" with ID 2578683 2026/02/02 05:31:34 INFO : FileLu root 'rclone-test-hucegaj8jono': Put: Successfully uploaded new file "empty space" 2026/02/02 05:31:36 INFO : FileLu root 'rclone-test-hucegaj8jono': 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 05:31:44 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 05:31:44 DEBUG : empty_space: Excluded 2026/02/02 05:31:44 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 05:31:44 DEBUG : empty_space: Excluded 2026/02/02 05:31:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:31:44 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-qanuqiz0yucu') 2026/02/02 05:31:44 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-hucegaj8jono') 2026/02/02 05:31:44 DEBUG : potato3: Sizes differ 2026/02/02 05:31:44 DEBUG : FileLu root 'rclone-test-hucegaj8jono': Waiting for checks to finish 2026/02/02 05:31:44 DEBUG : FileLu root 'rclone-test-hucegaj8jono': Waiting for transfers to finish 2026/02/02 05:31:44 INFO : FileLu root 'rclone-test-hucegaj8jono': Successfully deleted file: /rclone-test-hucegaj8jono/potato3 2026/02/02 05:31:44 INFO : potato3: Deleted 2026/02/02 05:31:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 2026/02/02 05:31:47 INFO : potato2: Moved (server-side) 2026/02/02 05:31:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato3 2026/02/02 05:31:47 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 05:32:03 DEBUG : Creating backend with remote "TestFileLu:rclone-test-quyahed6xeka" 2026/02/02 05:32:03 DEBUG : Config file has changed externally - reloading 2026/02/02 05:32:05 DEBUG : empty_space: Excluded (Size Filter) 2026/02/02 05:32:05 DEBUG : empty_space: Excluded 2026/02/02 05:32:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:32:05 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 05:32:05 DEBUG : FileLu root 'rclone-test-quyahed6xeka': Waiting for checks to finish 2026/02/02 05:32:05 DEBUG : FileLu root 'rclone-test-quyahed6xeka': Waiting for transfers to finish 2026/02/02 05:32:16 INFO : FileLu root 'rclone-test-quyahed6xeka': Successfully created folder "rclone-test-quyahed6xeka" with ID 2578684 2026/02/02 05:32:16 INFO : FileLu root 'rclone-test-quyahed6xeka': Successfully created folder "rclone-test-quyahed6xeka" with ID 2.578684e+06 2026/02/02 05:32:24 INFO : FileLu root 'rclone-test-hucegaj8jono': Successfully deleted file: /rclone-test-hucegaj8jono/potato2 2026/02/02 05:32:24 INFO : potato2: Moved (server-side) 2026/02/02 05:32:24 INFO : FileLu root 'rclone-test-hucegaj8jono': Successfully deleted file: /rclone-test-hucegaj8jono/potato3 2026/02/02 05:32:24 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 05:32:32 DEBUG : FileLu root 'rclone-test-quyahed6xeka': Purge remote 2026/02/02 05:32:33 INFO : FileLu root 'rclone-test-quyahed6xeka': Rmdir: successfully deleted "/rclone-test-quyahed6xeka" 2026/02/02 05:32:33 DEBUG : FileLu root 'rclone-test-hucegaj8jono': Purge remote 2026/02/02 05:32:33 INFO : FileLu root 'rclone-test-hucegaj8jono': Rmdir: successfully deleted "/rclone-test-hucegaj8jono" 2026/02/02 05:32:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space --- FAIL: TestServerSideMoveWithFilter (95.73s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:32:34 DEBUG : Creating backend with remote "TestFileLu:rclone-test-xakerig0tolu" 2026/02/02 05:32:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato2" 2026/02/02 05:32:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:32:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "potato3" 2026/02/02 05:32:38 INFO : tomatoDir: Making directory 2026/02/02 05:32:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/tomatoDir" with ID 2578685 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-qanuqiz0yucu' -> FileLu root 'rclone-test-xakerig0tolu' 2026/02/02 05:32:48 INFO : FileLu root 'rclone-test-xakerig0tolu': Successfully created folder "rclone-test-xakerig0tolu" with ID 2578686 2026/02/02 05:32:50 INFO : FileLu root 'rclone-test-xakerig0tolu': Put: Successfully uploaded new file "empty space" 2026/02/02 05:32:51 INFO : FileLu root 'rclone-test-xakerig0tolu': 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 05:32:59 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:32:59 DEBUG : empty_space: size = 1 OK 2026/02/02 05:32:59 DEBUG : empty_space: Sizes identical 2026/02/02 05:32:59 DEBUG : empty_space: Unchanged skipping 2026/02/02 05:32:59 DEBUG : potato3: size = 68 (FileLu root 'rclone-test-qanuqiz0yucu') 2026/02/02 05:32:59 DEBUG : potato3: size = 60 (FileLu root 'rclone-test-xakerig0tolu') 2026/02/02 05:32:59 DEBUG : potato3: Sizes differ 2026/02/02 05:33:00 INFO : FileLu root 'rclone-test-xakerig0tolu': Successfully deleted file: /rclone-test-xakerig0tolu/potato3 2026/02/02 05:33:00 INFO : potato3: Deleted 2026/02/02 05:33:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/empty_space 2026/02/02 05:33:00 INFO : empty_space: Deleted 2026/02/02 05:33:00 DEBUG : FileLu root 'rclone-test-xakerig0tolu': Waiting for checks to finish 2026/02/02 05:33:00 DEBUG : FileLu root 'rclone-test-xakerig0tolu': Waiting for transfers to finish 2026/02/02 05:33:20 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato2 2026/02/02 05:33:20 INFO : potato2: Moved (server-side) 2026/02/02 05:33:20 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/potato3 2026/02/02 05:33:20 INFO : potato3: Moved (server-side) 2026/02/02 05:33:20 INFO : tomatoDir: Removing directory 2026/02/02 05:33:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/tomatoDir" 2026/02/02 05:33:30 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:33:38 DEBUG : Creating backend with remote "TestFileLu:rclone-test-baxeluq3zone" 2026/02/02 05:33:38 INFO : tomatoDir: Making directory 2026/02/02 05:33:39 INFO : FileLu root 'rclone-test-xakerig0tolu': Successfully created folder "rclone-test-xakerig0tolu/tomatoDir" with ID 2578687 2026/02/02 05:33:39 DEBUG : empty_space: Need to transfer - File not found at Destination 2026/02/02 05:33:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/02/02 05:33:39 DEBUG : potato3: Need to transfer - File not found at Destination 2026/02/02 05:33:39 DEBUG : FileLu root 'rclone-test-baxeluq3zone': Waiting for checks to finish 2026/02/02 05:33:39 DEBUG : FileLu root 'rclone-test-baxeluq3zone': Waiting for transfers to finish 2026/02/02 05:33:41 INFO : FileLu root 'rclone-test-baxeluq3zone': Successfully created folder "rclone-test-baxeluq3zone" with ID 2578688 2026/02/02 05:33:41 INFO : FileLu root 'rclone-test-baxeluq3zone': Successfully created folder "rclone-test-baxeluq3zone" with ID 2.578688e+06 2026/02/02 05:33:42 INFO : FileLu root 'rclone-test-xakerig0tolu': Successfully deleted file: /rclone-test-xakerig0tolu/potato2 2026/02/02 05:33:42 INFO : potato2: Moved (server-side) 2026/02/02 05:33:42 INFO : FileLu root 'rclone-test-xakerig0tolu': Successfully deleted file: /rclone-test-xakerig0tolu/empty_space 2026/02/02 05:33:42 INFO : empty_space: Moved (server-side) 2026/02/02 05:33:43 INFO : FileLu root 'rclone-test-xakerig0tolu': Successfully deleted file: /rclone-test-xakerig0tolu/potato3 2026/02/02 05:33:43 INFO : potato3: Moved (server-side) 2026/02/02 05:33:43 INFO : tomatoDir: Removing directory 2026/02/02 05:33:43 INFO : FileLu root 'rclone-test-xakerig0tolu': Rmdir: successfully deleted "/rclone-test-xakerig0tolu/tomatoDir" 2026/02/02 05:33:43 DEBUG : FileLu root 'rclone-test-xakerig0tolu': 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 05:33:52 DEBUG : FileLu root 'rclone-test-baxeluq3zone': Purge remote 2026/02/02 05:33:52 INFO : FileLu root 'rclone-test-baxeluq3zone': Rmdir: successfully deleted "/rclone-test-baxeluq3zone" 2026/02/02 05:33:52 DEBUG : FileLu root 'rclone-test-xakerig0tolu': Purge remote 2026/02/02 05:33:52 INFO : FileLu root 'rclone-test-xakerig0tolu': Rmdir: successfully deleted "/rclone-test-xakerig0tolu" --- FAIL: TestServerSideMoveDeleteEmptySourceDirs (78.97s) === RUN TestSyncOverlapWithFilter run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:33:53 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qanuqiz0yucu/rclone-sync-test" 2026/02/02 05:33:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test': Successfully created folder "rclone-test-qanuqiz0yucu/rclone-sync-test" with ID 2578689 2026/02/02 05:33:53 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2" 2026/02/02 05:33:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2': Successfully created folder "rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2" with ID 2578691 2026/02/02 05:33:54 DEBUG : Creating backend with remote "TestFileLu:rclone-test-qanuqiz0yucu/rclone-sync-test-ignore-file" 2026/02/02 05:33:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test-ignore-file': Successfully created folder "rclone-test-qanuqiz0yucu/rclone-sync-test-ignore-file" with ID 2578692 2026/02/02 05:33:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/.ignore" 2026/02/02 05:33:58 DEBUG : rclone-sync-test: Excluded 2026/02/02 05:33:58 DEBUG : rclone-sync-test-ignore-file/ignore: Need to transfer - File not found at Destination 2026/02/02 05:33:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 05:33:58 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test': Waiting for checks to finish 2026/02/02 05:33:58 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test': Waiting for transfers to finish 2026/02/02 05:34:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test': Successfully created folder "rclone-test-qanuqiz0yucu/rclone-sync-test/rclone-sync-test-ignore-file" with ID 2578693 2026/02/02 05:34:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/ignore" 2026/02/02 05:34:01 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 05:34:01 INFO : rclone-sync-test-ignore-file/ignore: Copied (new) 2026/02/02 05:34:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:34:11 DEBUG : rclone-sync-test: Excluded 2026/02/02 05:34:20 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 05:34:20 DEBUG : rclone-sync-test-ignore-file/ignore: Sizes identical 2026/02/02 05:34:20 DEBUG : rclone-sync-test-ignore-file/ignore: Unchanged skipping 2026/02/02 05:34:21 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 05:34:21 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:34:21 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:34:21 DEBUG : Waiting for deletions to finish 2026/02/02 05:34:21 INFO : rclone-sync-test-include: Removing directory 2026/02/02 05:34:28 DEBUG : rclone-sync-test-include: Failed to Rmdir: Rmdir: directory "/rclone-test-qanuqiz0yucu/rclone-sync-test-include" is not empty 2026/02/02 05:34:28 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': failed to delete 1 directories 2026/02/02 05:34:28 INFO : There was nothing to transfer 2026/02/02 05:34:30 DEBUG : rclone-sync-test: Excluded 2026/02/02 05:34:31 DEBUG : rclone-sync-test-ignore-file/ignore: Need to transfer - File not found at Destination 2026/02/02 05:34:31 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 05:34:31 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/02/02 05:34:31 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/02/02 05:34:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2': Successfully created folder "rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file" with ID 2578694 2026/02/02 05:34:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2': Put: Successfully uploaded new file "rclone-sync-test-ignore-file/ignore" 2026/02/02 05:34:33 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 05:34:33 INFO : rclone-sync-test-ignore-file/ignore: Copied (new) 2026/02/02 05:34:33 DEBUG : Waiting for deletions to finish 2026/02/02 05:34:35 DEBUG : rclone-sync-test: Excluded 2026/02/02 05:34:35 DEBUG : rclone-sync-test-ignore-file/ignore: size = 1 OK 2026/02/02 05:34:35 DEBUG : rclone-sync-test-ignore-file/ignore: Sizes identical 2026/02/02 05:34:35 DEBUG : rclone-sync-test-ignore-file/ignore: Unchanged skipping 2026/02/02 05:34:36 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/02/02 05:34:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:34:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:34:36 DEBUG : Waiting for deletions to finish 2026/02/02 05:34:36 INFO : rclone-sync-test-include: Removing directory 2026/02/02 05:34:36 DEBUG : rclone-sync-test-include: Failed to Rmdir: Rmdir: directory "/rclone-test-qanuqiz0yucu/rclone-sync-test-include" is not empty 2026/02/02 05:34:36 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': failed to delete 1 directories 2026/02/02 05:34:36 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 05:34:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/rclone-sync-test-ignore-file/ignore 2026/02/02 05:34:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/rclone-sync-test/rclone-sync-test-ignore-file/ignore 2026/02/02 05:34:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file/ignore 2026/02/02 05:34:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/rclone-sync-test/rclone-sync-test-ignore-file" 2026/02/02 05:34:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2/rclone-sync-test-ignore-file" 2026/02/02 05:34:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/rclone-sync-test-include/layer2" 2026/02/02 05:34:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/rclone-sync-test-include" 2026/02/02 05:34:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/rclone-sync-test-ignore-file" 2026/02/02 05:34:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/rclone-sync-test" --- FAIL: TestSyncOverlapWithFilter (48.61s) === RUN TestSyncUTFNorm run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:34:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': 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 05:34:52 DEBUG : Testêé: Need to transfer - File not found at Destination 2026/02/02 05:34:52 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:34:52 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:34:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "Testêé" 2026/02/02 05:34:54 DEBUG : Testêé: size = 14 OK 2026/02/02 05:34:54 INFO : Testêé: Copied (new) 2026/02/02 05:34:54 DEBUG : Waiting for deletions to finish 2026/02/02 05:34:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/Testee 2026/02/02 05:34:54 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 (24.42s) === RUN TestNothingToTransferWithEmptyDirs run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:35:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 05:35:06 INFO : sub dir: Making directory 2026/02/02 05:35:06 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578695 2026/02/02 05:35:06 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 05:35:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:35:48 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:35:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 05:35: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 05:35:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:35:48 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:35:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 05:35: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 05:36:20 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:36:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very/nested/subdir/hello_world 2026/02/02 05:36:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very/nested/subdir" 2026/02/02 05:36:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very/nested" 2026/02/02 05:36:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very" 2026/02/02 05:36:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very" 2026/02/02 05:36:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very" 2026/02/02 05:36:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very" 2026/02/02 05:36:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very" 2026/02/02 05:36:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2" 2026/02/02 05:36:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestNothingToTransferWithEmptyDirs (82.79s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:36:29 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/02/02 05:36:29 INFO : sub dir: Making directory 2026/02/02 05:36:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir" with ID 2578704 2026/02/02 05:36:29 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 05:36:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:36:49 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:36:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 05:36:51 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 05:36:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir/hello world" 2026/02/02 05:36:49 INFO : sub dir/hello world: Copied (new) 2026/02/02 05:36:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir2/very/very/very/very/very/nested/subdir/hello world" 2026/02/02 05:36:51 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 05:37:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir/hello_world 2026/02/02 05:37:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very/nested/subdir/hello_world 2026/02/02 05:37:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very/nested/subdir" 2026/02/02 05:37:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very/nested" 2026/02/02 05:37:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very/very" 2026/02/02 05:37:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very/very" 2026/02/02 05:37:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very/very" 2026/02/02 05:37:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very/very" 2026/02/02 05:37:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2/very" 2026/02/02 05:37:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir2" 2026/02/02 05:37:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir" --- FAIL: TestNothingToTransferWithoutEmptyDirs (60.93s) === RUN TestTransform === RUN TestTransform/NFC run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:37:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578713 2026/02/02 05:37:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:37:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:37:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:37:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:37:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:37:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:37:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:37:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:37:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:37:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:37:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:37:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:37:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:37:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:37:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:37:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:37:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:37:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:38:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:38:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:38:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:38:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:38:02 DEBUG : splitbananasplit: Excluded 2026/02/02 05:38:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:38:02 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:38:02 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:38:02 DEBUG : banana: Excluded 2026/02/02 05:38:02 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:38:02 DEBUG : apple: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:38:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:38:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:38:05 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/0013-789;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go: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 05:38:27 DEBUG : apple: size = 5 OK 2026/02/02 05:38:27 DEBUG : apple: Sizes identical 2026/02/02 05:38:27 DEBUG : apple: Unchanged skipping 2026/02/02 05:38:27 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:38:27 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:38:27 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:38:27 DEBUG : banana: size = 6 OK 2026/02/02 05:38:27 DEBUG : banana: Sizes identical 2026/02/02 05:38:27 DEBUG : banana: Unchanged skipping 2026/02/02 05:38:27 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:38:27 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:38:27 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:38:27 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:38:27 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:38:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:38:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:38:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:38:27 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:38:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:38:27 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:38:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:38:27 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:38:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:38:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:38:29 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:38:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:38:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:38:29 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:38:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:38:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:38:30 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:38:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:38:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:38:30 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:38:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:38:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:38:32 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:38:32 DEBUG : Waiting for deletions to finish 2026/02/02 05:38:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:38:32 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:38:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:38:32 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:38:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:38:32 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:38:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:38:32 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:38:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:38:32 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:38:32 DEBUG : Waiting for deletions to finish 2026/02/02 05:38:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:38:32 DEBUG : splitbananasplit: Excluded 2026/02/02 05:38:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:38:32 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:38:32 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:38:32 DEBUG : banana: Excluded 2026/02/02 05:38:32 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:38:32 DEBUG : apple: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:38:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:38:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:38:33 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 05:38:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:38:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:38:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:38:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:38:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:38:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:38:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:38:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:38:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:38:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:38:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:38:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:38:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:38:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:38:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:38:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/NFD run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:38:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578714 2026/02/02 05:38:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:38:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:38:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:38:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:38:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:38:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:38:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:38:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:38:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:38:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:38:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:38:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:39:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:39:04 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:39:21 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:39:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:39:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:39:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:39:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:39:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:39:30 DEBUG : Waiting for deletions to finish 2026/02/02 05:39:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : splitbananasplit: Excluded 2026/02/02 05:39:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:39:30 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : banana: Excluded 2026/02/02 05:39:30 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : apple: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:39:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:39:30 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/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/0013-789;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/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/NFD Messages: 5 objects not found 2026/02/02 05:39:40 DEBUG : banana: size = 6 OK 2026/02/02 05:39:40 DEBUG : banana: Sizes identical 2026/02/02 05:39:40 DEBUG : banana: Unchanged skipping 2026/02/02 05:39:40 DEBUG : apple: size = 5 OK 2026/02/02 05:39:40 DEBUG : apple: Sizes identical 2026/02/02 05:39:40 DEBUG : apple: Unchanged skipping 2026/02/02 05:39:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:39:40 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:39:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:39:40 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:39:40 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:39:40 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:39:40 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:39:40 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:39:40 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:39:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:39:40 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:39:40 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:39:40 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:39:40 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:39:40 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:39:40 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:39:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:39:42 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:39:42 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:39:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:39:42 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:39:42 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:39:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:39:42 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:39:42 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:39:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:39:42 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:39:42 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:39:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:39:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:39:44 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:39:44 DEBUG : Waiting for deletions to finish 2026/02/02 05:39:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:39:44 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:39:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:39:44 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:39:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:39:44 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:39:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:39:44 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:39:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:39:45 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:39:45 DEBUG : Waiting for deletions to finish 2026/02/02 05:39:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : splitbananasplit: Excluded 2026/02/02 05:39:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:39:45 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : banana: Excluded 2026/02/02 05:39:45 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : apple: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:39:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:39:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:39:45 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 05:39:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:39:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:39:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:39:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:39:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:39:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:39:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:39:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:39:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:39:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:39:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:39:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:39:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:39:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:39:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:39:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/base64 run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:39:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578715 2026/02/02 05:39:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:39:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:39:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:39:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:40:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:40:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:40:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:40:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:40:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:40:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:40:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:40:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:40:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:40:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:40:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:40:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:40:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:40:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:40:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:40:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:40:44 DEBUG : Waiting for deletions to finish 2026/02/02 05:40:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:40:44 DEBUG : splitbananasplit: Excluded 2026/02/02 05:40:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:40:44 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:40:44 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:40:44 DEBUG : banana: Excluded 2026/02/02 05:40:44 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:40:44 DEBUG : apple: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:40:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:40:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:40:45 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/0012-6789;.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go: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 05:40:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:53 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:40:53 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:40:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:53 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:40:53 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:40:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:53 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:53 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:40:53 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:53 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:40:53 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:40:54 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:40:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:54 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:40:54 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:54 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:54 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:40:54 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:54 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:40:54 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:40:54 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:40:54 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:40:54 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 05:40:54 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:40:54 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:40:54 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:40:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "YXBwbGU=" 2026/02/02 05:40:55 DEBUG : YXBwbGU=: size = 5 OK 2026/02/02 05:40:55 INFO : apple: Copied (new) to: YXBwbGU= 2026/02/02 05:40:55 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c3BsaXRiYW5hbmFzcGxpdA==" 2026/02/02 05:40:56 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/02/02 05:40:56 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:40:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "YmFuYW5h" 2026/02/02 05:40:56 DEBUG : YmFuYW5h: size = 6 OK 2026/02/02 05:40:56 INFO : banana: Copied (new) to: YmFuYW5h 2026/02/02 05:40:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "YXBwbGVhcHBsZWFwcGxlYmFuYW5h" 2026/02/02 05:40:56 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/02/02 05:40:56 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:40:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMC1hYmNkZWZnLnR4dA==" 2026/02/02 05:40:57 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/02/02 05:40:57 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:40:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMS1iY2RlZmdoLnR4dA==" 2026/02/02 05:40:57 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/02/02 05:40:57 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:40:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" 2026/02/02 05:40:57 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/02/02 05:40:57 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:40:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMy1kZWZnaGlqLnR4dA==" 2026/02/02 05:40:57 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/02/02 05:40:57 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:40:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNC1lZmdoaWprLnR4dA==" 2026/02/02 05:40:58 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/02/02 05:40:58 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:40:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:40:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNi1naGlqa2xtLnR4dA==" 2026/02/02 05:40:59 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/02/02 05:40:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:40:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:40:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNS1mZ2hpamtsLnR4dA==" 2026/02/02 05:40:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/02/02 05:40:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:40:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:40:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNy0xMjM0NTY3LnR4dA==" 2026/02/02 05:40:59 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/02/02 05:40:59 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:40:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" 2026/02/02 05:41:00 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/02/02 05:41:00 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxMC00NTY3ODkudHh0" 2026/02/02 05:41:00 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/02/02 05:41:00 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" 2026/02/02 05:41:00 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/02/02 05:41:00 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxMS01Njc4OTsudHh0" 2026/02/02 05:41:00 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/02/02 05:41:00 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxMy03ODk7PS50eHQ=" 2026/02/02 05:41:16 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/02/02 05:41:16 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxNS05Oz0udHh0" 2026/02/02 05:41:16 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/02/02 05:41:16 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxNC04OTs9LnR4dA==" 2026/02/02 05:41:16 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/02/02 05:41:16 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:19 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxMi02Nzg5Oy50eHQ=" 2026/02/02 05:41:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/02/02 05:41:19 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:19 DEBUG : Waiting for deletions to finish 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:41:23 INFO : splitbananasplit: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:41:23 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:41:23 INFO : apple: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:41:23 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:41:23 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:41:23 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:41:23 INFO : appleappleapplebanana: Deleted 2026/02/02 05:41:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:41:23 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 05:41:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:41:24 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:41:25 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:41:25 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:41:25 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:41:25 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:41:25 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:41:25 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 05:41:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:41:25 INFO : banana: Deleted 2026/02/02 05:41:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:41:30 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:41:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:41:30 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:41:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:41:30 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:41:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:41:30 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:41:30 DEBUG : Waiting for deletions to finish 2026/02/02 05:41:30 DEBUG : c3BsaXRiYW5hbmFzcGxpdA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : c3BsaXRiYW5hbmFzcGxpdA: Excluded 2026/02/02 05:41:30 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : YmFuYW5h: Excluded 2026/02/02 05:41:30 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/02/02 05:41:30 DEBUG : YXBwbGU: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : YXBwbGU: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAxNC04OTs9LnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAxNC04OTs9LnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA: Excluded 2026/02/02 05:41:30 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA: Excluded (Path Filter) 2026/02/02 05:41:30 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA: Excluded 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "YXBwbGU=" actual : "YXBwbGU" Diff: --- Expected +++ Actual @@ -1 +1 @@ -YXBwbGU= +YXBwbGU Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "c3BsaXRiYW5hbmFzcGxpdA==" actual : "c3BsaXRiYW5hbmFzcGxpdA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -c3BsaXRiYW5hbmFzcGxpdA== +c3BsaXRiYW5hbmFzcGxpdA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMC1hYmNkZWZnLnR4dA==" actual : "dir1/MDAwMC1hYmNkZWZnLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMC1hYmNkZWZnLnR4dA== +dir1/MDAwMC1hYmNkZWZnLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMS1iY2RlZmdoLnR4dA==" actual : "dir1/MDAwMS1iY2RlZmdoLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMS1iY2RlZmdoLnR4dA== +dir1/MDAwMS1iY2RlZmdoLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" actual : "dir1/MDAwMi1jZGVmZ2hpLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMi1jZGVmZ2hpLnR4dA== +dir1/MDAwMi1jZGVmZ2hpLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwMy1kZWZnaGlqLnR4dA==" actual : "dir1/MDAwMy1kZWZnaGlqLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwMy1kZWZnaGlqLnR4dA== +dir1/MDAwMy1kZWZnaGlqLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNC1lZmdoaWprLnR4dA==" actual : "dir1/MDAwNC1lZmdoaWprLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNC1lZmdoaWprLnR4dA== +dir1/MDAwNC1lZmdoaWprLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNS1mZ2hpamtsLnR4dA==" actual : "dir1/MDAwNS1mZ2hpamtsLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNS1mZ2hpamtsLnR4dA== +dir1/MDAwNS1mZ2hpamtsLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNi1naGlqa2xtLnR4dA==" actual : "dir1/MDAwNi1naGlqa2xtLnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNi1naGlqa2xtLnR4dA== +dir1/MDAwNi1naGlqa2xtLnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwNy0xMjM0NTY3LnR4dA==" actual : "dir1/MDAwNy0xMjM0NTY3LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwNy0xMjM0NTY3LnR4dA== +dir1/MDAwNy0xMjM0NTY3LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" actual : "dir1/MDAwOC0yMzQ1Njc4LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwOC0yMzQ1Njc4LnR4dA== +dir1/MDAwOC0yMzQ1Njc4LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" actual : "dir1/MDAwOS0zNDU2Nzg5LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAwOS0zNDU2Nzg5LnR4dA== +dir1/MDAwOS0zNDU2Nzg5LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAxMi02Nzg5Oy50eHQ=" actual : "dir1/MDAxMi02Nzg5Oy50eHQ" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAxMi02Nzg5Oy50eHQ= +dir1/MDAxMi02Nzg5Oy50eHQ Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAxMy03ODk7PS50eHQ=" actual : "dir1/MDAxMy03ODk7PS50eHQ" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAxMy03ODk7PS50eHQ= +dir1/MDAxMy03ODk7PS50eHQ Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:113 Error: Not equal: expected: "dir1/MDAxNC04OTs9LnR4dA==" actual : "dir1/MDAxNC04OTs9LnR4dA" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/MDAxNC04OTs9LnR4dA== +dir1/MDAxNC04OTs9LnR4dA Test: TestTransform/base64 Messages: expected BOTH, got BOTH 2026/02/02 05:41:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:31 DEBUG : banana: transformed to: YmFuYW5h 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:41:31 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:41:31 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:41:31 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:31 DEBUG : YmFuYW5h: size = 6 OK 2026/02/02 05:41:31 DEBUG : banana: Sizes identical 2026/02/02 05:41:31 DEBUG : banana: Unchanged skipping 2026/02/02 05:41:31 DEBUG : apple: transformed to: YXBwbGU= 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:31 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:31 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 05:41:31 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:31 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:41:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/02/02 05:41:32 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/02/02 05:41:32 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:41:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:41:32 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/02/02 05:41:32 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/02/02 05:41:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/02/02 05:41:32 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:41:32 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/02/02 05:41:32 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/02/02 05:41:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/02/02 05:41:32 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:41:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "c3BsaXRiYW5hbmFzcGxpdA==" 2026/02/02 05:41:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/02/02 05:41:34 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/02/02 05:41:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "YXBwbGU=" 2026/02/02 05:41:34 DEBUG : YXBwbGU=: size = 5 OK 2026/02/02 05:41:34 INFO : apple: Copied (new) to: YXBwbGU= 2026/02/02 05:41:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMS1iY2RlZmdoLnR4dA==" 2026/02/02 05:41:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/02/02 05:41:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/02/02 05:41:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMC1hYmNkZWZnLnR4dA==" 2026/02/02 05:41:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/02/02 05:41:34 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/02/02 05:41:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMi1jZGVmZ2hpLnR4dA==" 2026/02/02 05:41:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/02/02 05:41:36 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/02/02 05:41:36 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwMy1kZWZnaGlqLnR4dA==" 2026/02/02 05:41:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/02/02 05:41:36 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/02/02 05:41:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNC1lZmdoaWprLnR4dA==" 2026/02/02 05:41:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/02/02 05:41:36 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/02/02 05:41:36 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNS1mZ2hpamtsLnR4dA==" 2026/02/02 05:41:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/02/02 05:41:36 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/02/02 05:41:36 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNi1naGlqa2xtLnR4dA==" 2026/02/02 05:41:38 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/02/02 05:41:38 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/02/02 05:41:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwNy0xMjM0NTY3LnR4dA==" 2026/02/02 05:41:38 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/02/02 05:41:38 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/02/02 05:41:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwOS0zNDU2Nzg5LnR4dA==" 2026/02/02 05:41:39 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/02/02 05:41:39 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/02/02 05:41:39 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAwOC0yMzQ1Njc4LnR4dA==" 2026/02/02 05:41:39 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/02/02 05:41:39 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/02/02 05:41:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxMi02Nzg5Oy50eHQ=" 2026/02/02 05:41:40 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/02/02 05:41:40 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/02/02 05:41:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxMy03ODk7PS50eHQ=" 2026/02/02 05:41:40 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/02/02 05:41:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/MDAxNC04OTs9LnR4dA==" 2026/02/02 05:41:41 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/02/02 05:41:41 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/02/02 05:41:41 DEBUG : Waiting for deletions to finish 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/YXBwbGU 2026/02/02 05:41:41 INFO : YXBwbGU: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAxMi02Nzg5Oy50eHQ 2026/02/02 05:41:41 INFO : dir1/MDAxMi02Nzg5Oy50eHQ: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/c3BsaXRiYW5hbmFzcGxpdA 2026/02/02 05:41:41 INFO : c3BsaXRiYW5hbmFzcGxpdA: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAxMy03ODk7PS50eHQ 2026/02/02 05:41:41 INFO : dir1/MDAxMy03ODk7PS50eHQ: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwMi1jZGVmZ2hpLnR4dA 2026/02/02 05:41:41 INFO : dir1/MDAwMi1jZGVmZ2hpLnR4dA: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwNS1mZ2hpamtsLnR4dA 2026/02/02 05:41:41 INFO : dir1/MDAwNS1mZ2hpamtsLnR4dA: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwNy0xMjM0NTY3LnR4dA 2026/02/02 05:41:41 INFO : dir1/MDAwNy0xMjM0NTY3LnR4dA: Deleted 2026/02/02 05:41:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAxNC04OTs9LnR4dA 2026/02/02 05:41:41 INFO : dir1/MDAxNC04OTs9LnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwMC1hYmNkZWZnLnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwMC1hYmNkZWZnLnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwMy1kZWZnaGlqLnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwMy1kZWZnaGlqLnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwNC1lZmdoaWprLnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwNC1lZmdoaWprLnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwNi1naGlqa2xtLnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwNi1naGlqa2xtLnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwMS1iY2RlZmdoLnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwMS1iY2RlZmdoLnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwOC0yMzQ1Njc4LnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwOC0yMzQ1Njc4LnR4dA: Deleted 2026/02/02 05:41:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAwOS0zNDU2Nzg5LnR4dA 2026/02/02 05:41:42 INFO : dir1/MDAwOS0zNDU2Nzg5LnR4dA: Deleted 2026/02/02 05:41:42 DEBUG : Waiting for deletions to finish 2026/02/02 05:41:42 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/02/02 05:41:42 DEBUG : YmFuYW5h: Excluded 2026/02/02 05:41:42 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/02/02 05:41:42 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2026/02/02 05:41:42 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/02/02 05:41:42 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2026/02/02 05:41:42 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/02/02 05:41:42 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2026/02/02 05:41:42 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/02/02 05:41:42 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 05:41:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/02/02 05:41:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/YmFuYW5h 2026/02/02 05:41:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAxMC00NTY3ODkudHh0 2026/02/02 05:41:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAxMS01Njc4OTsudHh0 2026/02/02 05:41:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/MDAxNS05Oz0udHh0 2026/02/02 05:41:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/prefix run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:41:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578716 2026/02/02 05:41:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:41:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:41:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:41:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:41:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:41:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:41:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:41:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:42:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:42:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:42:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:42:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:42:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:42:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:42:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:42:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:42:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:42:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:42:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:42:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:42:42 DEBUG : Waiting for deletions to finish 2026/02/02 05:42:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : splitbananasplit: Excluded 2026/02/02 05:42:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:42:42 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : banana: Excluded 2026/02/02 05:42:42 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : apple: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:42:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:42:42 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0011-56789_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0012-6789_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0013-789_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0014-89_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/prefix Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/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/prefix Messages: 5 objects not found 2026/02/02 05:42:51 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:42:51 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:42:51 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:42:51 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:42:51 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:42:51 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:42:51 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:42:51 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:42:51 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:42:51 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:42:51 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:42:51 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:42:51 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:42:51 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:42:51 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:42:51 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:42:51 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:42:51 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:42:51 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:42:51 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:51 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:51 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/02/02 05:42:51 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:51 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/02/02 05:42:52 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/02/02 05:42:52 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/02/02 05:42:52 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/02/02 05:42:52 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/02/02 05:42:52 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/02/02 05:42:52 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/02/02 05:42:52 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/02/02 05:42:52 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/02/02 05:42:52 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/02/02 05:42:52 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/02/02 05:42:52 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/02/02 05:42:52 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/02/02 05:42:52 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/02/02 05:42:52 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/02/02 05:42:52 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/02/02 05:42:52 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:42:52 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:42:52 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:42:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "PREFIXappleappleapplebanana" 2026/02/02 05:42:53 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/02/02 05:42:53 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/02/02 05:42:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:42:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "PREFIXbanana" 2026/02/02 05:42:53 DEBUG : PREFIXbanana: size = 6 OK 2026/02/02 05:42:53 INFO : banana: Copied (new) to: PREFIXbanana 2026/02/02 05:42:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:42:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "PREFIXapple" 2026/02/02 05:42:53 DEBUG : PREFIXapple: size = 5 OK 2026/02/02 05:42:53 INFO : apple: Copied (new) to: PREFIXapple 2026/02/02 05:42:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:42:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "PREFIXsplitbananasplit" 2026/02/02 05:42:53 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/02/02 05:42:53 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/02/02 05:42:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:42:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0000-abcdefg.txt" 2026/02/02 05:42:55 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/02/02 05:42:55 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:42:55 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:42:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0003-defghij.txt" 2026/02/02 05:42:55 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/02/02 05:42:55 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:42:55 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:42:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0002-cdefghi.txt" 2026/02/02 05:42:55 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/02/02 05:42:55 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:42:55 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:42:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0001-bcdefgh.txt" 2026/02/02 05:42:55 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:42:55 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:42:55 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:42:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0005-fghijkl.txt" 2026/02/02 05:42:56 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/02/02 05:42:56 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:42:56 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:42:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0004-efghijk.txt" 2026/02/02 05:42:56 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/02/02 05:42:56 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:42:56 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:42:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0007-1234567.txt" 2026/02/02 05:42:56 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/02/02 05:42:56 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:42:56 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:42:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0006-ghijklm.txt" 2026/02/02 05:42:56 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/02/02 05:42:56 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:42:56 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:42:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0009-3456789.txt" 2026/02/02 05:42:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0008-2345678.txt" 2026/02/02 05:42:58 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/02/02 05:42:58 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/02/02 05:42:58 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:42:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:42:58 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:42:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:42:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0011-56789;.txt" 2026/02/02 05:42:58 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/02/02 05:42:58 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:42:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:42:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0010-456789.txt" 2026/02/02 05:42:58 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/02/02 05:42:58 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/02/02 05:42:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0012-6789;.txt" 2026/02/02 05:43:00 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/02/02 05:43:00 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0013-789;=.txt" 2026/02/02 05:43:00 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/02/02 05:43:00 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0015-9;=.txt" 2026/02/02 05:43:00 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/02/02 05:43:00 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/PREFIX0014-89;=.txt" 2026/02/02 05:43:00 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/02/02 05:43:00 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:00 DEBUG : Waiting for deletions to finish 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:43:00 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:43:00 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:43:00 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:43:00 INFO : appleappleapplebanana: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:43:00 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:43:00 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:43:00 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:43:00 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:43:00 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:43:00 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:43:00 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:43:00 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:43:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:43:00 INFO : apple: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:43:01 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:43:01 INFO : splitbananasplit: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:43:01 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:43:01 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:43:01 INFO : banana: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:43:01 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 05:43:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:43:01 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 05:43:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:43:01 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : PREFIXapple: Excluded 2026/02/02 05:43:01 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : PREFIXappleappleapplebanana: Excluded 2026/02/02 05:43:01 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : PREFIXbanana: Excluded 2026/02/02 05:43:01 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : PREFIXsplitbananasplit: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0015-9_.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0013-789_.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0014-89_.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0012-6789_.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0011-56789_.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:43:01 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:43:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : apple: transformed to: PREFIXapple 2026/02/02 05:43:02 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/02/02 05:43:02 DEBUG : banana: transformed to: PREFIXbanana 2026/02/02 05:43:02 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/02/02 05:43:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/02/02 05:43:02 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 05:43:02 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 05:43:02 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 05:43:02 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 05:43:02 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 05:43:05 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:43:05 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:43:05 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:43:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:43:07 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:43:07 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:43:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:43:26 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:43:26 INFO : appleappleapplebanana: Copied (new) 2026/02/02 05:43:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:43:26 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:43:26 INFO : splitbananasplit: Copied (new) 2026/02/02 05:43:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:43:26 DEBUG : banana: size = 6 OK 2026/02/02 05:43:26 INFO : banana: Copied (new) 2026/02/02 05:43:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:43:26 DEBUG : apple: size = 5 OK 2026/02/02 05:43:26 INFO : apple: Copied (new) 2026/02/02 05:43:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:43:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:43:30 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/02/02 05:43:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:43:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:43:30 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/02/02 05:43:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:43:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:43:30 INFO : dir1/0003-defghij.txt: Copied (new) 2026/02/02 05:43:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:43:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:43:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/02/02 05:43:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:43:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:43:31 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/02/02 05:43:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:43:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:43:31 INFO : dir1/0007-1234567.txt: Copied (new) 2026/02/02 05:43:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:43:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:43:31 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/02/02 05:43:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:43:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:43:31 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/02/02 05:43:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:43:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:43:33 INFO : dir1/0009-3456789.txt: Copied (new) 2026/02/02 05:43:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:43:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:43:33 INFO : dir1/0010-456789.txt: Copied (new) 2026/02/02 05:43:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:43:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:43:33 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:43:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:43:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:43:33 INFO : dir1/0008-2345678.txt: Copied (new) 2026/02/02 05:43:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:43:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:43:34 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:43:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:43:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:43:34 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:43:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:43:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:43:34 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:43:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:43:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:43:34 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:43:34 DEBUG : Waiting for deletions to finish 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/PREFIXappleappleapplebanana 2026/02/02 05:43:35 INFO : PREFIXappleappleapplebanana: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0001-bcdefgh.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0003-defghij.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0005-fghijkl.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0009-3456789.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0008-2345678.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0014-89_.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0014-89_.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0010-456789.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0015-9_.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0015-9_.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/PREFIXapple 2026/02/02 05:43:35 INFO : PREFIXapple: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/PREFIXbanana 2026/02/02 05:43:35 INFO : PREFIXbanana: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0002-cdefghi.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0012-6789_.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0012-6789_.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/PREFIXsplitbananasplit 2026/02/02 05:43:35 INFO : PREFIXsplitbananasplit: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0000-abcdefg.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0004-efghijk.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0006-ghijklm.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0007-1234567.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0011-56789_.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0011-56789_.txt: Deleted 2026/02/02 05:43:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/PREFIX0013-789_.txt 2026/02/02 05:43:35 INFO : dir1/PREFIX0013-789_.txt: Deleted 2026/02/02 05:43:35 DEBUG : Waiting for deletions to finish 2026/02/02 05:43:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : splitbananasplit: Excluded 2026/02/02 05:43:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:43:36 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : apple: Excluded 2026/02/02 05:43:36 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : banana: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:43:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:43:36 DEBUG : dir1/0000-abcdefg.txt: Excluded sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0011-56789;.txt" actual : "dir1/0011-56789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0011-56789;.txt +dir1/0011-56789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0012-6789;.txt" actual : "dir1/0012-6789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0012-6789;.txt +dir1/0012-6789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0013-789;=.txt" actual : "dir1/0013-789_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0013-789;=.txt +dir1/0013-789_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0014-89;=.txt" actual : "dir1/0014-89_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0014-89;=.txt +dir1/0014-89_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH sync_transform_test.go:212: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:212 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:119 Error: Not equal: expected: "dir1/0015-9;=.txt" actual : "dir1/0015-9_.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -dir1/0015-9;=.txt +dir1/0015-9_.txt Test: TestTransform/prefix Messages: expected BOTH, got BOTH 2026/02/02 05:43:37 DEBUG : Waiting for deletions to finish 2026/02/02 05:43:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : splitbananasplit: Excluded 2026/02/02 05:43:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:43:37 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : apple: Excluded 2026/02/02 05:43:37 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : banana: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:43:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:43:37 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go: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/0013-789;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/prefix Messages: 5 objects not found 2026/02/02 05:43:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:43:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:43:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:43:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:43:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:43:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:43:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:43:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:43:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:43:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:43:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:43:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:43:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:43:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:43:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:43:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:43:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:43:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:43:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:43:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:43:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/suffix run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:43:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578717 2026/02/02 05:43:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:43:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:43:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:44:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:44:19 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:44:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:44:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:44:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:44:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:44:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:44:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:44:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:44:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:44:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:44:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:44:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:44:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:44:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:44:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:44:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:44:45 DEBUG : Waiting for deletions to finish 2026/02/02 05:44:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : splitbananasplit: Excluded 2026/02/02 05:44:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:44:45 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : banana: Excluded 2026/02/02 05:44:45 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : apple: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:44:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:44:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:44:45 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/0013-789;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0015-9;=.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/suffix Messages: 5 objects not found 2026/02/02 05:44:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:44:54 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:44:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:44:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:44:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:44:54 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:44:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:44:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:44:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:44:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:44:54 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:44:54 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:44:54 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:44:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:44:54 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:44:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:44:54 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:44:54 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:44:54 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:44:54 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:44:54 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:54 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/02/02 05:44:55 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:44:55 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:44:55 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:44:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebananaSUFFIX" 2026/02/02 05:44:56 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/02/02 05:44:56 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/02/02 05:44:56 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:44:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleSUFFIX" 2026/02/02 05:44:56 DEBUG : appleSUFFIX: size = 5 OK 2026/02/02 05:44:56 INFO : apple: Copied (new) to: appleSUFFIX 2026/02/02 05:44:56 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplitSUFFIX" 2026/02/02 05:44:56 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/02/02 05:44:56 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/02/02 05:44:56 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:44:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "bananaSUFFIX" 2026/02/02 05:44:56 DEBUG : bananaSUFFIX: size = 6 OK 2026/02/02 05:44:56 INFO : banana: Copied (new) to: bananaSUFFIX 2026/02/02 05:44:56 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:44:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txtSUFFIX" 2026/02/02 05:44:58 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/02/02 05:44:58 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:44:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:44:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txtSUFFIX" 2026/02/02 05:44:58 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/02/02 05:44:58 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:44:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:44:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txtSUFFIX" 2026/02/02 05:44:58 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/02/02 05:44:58 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:44:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:44:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txtSUFFIX" 2026/02/02 05:44:58 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/02/02 05:44:58 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:44:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:44:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txtSUFFIX" 2026/02/02 05:44:59 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/02/02 05:44:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:44:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:44:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txtSUFFIX" 2026/02/02 05:44:59 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/02/02 05:44:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:44:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:44:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txtSUFFIX" 2026/02/02 05:44:59 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/02/02 05:44:59 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:44:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:44:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txtSUFFIX" 2026/02/02 05:44:59 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/02/02 05:44:59 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:44:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txtSUFFIX" 2026/02/02 05:45:01 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/02/02 05:45:01 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:01 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txtSUFFIX" 2026/02/02 05:45:01 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/02/02 05:45:01 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:01 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txtSUFFIX" 2026/02/02 05:45:01 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/02/02 05:45:01 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:01 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txtSUFFIX" 2026/02/02 05:45:01 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/02/02 05:45:01 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:01 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txtSUFFIX" 2026/02/02 05:45:18 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/02/02 05:45:18 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txtSUFFIX" 2026/02/02 05:45:18 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/02/02 05:45:18 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txtSUFFIX" 2026/02/02 05:45:18 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/02/02 05:45:18 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txtSUFFIX" 2026/02/02 05:45:22 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/02/02 05:45:22 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:22 DEBUG : Waiting for deletions to finish 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:45:22 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:45:22 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:45:22 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:45:22 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:45:22 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:45:22 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:45:22 INFO : appleappleapplebanana: Deleted 2026/02/02 05:45:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:45:22 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:45:23 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:45:23 INFO : banana: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:45:23 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:45:23 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:45:23 INFO : splitbananasplit: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:45:23 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:45:23 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:45:23 INFO : apple: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:45:23 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:45:23 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:45:23 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 05:45:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:45:23 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 05:45:23 DEBUG : Waiting for deletions to finish 2026/02/02 05:45:23 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : bananaSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : splitbananasplitSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : appleappleapplebananaSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : appleSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0013-789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0013-789_.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0012-6789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0012-6789_.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0014-89_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0014-89_.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0015-9_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0015-9_.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0011-56789_.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0011-56789_.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2026/02/02 05:45:23 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/02/02 05:45:23 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2026/02/02 05:45:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/02/02 05:45:24 DEBUG : apple: transformed to: appleSUFFIX 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/02/02 05:45:24 DEBUG : banana: transformed to: bananaSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:24 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:45:24 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:45:24 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:45:24 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:45:24 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:45:24 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/02/02 05:45:24 DEBUG : apple: Need to transfer - File not found at Destination 2026/02/02 05:45:24 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:45:24 DEBUG : banana: Need to transfer - File not found at Destination 2026/02/02 05:45:24 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:45:25 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:45:25 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:45:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:45:26 DEBUG : apple: size = 5 OK 2026/02/02 05:45:26 INFO : apple: Copied (new) 2026/02/02 05:45:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:45:26 DEBUG : banana: size = 6 OK 2026/02/02 05:45:26 INFO : banana: Copied (new) 2026/02/02 05:45:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:45:26 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:45:26 INFO : splitbananasplit: Copied (new) 2026/02/02 05:45:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:45:26 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:45:26 INFO : appleappleapplebanana: Copied (new) 2026/02/02 05:45:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:45:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:45:27 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/02/02 05:45:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:45:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:45:27 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/02/02 05:45:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:45:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:45:27 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/02/02 05:45:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:45:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:45:27 INFO : dir1/0003-defghij.txt: Copied (new) 2026/02/02 05:45:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:45:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:45:29 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/02/02 05:45:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:45:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:45:29 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/02/02 05:45:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:45:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:45:29 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/02/02 05:45:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:45:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:45:29 INFO : dir1/0007-1234567.txt: Copied (new) 2026/02/02 05:45:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:45:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:45:30 INFO : dir1/0008-2345678.txt: Copied (new) 2026/02/02 05:45:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:45:31 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:45:31 INFO : dir1/0009-3456789.txt: Copied (new) 2026/02/02 05:45:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:45:31 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:45:31 INFO : dir1/0010-456789.txt: Copied (new) 2026/02/02 05:45:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:45:31 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:45:31 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:45:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:45:32 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:45:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:45:32 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:45:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:45:32 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:45:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:45:32 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:45:32 DEBUG : Waiting for deletions to finish 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txtSUFFIX 2026/02/02 05:45:32 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txtSUFFIX 2026/02/02 05:45:32 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/02/02 05:45:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebananaSUFFIX 2026/02/02 05:45:32 INFO : appleappleapplebananaSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleSUFFIX 2026/02/02 05:45:33 INFO : appleSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/bananaSUFFIX 2026/02/02 05:45:33 INFO : bananaSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplitSUFFIX 2026/02/02 05:45:33 INFO : splitbananasplitSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0015-9_.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0014-89_.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0012-6789_.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0011-56789_.txtSUFFIX: Deleted 2026/02/02 05:45:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txtSUFFIX 2026/02/02 05:45:33 INFO : dir1/0013-789_.txtSUFFIX: Deleted 2026/02/02 05:45:33 DEBUG : Waiting for deletions to finish 2026/02/02 05:45:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:45:33 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:45:33 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:45:33 DEBUG : apple: Excluded 2026/02/02 05:45:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:45:33 DEBUG : splitbananasplit: Excluded 2026/02/02 05:45:33 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:45:33 DEBUG : banana: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 05:45:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:45:34 DEBUG : dir1/0001-bcdefgh.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:45:34 DEBUG : Waiting for deletions to finish 2026/02/02 05:45:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:45:35 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : apple: Excluded 2026/02/02 05:45:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : splitbananasplit: Excluded 2026/02/02 05:45:35 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : banana: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/02/02 05:45:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:45:35 DEBUG : dir1/0001-bcdefgh.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/0011-56789;.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:345 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:123 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/suffix Messages: 5 objects not found 2026/02/02 05:45:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:45:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:45:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:45:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:45:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:45:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:45:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:45:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:45:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:45:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:45:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:45:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:45:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:45:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:45:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:45:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:45:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:45:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:45:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:45:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:45:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/truncate run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:45:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578718 2026/02/02 05:45:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:45:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:45:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:45:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:45:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:46:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:46:16 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:46:21 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:46:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:46:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:46:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:46:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:46:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:46:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:46:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:46:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:46:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:46:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:46:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:46:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:46:40 DEBUG : Waiting for deletions to finish 2026/02/02 05:46:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : splitbananasplit: Excluded 2026/02/02 05:46:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:46:40 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : banana: Excluded 2026/02/02 05:46:40 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : apple: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:46:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:46:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:46:40 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/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/truncate Messages: 5 objects not found 2026/02/02 05:46:49 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:46:49 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:46:49 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:46:49 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/02/02 05:46:49 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:46:49 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/02/02 05:46:49 DEBUG : apple: size = 5 OK 2026/02/02 05:46:49 DEBUG : apple: Sizes identical 2026/02/02 05:46:49 DEBUG : apple: Unchanged skipping 2026/02/02 05:46:49 DEBUG : banana: size = 6 OK 2026/02/02 05:46:49 DEBUG : banana: Sizes identical 2026/02/02 05:46:49 DEBUG : banana: Unchanged skipping 2026/02/02 05:46:49 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:46:49 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:49 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:49 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:46:49 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:49 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:46:50 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:46:50 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:46:50 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:46:50 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:46:50 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:46:50 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:46:50 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:46:50 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:46:50 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:46:50 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:46:50 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:46:50 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:46:50 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:46:50 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:46:50 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:46:50 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:46:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:46:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:46:50 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:46:50 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:46:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbanan" 2026/02/02 05:46:51 DEBUG : splitbanan: size = 16 OK 2026/02/02 05:46:51 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/02/02 05:46:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:46:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleapple" 2026/02/02 05:46:51 DEBUG : appleapple: size = 21 OK 2026/02/02 05:46:51 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/02/02 05:46:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:46:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcde" 2026/02/02 05:46:51 DEBUG : dir1/0000-abcde: size = 21 OK 2026/02/02 05:46:51 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/02/02 05:46:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:46:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdef" 2026/02/02 05:46:52 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/02/02 05:46:52 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/02/02 05:46:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:46:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defgh" 2026/02/02 05:46:53 DEBUG : dir1/0003-defgh: size = 21 OK 2026/02/02 05:46:53 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/02/02 05:46:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:46:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefg" 2026/02/02 05:46:53 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/02/02 05:46:53 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/02/02 05:46:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:46:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghi" 2026/02/02 05:46:53 DEBUG : dir1/0004-efghi: size = 21 OK 2026/02/02 05:46:53 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/02/02 05:46:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:46:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghij" 2026/02/02 05:46:53 DEBUG : dir1/0005-fghij: size = 21 OK 2026/02/02 05:46:53 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/02/02 05:46:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:46:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijk" 2026/02/02 05:46:54 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/02/02 05:46:54 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/02/02 05:46:54 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:46:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-23456" 2026/02/02 05:46:54 DEBUG : dir1/0008-23456: size = 21 OK 2026/02/02 05:46:54 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/02/02 05:46:54 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:46:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-12345" 2026/02/02 05:46:54 DEBUG : dir1/0007-12345: size = 21 OK 2026/02/02 05:46:54 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/02/02 05:46:54 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:46:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-34567" 2026/02/02 05:46:55 DEBUG : dir1/0009-34567: size = 21 OK 2026/02/02 05:46:55 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/02/02 05:46:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:46:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-45678" 2026/02/02 05:46:56 DEBUG : dir1/0010-45678: size = 20 OK 2026/02/02 05:46:56 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/02/02 05:46:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:46:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789" 2026/02/02 05:46:56 DEBUG : dir1/0011-56789: size = 20 OK 2026/02/02 05:46:56 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/02/02 05:46:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:46:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;" 2026/02/02 05:46:56 DEBUG : dir1/0012-6789;: size = 19 OK 2026/02/02 05:46:56 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/02/02 05:46:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=" 2026/02/02 05:46:56 DEBUG : dir1/0013-789;=: size = 19 OK 2026/02/02 05:46:56 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=." 2026/02/02 05:46:58 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/02/02 05:46:58 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.t" 2026/02/02 05:46:58 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/02/02 05:46:58 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/02/02 05:46:58 DEBUG : Waiting for deletions to finish 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:46:58 INFO : dir1/0010-456789.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:46:58 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:46:58 INFO : dir1/0003-defghij.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:46:58 INFO : dir1/0009-3456789.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:46:58 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:46:58 INFO : dir1/0000-abcdefg.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:46:58 INFO : dir1/0002-cdefghi.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:46:58 INFO : dir1/0008-2345678.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:46:58 INFO : dir1/0005-fghijkl.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:46:58 INFO : splitbananasplit: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:46:58 INFO : dir1/0004-efghijk.txt: Deleted 2026/02/02 05:46:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:46:58 INFO : dir1/0007-1234567.txt: Deleted 2026/02/02 05:46:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:46:59 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:46:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:46:59 INFO : appleappleapplebanana: Deleted 2026/02/02 05:46:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:46:59 INFO : dir1/0006-ghijklm.txt: Deleted 2026/02/02 05:46:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:46:59 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:46:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:46:59 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:46:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:46:59 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:46:59 DEBUG : Waiting for deletions to finish 2026/02/02 05:46:59 DEBUG : appleapple: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : appleapple: Excluded 2026/02/02 05:46:59 DEBUG : splitbanan: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : splitbanan: Excluded 2026/02/02 05:46:59 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : banana: Excluded 2026/02/02 05:46:59 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : apple: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0015-9_.t: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0015-9_.t: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0014-89: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0014-89: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0010-45678: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0012-6789: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0012-6789: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0013-789: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0013-789: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0011-56789: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0009-34567: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0007-12345: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0006-ghijk: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0008-23456: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0004-efghi: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0005-fghij: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0003-defgh: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0002-cdefg: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0001-bcdef: Excluded 2026/02/02 05:46:59 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/02/02 05:46:59 DEBUG : dir1/0000-abcde: Excluded 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/02/02 05:47:00 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:47:00 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:47:00 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:47:00 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:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/02/02 05:47:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/02/02 05:47:00 DEBUG : apple: size = 5 OK 2026/02/02 05:47:00 DEBUG : apple: Sizes identical 2026/02/02 05:47:00 DEBUG : apple: Unchanged skipping 2026/02/02 05:47:00 DEBUG : splitbanan: size = 16 OK 2026/02/02 05:47:00 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:47:00 DEBUG : banana: size = 6 OK 2026/02/02 05:47:00 DEBUG : appleapple: size = 21 OK 2026/02/02 05:47:00 DEBUG : banana: Sizes identical 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:47:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:47:00 DEBUG : banana: Unchanged skipping 2026/02/02 05:47:00 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/02/02 05:47:00 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/02/02 05:47:00 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/02/02 05:47:00 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/02/02 05:47:00 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/02/02 05:47:00 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/02/02 05:47:00 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/02/02 05:47:00 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/02/02 05:47:00 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/02/02 05:47:00 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/02/02 05:47:00 DEBUG : dir1/0000-abcde: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0003-defgh: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0004-efghi: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0005-fghij: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0007-12345: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0008-23456: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0009-34567: size = 21 OK 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/02/02 05:47:00 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/02/02 05:47:00 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:47:00 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:47:00 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:47:00 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:47:00 DEBUG : dir1/0010-45678: size = 20 OK 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0011-56789: size = 20 OK 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/02/02 05:47:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/02/02 05:47:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/02/02 05:47:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/02/02 05:47:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/02/02 05:47:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/02/02 05:47:00 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:47:00 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:47:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.t" 2026/02/02 05:47:17 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/02/02 05:47:17 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/02/02 05:47:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=." 2026/02/02 05:47:17 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/02/02 05:47:17 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/02/02 05:47:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;" 2026/02/02 05:47:17 DEBUG : dir1/0012-6789;: size = 19 OK 2026/02/02 05:47:17 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/02/02 05:47:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=" 2026/02/02 05:47:17 DEBUG : dir1/0013-789;=: size = 19 OK 2026/02/02 05:47:17 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/02/02 05:47:17 DEBUG : Waiting for deletions to finish 2026/02/02 05:47:21 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789 2026/02/02 05:47:21 INFO : dir1/0013-789: Deleted 2026/02/02 05:47:21 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789 2026/02/02 05:47:21 INFO : dir1/0012-6789: Deleted 2026/02/02 05:47:21 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89 2026/02/02 05:47:21 INFO : dir1/0014-89: Deleted 2026/02/02 05:47:21 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.t 2026/02/02 05:47:21 INFO : dir1/0015-9_.t: Deleted 2026/02/02 05:47:21 DEBUG : Waiting for deletions to finish 2026/02/02 05:47:21 DEBUG : appleapple: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : appleapple: Excluded 2026/02/02 05:47:21 DEBUG : splitbanan: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : splitbanan: Excluded 2026/02/02 05:47:21 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : banana: Excluded 2026/02/02 05:47:21 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : apple: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0010-45678: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0011-56789: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0009-34567: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0007-12345: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0006-ghijk: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0008-23456: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0004-efghi: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0005-fghij: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0003-defgh: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0002-cdefg: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/02/02 05:47:21 DEBUG : dir1/0001-bcdef: Excluded 2026/02/02 05:47:21 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/02/02 05:47:21 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:47:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:47:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleapple 2026/02/02 05:47:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:47:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbanan 2026/02/02 05:47:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcde 2026/02/02 05:47:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdef 2026/02/02 05:47:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefg 2026/02/02 05:47:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defgh 2026/02/02 05:47:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghi 2026/02/02 05:47:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghij 2026/02/02 05:47:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijk 2026/02/02 05:47:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-12345 2026/02/02 05:47:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-23456 2026/02/02 05:47:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-34567 2026/02/02 05:47:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-45678 2026/02/02 05:47:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789 2026/02/02 05:47:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/encoder run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:47:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578719 2026/02/02 05:47:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:47:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:47:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:47:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:47:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:47:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:47:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:47:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:47:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:47:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:47:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:47:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:47:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:47:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:47:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:47:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:47:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:47:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:48:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:48:14 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:48:14 DEBUG : Waiting for deletions to finish 2026/02/02 05:48:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : splitbananasplit: Excluded 2026/02/02 05:48:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:48:18 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : banana: Excluded 2026/02/02 05:48:18 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : apple: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:48:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:48:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:48:18 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/0013-789;=.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0012-6789;.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/encoder Messages: 5 objects not found 2026/02/02 05:48:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:48:29 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:48:29 DEBUG : apple: size = 5 OK 2026/02/02 05:48:29 DEBUG : apple: Sizes identical 2026/02/02 05:48:29 DEBUG : apple: Unchanged skipping 2026/02/02 05:48:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:48:29 DEBUG : banana: size = 6 OK 2026/02/02 05:48:29 DEBUG : banana: Sizes identical 2026/02/02 05:48:29 DEBUG : banana: Unchanged skipping 2026/02/02 05:48:29 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:48:29 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:48:29 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:48:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:48:29 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:48:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:48:29 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:48:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:48:29 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:48:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:48:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:48:29 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:48:29 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:48:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:48:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:48:32 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:48:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:48:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:48:32 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:48:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:48:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:48:32 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:48:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:48:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:48:32 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:48:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:48:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:48:34 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:48:34 DEBUG : Waiting for deletions to finish 2026/02/02 05:48:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:48:34 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:48:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:48:34 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:48:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:48:34 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:48:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:48:34 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:48:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:48:34 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:48:34 DEBUG : Waiting for deletions to finish 2026/02/02 05:48:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : splitbananasplit: Excluded 2026/02/02 05:48:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:48:35 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : banana: Excluded 2026/02/02 05:48:35 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : apple: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:48:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:48:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:48:35 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:48:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:48:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:48:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:48:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:48:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:48:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:48:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:48:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:48:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:48:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:48:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:48:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:48:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:48:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:48:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:48:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/ISO-8859-1 run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:48:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578720 2026/02/02 05:48:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:48:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:48:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:48:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:48:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:48:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:48:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:48:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:48:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:48:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:48:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:49:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:49:19 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:49:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:49:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:49:27 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:49:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:49:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:49:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:49:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:49:33 DEBUG : Waiting for deletions to finish 2026/02/02 05:49:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : splitbananasplit: Excluded 2026/02/02 05:49:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:49:33 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : banana: Excluded 2026/02/02 05:49:33 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : apple: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:49:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:49:33 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: listing wrong, want apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789;.txt (20), dir1/0012-6789;.txt (19), dir1/0013-789;=.txt (19), dir1/0014-89;=.txt (18), dir1/0015-9;=.txt (17), splitbananasplit (16) got apple (5), appleappleapplebanana (21), banana (6), dir1/0000-abcdefg.txt (21), dir1/0001-bcdefgh.txt (21), dir1/0002-cdefghi.txt (21), dir1/0003-defghij.txt (21), dir1/0004-efghijk.txt (21), dir1/0005-fghijkl.txt (21), dir1/0006-ghijklm.txt (21), dir1/0007-1234567.txt (21), dir1/0008-2345678.txt (21), dir1/0009-3456789.txt (21), dir1/0010-456789.txt (20), dir1/0011-56789_.txt (20), dir1/0012-6789_.txt (19), dir1/0013-789_.txt (19), dir1/0014-89_.txt (18), dir1/0015-9_.txt (17), splitbananasplit (16) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0011-56789_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0012-6789_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0013-789_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0014-89_.txt" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/ISO-8859-1 Messages: Unexpected file "dir1/0015-9_.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0012-6789;.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/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/ISO-8859-1 Messages: 5 objects not found 2026/02/02 05:49:43 DEBUG : apple: size = 5 OK 2026/02/02 05:49:43 DEBUG : apple: Sizes identical 2026/02/02 05:49:43 DEBUG : apple: Unchanged skipping 2026/02/02 05:49:43 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:49:43 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:49:43 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:49:43 DEBUG : banana: size = 6 OK 2026/02/02 05:49:43 DEBUG : banana: Sizes identical 2026/02/02 05:49:43 DEBUG : banana: Unchanged skipping 2026/02/02 05:49:43 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:49:43 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:49:43 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:49:43 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:49:43 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:49:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:49:43 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:49:43 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:49:43 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:49:43 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:49:43 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:49:43 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:49:43 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:49:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:49:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:49:46 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:49:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:49:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:49:46 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:49:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:49:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:49:46 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:49:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:49:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:49:46 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:49:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:49:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:49:48 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:49:48 DEBUG : Waiting for deletions to finish 2026/02/02 05:49:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:49:48 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:49:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:49:48 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:49:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:49:48 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:49:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:49:48 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:49:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:49:48 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:49:48 DEBUG : Waiting for deletions to finish 2026/02/02 05:49:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : splitbananasplit: Excluded 2026/02/02 05:49:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:49:49 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : banana: Excluded 2026/02/02 05:49:49 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : apple: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:49:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:49:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:49: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/ISO-8859-1 2026/02/02 05:49:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:49:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:49:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:49:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:49:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:49:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:49:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:49:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:49:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:49:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:49:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:49:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:49:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:49:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:49:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:49:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/charmap run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:49:56 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578721 2026/02/02 05:49:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:49:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:50:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:50:17 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:50:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:50:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:50:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:50:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:50:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:50:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:50:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:50:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:50:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:50:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:50:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:50:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:50:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:50:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:50:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:50:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:50:46 DEBUG : Waiting for deletions to finish 2026/02/02 05:50:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : splitbananasplit: Excluded 2026/02/02 05:50:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:50:47 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : banana: Excluded 2026/02/02 05:50:47 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : apple: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:50:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:50:47 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/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/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/0015-9;=.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/charmap Messages: 5 objects not found 2026/02/02 05:50:56 DEBUG : apple: size = 5 OK 2026/02/02 05:50:56 DEBUG : apple: Sizes identical 2026/02/02 05:50:56 DEBUG : apple: Unchanged skipping 2026/02/02 05:50:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:50:56 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:50:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:50:56 DEBUG : banana: size = 6 OK 2026/02/02 05:50:56 DEBUG : banana: Sizes identical 2026/02/02 05:50:56 DEBUG : banana: Unchanged skipping 2026/02/02 05:50:56 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:50:56 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:50:56 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:50:56 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:50:56 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:50:56 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:50:56 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:50:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:50:56 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:50:56 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:50:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:50:56 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:50:56 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:50:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:50:58 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:50:58 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:50:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:50:59 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:50:59 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:50:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:50:59 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:50:59 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:50:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:50:59 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:50:59 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:51:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:51:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:51:01 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:51:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:51:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:51:01 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:51:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:51:01 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:51:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:51:01 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:51:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:51:01 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:51:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:51:01 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:51:01 DEBUG : Waiting for deletions to finish 2026/02/02 05:51:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:51:02 DEBUG : splitbananasplit: Excluded 2026/02/02 05:51:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:51:02 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:51:02 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:51:02 DEBUG : banana: Excluded 2026/02/02 05:51:02 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:51:02 DEBUG : apple: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:51:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:51:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:51:08 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:51:19 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:51:20 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:51:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:51:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:51:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:51:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:51:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:51:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:51:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:51:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:51:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:51:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:51:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:51:25 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:51:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:51:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/lowercase run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:51:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578722 2026/02/02 05:51:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:51:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:51:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:51:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:51:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:51:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:51:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:51:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:51:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:51:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:51:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:51:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:51:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:51:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:51:50 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:51:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:51:53 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:51:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:51:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:51:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:51:58 DEBUG : Waiting for deletions to finish 2026/02/02 05:51:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:51:58 DEBUG : splitbananasplit: Excluded 2026/02/02 05:51:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:51:58 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:51:58 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:51:58 DEBUG : banana: Excluded 2026/02/02 05:51:58 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:51:58 DEBUG : apple: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:51:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:51:59 DEBUG : dir1/0000-abcdefg.txt: Excluded fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Should be true Test: TestTransform/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/0012-6789;.txt" fstest.go:203: Not found "dir1/0015-9;=.txt" fstest.go:203: Not found "dir1/0013-789;=.txt" fstest.go:203: Not found "dir1/0014-89;=.txt" fstest.go:203: Not found "dir1/0011-56789;.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:365 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:105 Error: Not equal: expected: 0 actual : 5 Test: TestTransform/lowercase Messages: 5 objects not found 2026/02/02 05:52:19 DEBUG : apple: size = 5 OK 2026/02/02 05:52:19 DEBUG : apple: Sizes identical 2026/02/02 05:52:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:52:19 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:52:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:52:19 DEBUG : apple: Unchanged skipping 2026/02/02 05:52:19 DEBUG : banana: size = 6 OK 2026/02/02 05:52:19 DEBUG : banana: Sizes identical 2026/02/02 05:52:19 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:52:19 DEBUG : banana: Unchanged skipping 2026/02/02 05:52:19 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:52:19 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:52:19 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:52:19 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:52:19 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:52:19 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:52:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:52:19 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:52:19 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:52:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:52:19 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:52:19 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:52:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:52:23 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:52:23 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:52:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:52:23 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:52:23 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:52:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:52:23 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:52:23 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:52:23 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:52:23 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:52:23 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:52:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:52:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:52:26 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:52:26 DEBUG : Waiting for deletions to finish 2026/02/02 05:52:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:52:26 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:52:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:52:26 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:52:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:52:26 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:52:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:52:26 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:52:26 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:52:26 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:52:26 DEBUG : Waiting for deletions to finish 2026/02/02 05:52:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:52:26 DEBUG : splitbananasplit: Excluded 2026/02/02 05:52:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:52:26 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:52:26 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:52:26 DEBUG : banana: Excluded 2026/02/02 05:52:26 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:52:26 DEBUG : apple: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:52:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:52:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:52:27 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:52:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:52:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:52:28 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:52:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:52:29 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:52:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:52:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:52:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:52:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:52:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:52:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:52:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:52:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:52:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:52:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:52:33 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" === RUN TestTransform/ascii run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:52:34 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dir1" with ID 2578723 2026/02/02 05:52:35 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0000-abcdefg.txt" 2026/02/02 05:52:37 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0001-bcdefgh.txt" 2026/02/02 05:52:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0002-cdefghi.txt" 2026/02/02 05:52:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0003-defghij.txt" 2026/02/02 05:52:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0004-efghijk.txt" 2026/02/02 05:52:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0005-fghijkl.txt" 2026/02/02 05:52:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0006-ghijklm.txt" 2026/02/02 05:52:46 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0007-1234567.txt" 2026/02/02 05:52:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0008-2345678.txt" 2026/02/02 05:52:49 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0009-3456789.txt" 2026/02/02 05:52:51 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0010-456789.txt" 2026/02/02 05:52:52 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:52:54 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:52:55 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:52:57 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:52:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:53:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "apple" 2026/02/02 05:53:18 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "banana" 2026/02/02 05:53:22 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "appleappleapplebanana" 2026/02/02 05:53:24 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "splitbananasplit" 2026/02/02 05:53:24 DEBUG : Waiting for deletions to finish 2026/02/02 05:53:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : splitbananasplit: Excluded 2026/02/02 05:53:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:53:24 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : banana: Excluded 2026/02/02 05:53:24 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : apple: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0015-9_.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0015-9_.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0014-89_.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0014-89_.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0013-789_.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0013-789_.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0012-6789_.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0012-6789_.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0011-56789_.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0011-56789_.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:53:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:53:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:53:24 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/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/ascii Messages: 5 objects not found 2026/02/02 05:53:33 DEBUG : apple: size = 5 OK 2026/02/02 05:53:33 DEBUG : apple: Sizes identical 2026/02/02 05:53:33 DEBUG : apple: Unchanged skipping 2026/02/02 05:53:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/02/02 05:53:33 DEBUG : appleappleapplebanana: Sizes identical 2026/02/02 05:53:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/02/02 05:53:33 DEBUG : banana: size = 6 OK 2026/02/02 05:53:33 DEBUG : banana: Sizes identical 2026/02/02 05:53:33 DEBUG : banana: Unchanged skipping 2026/02/02 05:53:33 DEBUG : splitbananasplit: size = 16 OK 2026/02/02 05:53:33 DEBUG : splitbananasplit: Sizes identical 2026/02/02 05:53:33 DEBUG : splitbananasplit: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:53:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/02/02 05:53:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:53:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:53:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/02/02 05:53:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/02/02 05:53:34 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:53:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/02/02 05:53:34 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/02/02 05:53:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/02/02 05:53:34 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:53:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0011-56789;.txt" 2026/02/02 05:53:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/02/02 05:53:36 INFO : dir1/0011-56789;.txt: Copied (new) 2026/02/02 05:53:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0013-789;=.txt" 2026/02/02 05:53:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/02/02 05:53:36 INFO : dir1/0013-789;=.txt: Copied (new) 2026/02/02 05:53:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0012-6789;.txt" 2026/02/02 05:53:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/02/02 05:53:36 INFO : dir1/0012-6789;.txt: Copied (new) 2026/02/02 05:53:36 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0014-89;=.txt" 2026/02/02 05:53:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/02/02 05:53:36 INFO : dir1/0014-89;=.txt: Copied (new) 2026/02/02 05:53:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dir1/0015-9;=.txt" 2026/02/02 05:53:38 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/02/02 05:53:38 INFO : dir1/0015-9;=.txt: Copied (new) 2026/02/02 05:53:38 DEBUG : Waiting for deletions to finish 2026/02/02 05:53:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0012-6789_.txt 2026/02/02 05:53:38 INFO : dir1/0012-6789_.txt: Deleted 2026/02/02 05:53:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0013-789_.txt 2026/02/02 05:53:38 INFO : dir1/0013-789_.txt: Deleted 2026/02/02 05:53:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0014-89_.txt 2026/02/02 05:53:38 INFO : dir1/0014-89_.txt: Deleted 2026/02/02 05:53:38 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0015-9_.txt 2026/02/02 05:53:38 INFO : dir1/0015-9_.txt: Deleted 2026/02/02 05:53:39 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0011-56789_.txt 2026/02/02 05:53:39 INFO : dir1/0011-56789_.txt: Deleted 2026/02/02 05:53:39 DEBUG : Waiting for deletions to finish 2026/02/02 05:53:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : splitbananasplit: Excluded 2026/02/02 05:53:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : appleappleapplebanana: Excluded 2026/02/02 05:53:39 DEBUG : banana: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : banana: Excluded 2026/02/02 05:53:39 DEBUG : apple: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : apple: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0010-456789.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0009-3456789.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0008-2345678.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0007-1234567.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0003-defghij.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/02/02 05:53:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/02/02 05:53:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/02/02 05:53:39 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:53:40 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/apple 2026/02/02 05:53:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/appleappleapplebanana 2026/02/02 05:53:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/banana 2026/02/02 05:53:41 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/splitbananasplit 2026/02/02 05:53:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0000-abcdefg.txt 2026/02/02 05:53:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0001-bcdefgh.txt 2026/02/02 05:53:42 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0002-cdefghi.txt 2026/02/02 05:53:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0003-defghij.txt 2026/02/02 05:53:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0004-efghijk.txt 2026/02/02 05:53:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0005-fghijkl.txt 2026/02/02 05:53:43 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0006-ghijklm.txt 2026/02/02 05:53:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0007-1234567.txt 2026/02/02 05:53:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0008-2345678.txt 2026/02/02 05:53:44 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0009-3456789.txt 2026/02/02 05:53:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dir1/0010-456789.txt 2026/02/02 05:53:45 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dir1" --- FAIL: TestTransform (976.71s) --- FAIL: TestTransform/NFC (70.04s) --- FAIL: TestTransform/NFD (72.62s) --- FAIL: TestTransform/base64 (114.09s) --- FAIL: TestTransform/prefix (127.67s) --- FAIL: TestTransform/suffix (117.27s) --- FAIL: TestTransform/truncate (98.54s) --- FAIL: TestTransform/encoder (72.00s) --- FAIL: TestTransform/ISO-8859-1 (73.97s) --- FAIL: TestTransform/charmap (91.45s) --- FAIL: TestTransform/lowercase (66.31s) --- FAIL: TestTransform/ascii (72.74s) === RUN TestTransformCopy run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:53:46 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 05:53:46 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 05:53:46 INFO : sub dir_somesuffix: Making directory 2026/02/02 05:53:47 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/sub dir_somesuffix" with ID 2578724 2026/02/02 05:53:47 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/02/02 05:53:47 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/02/02 05:53:47 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 05:53:47 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/02/02 05:53:47 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 05:53:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:53:47 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:53:48 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "sub dir_somesuffix/hello world_somesuffix.txt" 2026/02/02 05:53:48 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/02/02 05:53:48 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/02/02 05:53:48 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:53:58 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/sub dir_somesuffix/hello_world_somesuffix.txt 2026/02/02 05:53:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/sub dir_somesuffix" --- FAIL: TestTransformCopy (12.66s) === RUN TestBase64 run.go:185: Remote "FileLu root 'rclone-test-qanuqiz0yucu'", Local "Local file system at /tmp/rclone973602666", Modify Window "876000h0m0s" 2026/02/02 05:53:59 DEBUG : toe: transformed to: dG9l 2026/02/02 05:53:59 DEBUG : toe: transformed to: dG9l 2026/02/02 05:53:59 INFO : dG9l: Making directory 2026/02/02 05:53:59 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dG9l" with ID 2578725 2026/02/02 05:53:59 DEBUG : toe: transformed to: dG9l 2026/02/02 05:53:59 DEBUG : toe: transformed to: dG9l 2026/02/02 05:53:59 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/02/02 05:53:59 INFO : dG9l/dG9l: Making directory 2026/02/02 05:54:00 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully created folder "rclone-test-qanuqiz0yucu/dG9l/dG9l" with ID 2578726 2026/02/02 05:54:00 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/02/02 05:54:00 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/02/02 05:54:00 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 05:54:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/02/02 05:54:00 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 05:54:00 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for checks to finish 2026/02/02 05:54:00 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Waiting for transfers to finish 2026/02/02 05:54:01 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Put: Successfully uploaded new file "dG9l/dG9l/dG9lLnR4dA==" 2026/02/02 05:54:01 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/02/02 05:54:01 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/02/02 05:54:01 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:54:27 DEBUG : dG9l: transformed to: toe 2026/02/02 05:54:27 DEBUG : dG9l: transformed to: toe 2026/02/02 05:54:27 DEBUG : Added delayed dir = "toe", newDst=toe 2026/02/02 05:54:27 DEBUG : dG9l: transformed to: toe 2026/02/02 05:54:27 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/02/02 05:54:27 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/02/02 05:54:28 ERROR : dG9lLnR4dA: base64 error 2026/02/02 05:54:28 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 05:54:28 DEBUG : dG9lLnR4dA: transformed to: 2026/02/02 05:54:28 ERROR : dG9lLnR4dA: base64 error 2026/02/02 05:54:28 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 05:54:28 DEBUG : dG9l/dG9l/dG9lLnR4dA: transformed to: 2026/02/02 05:54:28 ERROR : dG9l/dG9l/dG9lLnR4dA: number of path segments must match: dG9l/dG9l/dG9lLnR4dA (2), (0) 2026/02/02 05:54:28 DEBUG : dG9l/dG9l/dG9lLnR4dA: Need to transfer - File not found at Destination 2026/02/02 05:54:28 ERROR : dG9lLnR4dA: base64 error 2026/02/02 05:54:28 ERROR : Failed to transform: illegal base64 data at input byte 8 2026/02/02 05:54:28 DEBUG : dG9l/dG9l/dG9lLnR4dA: transformed to: 2026/02/02 05:54:28 ERROR : dG9l/dG9l/dG9lLnR4dA: number of path segments must match: dG9l/dG9l/dG9lLnR4dA (2), (0) 2026/02/02 05:54:28 DEBUG : Local file system at /tmp/rclone973602666: Waiting for checks to finish 2026/02/02 05:54:28 DEBUG : Local file system at /tmp/rclone973602666: Waiting for transfers to finish 2026/02/02 05:54:29 DEBUG : dG9l/dG9l/dG9lLnR4dA.4a69c772.partial: size = 11 OK 2026/02/02 05:54:29 DEBUG : dG9l/dG9l/dG9lLnR4dA.4a69c772.partial: renamed to: dG9l/dG9l/dG9lLnR4dA 2026/02/02 05:54:29 INFO : dG9l/dG9l/dG9lLnR4dA: Copied (new) 2026/02/02 05:54:29 ERROR : Local file system at /tmp/rclone973602666: not deleting files as there were IO errors 2026/02/02 05:54:29 ERROR : toe: base64 error 2026/02/02 05:54:29 ERROR : Failed to transform: illegal base64 data at input byte 0 2026/02/02 05:54:29 DEBUG : toe/toe/toe.txt: transformed to: 2026/02/02 05:54:29 ERROR : toe/toe/toe.txt: number of path segments must match: toe/toe/toe.txt (2), (0) 2026/02/02 05:54:29 ERROR : Local file system at /tmp/rclone973602666: 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:54:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Successfully deleted file: /rclone-test-qanuqiz0yucu/dG9l/dG9l/dG9lLnR4dA 2026/02/02 05:54:30 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dG9l/dG9l" 2026/02/02 05:54:31 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu/dG9l" --- FAIL: TestBase64 (32.40s) FAIL 2026/02/02 05:54:31 DEBUG : FileLu root 'rclone-test-qanuqiz0yucu': Purge remote 2026/02/02 05:54:32 INFO : FileLu root 'rclone-test-qanuqiz0yucu': Rmdir: successfully deleted "/rclone-test-qanuqiz0yucu" "./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 44m4.080486141s (try 5/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]