"./sync.test -test.v -test.timeout 1h0m0s -remote TestChunkerNometaLocal: -verbose" - Starting (try 1/5) 2025/07/08 01:10:57 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige" 2025/07/08 01:10:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/08 01:10:57 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige" 2025/07/08 01:10:57 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige.rclone_chunk.001" 2025/07/08 01:10:57 DEBUG : Creating backend with remote "/tmp/rclone466967934" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:57 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:57 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/07/08 01:10:57 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:57 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:57 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (0.01s) === RUN TestCopy run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:57 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:57 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:57 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:57 INFO : sub dir/hello world.rclone_chunk.001_28x2cp: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:57 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:57 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (0.01s) === RUN TestCopyMetadata run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:57 DEBUG : metadata sub dir: Making directory with metadata 2025/07/08 01:10:57 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:57 DEBUG : empty metadata sub dir: Making directory with metadata 2025/07/08 01:10:57 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:57 DEBUG : Local file system at /tmp/rclone466967934: File to upload is small (21 bytes), uploading instead of streaming 2025/07/08 01:10:57 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/07/08 01:10:57 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/07/08 01:10:57 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:57 INFO : empty metadata sub dir: Updated directory metadata 2025/07/08 01:10:57 DEBUG : Added delayed dir = "empty metadata sub dir", newDst=empty metadata sub dir 2025/07/08 01:10:57 INFO : metadata sub dir: Updated directory metadata 2025/07/08 01:10:57 DEBUG : Added delayed dir = "metadata sub dir", newDst=metadata sub dir 2025/07/08 01:10:57 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/07/08 01:10:57 INFO : metadata sub dir/hello metadata world.rclone_chunk.001_28x239: Moved (server-side) to: metadata sub dir/hello metadata world.rclone_chunk.001 2025/07/08 01:10:57 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/07/08 01:10:57 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:57 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:57 INFO : metadata sub dir: Updated directory metadata 2025/07/08 01:10:57 INFO : empty metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadata (0.01s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : metadata sub dir: Making directory with metadata 2025/07/08 01:10:58 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : empty metadata sub dir: Making directory with metadata 2025/07/08 01:10:58 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: File to upload is small (21 bytes), uploading instead of streaming 2025/07/08 01:10:58 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/07/08 01:10:58 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/07/08 01:10:58 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2025/07/08 01:10:58 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : metadata sub dir/hello metadata world.rclone_chunk.001_28x30n: Moved (server-side) to: metadata sub dir/hello metadata world.rclone_chunk.001 2025/07/08 01:10:58 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (0.02s) === RUN TestCopyMissingDirectory run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/non-existing" 2025/07/08 01:10:58 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.00s) === RUN TestCopyNoTraverse run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3kx: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (0.01s) === RUN TestCopyNoTraverseDeadlock run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.00s) === RUN TestCopyCheckFirst run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Running all checks before starting transfers 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Checks finished, now starting transfers 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3k5: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (0.02s) === RUN TestSyncNoTraverse run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 ERROR : Ignoring --no-traverse with sync 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3lp: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (0.01s) === RUN TestCopyWithDepth run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : hello world2.rclone_chunk.001_28x32g: Moved (server-side) to: hello world2.rclone_chunk.001 2025/07/08 01:10:58 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (0.01s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3x7: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : potato2: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish --- PASS: TestCopyWithFilesFrom (0.01s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x32p: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato2: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish --- PASS: TestCopyWithFilesFromAndNoTraverse (0.01s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 DEBUG : sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2025/07/08 01:10:58 DEBUG : sub dir: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst=sub dir2/sub sub dir2 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3rq: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir2/sub sub dir2: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : sub dir2: Set directory modification time (using SetModTime) --- PASS: TestCopyEmptyDirectories (0.00s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir2: Making directory 2025/07/08 01:10:58 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x32k: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (0.00s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2025/07/08 01:10:58 DEBUG : sub dir: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir: Made directory with metadata (mtime=2025-07-08T01:10:58.106398806Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x33y: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : sub dir2: Set directory modification time (using SetModTime) --- PASS: TestMoveEmptyDirectories (0.00s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : sub dir no update dir modtime: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (0.00s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir2: Making directory 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x337: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (0.00s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 DEBUG : sub dir2: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2", newDst=sub dir2 2025/07/08 01:10:58 DEBUG : sub dir: Making directory with metadata 2025/07/08 01:10:58 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3qd: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : sub dir2: Set directory modification time (using SetModTime) --- PASS: TestSyncEmptyDirectories (0.00s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : a1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 DEBUG : a1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1: Made directory with metadata (mtime=2001-02-03T04:19:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1", newDst=a1 2025/07/08 01:10:58 DEBUG : a1/b1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1: Made directory with metadata (mtime=2001-02-03T04:18:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1", newDst=a1/b1 2025/07/08 01:10:58 DEBUG : a1/b2: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b2: Made directory with metadata (mtime=2001-02-03T04:09:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b2", newDst=a1/b2 2025/07/08 01:10:58 DEBUG : a1/b2/c1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b2/c1: Made directory with metadata (mtime=2001-02-03T04:08:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b2/c1", newDst=a1/b2/c1 2025/07/08 01:10:58 DEBUG : a1/b2/c1/d1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b2/c1/d1: Made directory with metadata (mtime=2001-02-03T04:07:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b2/c1/d1", newDst=a1/b2/c1/d1 2025/07/08 01:10:58 DEBUG : a1/b2/c1/d1/e1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b2/c1/d1/e1: Made directory with metadata (mtime=2001-02-03T04:06:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1", newDst=a1/b2/c1/d1/e1 2025/07/08 01:10:58 DEBUG : a1/b2/c1/d1/e1/f1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b2/c1/d1/e1/f1: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1/f1", newDst=a1/b2/c1/d1/e1/f1 2025/07/08 01:10:58 DEBUG : a1/b1/c1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1: Made directory with metadata (mtime=2001-02-03T04:17:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1", newDst=a1/b1/c1 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d1: Made directory with metadata (mtime=2001-02-03T04:16:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d1", newDst=a1/b1/c1/d1 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d2: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d2: Made directory with metadata (mtime=2001-02-03T04:13:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d2", newDst=a1/b1/c1/d2 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d2/e1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1: Made directory with metadata (mtime=2001-02-03T04:12:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1", newDst=a1/b1/c1/d2/e1 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d2/e1/f1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1/f1: Made directory with metadata (mtime=2001-02-03T04:11:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f1", newDst=a1/b1/c1/d2/e1/f1 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d2/e1/f2: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1/f2: Made directory with metadata (mtime=2001-02-03T04:10:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f2", newDst=a1/b1/c1/d2/e1/f2 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d1/e1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d1/e1: Made directory with metadata (mtime=2001-02-03T04:15:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1", newDst=a1/b1/c1/d1/e1 2025/07/08 01:10:58 DEBUG : a1/b1/c1/d1/e1/f1: Making directory with metadata 2025/07/08 01:10:58 INFO : a1/b1/c1/d1/e1/f1: Made directory with metadata (mtime=2001-02-03T04:14:06.499999999Z) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1/f1", newDst=a1/b1/c1/d1/e1/f1 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d1/e1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1/d1/e1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2/e1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d2: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1/d1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1/d1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b2/c1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1/c1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b2: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1/b1: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : a1: Set directory modification time (using SetModTime) --- PASS: TestSyncSetDelayedModTimes (0.01s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir2: Making directory 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x339: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (0.01s) === RUN TestServerSideCopy run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3ll: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-zuyepot6cebe" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-zuyepot6cebe" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-zuyepot6cebe.rclone_chunk.001" sync_test.go:620: Server side copy (if possible) Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige' -> Chunked 'TestChunkerNometaLocal:rclone-test-zuyepot6cebe' 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3ob: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-zuyepot6cebe': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-zuyepot6cebe': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-zuyepot6cebe': Purge object "sub dir/hello world" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-zuyepot6cebe': Purge dir "sub dir" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-zuyepot6cebe': Purge dir "" --- PASS: TestServerSideCopy (0.01s) === RUN TestCopyOverSelf run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3zo: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x35l: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (replaced existing) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (0.01s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x31v: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-qixotag3saku" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-qixotag3saku" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-qixotag3saku.rclone_chunk.001" sync_test.go:656: Server side copy (if possible) Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige' -> Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku' 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3m9: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3l7: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3lz: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (replaced existing) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Purge object "sub dir/hello world" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Purge dir "sub dir" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-qixotag3saku': Purge dir "" --- PASS: TestServerSideCopyOverSelf (0.00s) === RUN TestMoveOverSelf run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x30w: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x37w: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (replaced existing) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (0.01s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x31m: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-faqiwex6gusu" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-faqiwex6gusu" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-faqiwex6gusu.rclone_chunk.001" sync_test.go:701: Server side copy (if possible) Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige' -> Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu' 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3s5: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3jj: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Using server-side directory move 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 DEBUG : sub dir/hello world: move 1 data chunks... 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : sub dir/hello world: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3bs: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : testing file moves 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 DEBUG : sub dir/hello world: move 1 data chunks... 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : sub dir/hello world: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Purge object "sub dir/hello world" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Purge dir "sub dir" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-faqiwex6gusu': Purge dir "" --- PASS: TestServerSideMoveOverSelf (0.01s) === RUN TestCopyAfterDelete run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x382: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 ERROR : error listing: directory not found 2025/07/08 01:10:58 INFO : Local file system at /tmp/rclone466967934: Making directory 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (0.00s) === RUN TestCopyRedownload run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3m5: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : sub dir/hello world.adfb51a5.partial: renamed to: sub dir/hello world 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (0.01s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : check sum: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : check sum.rclone_chunk.001_28x3ie: Moved (server-side) to: check sum.rclone_chunk.001 2025/07/08 01:10:58 INFO : check sum: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 NOTICE: Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/07/08 01:10:58 DEBUG : check sum: Size of src and dst objects identical 2025/07/08 01:10:58 DEBUG : check sum: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (0.01s) === RUN TestSyncSizeOnly run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : sizeonly.rclone_chunk.001_28x3ks: Moved (server-side) to: sizeonly.rclone_chunk.001 2025/07/08 01:10:58 INFO : sizeonly: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : sizeonly: Sizes identical 2025/07/08 01:10:58 DEBUG : sizeonly: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (0.02s) === RUN TestSyncIgnoreSize run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : ignore-size.rclone_chunk.001_28x3yl: Moved (server-side) to: ignore-size.rclone_chunk.001 2025/07/08 01:10:58 INFO : ignore-size: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : ignore-size: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (0.01s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : existing.rclone_chunk.001_28x3f4: Moved (server-side) to: existing.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : existing: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : existing.rclone_chunk.001_28x3u6: Moved (server-side) to: existing.rclone_chunk.001 2025/07/08 01:10:58 INFO : existing: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (0.01s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : existing.rclone_chunk.001_28x3x2: Moved (server-side) to: existing.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : existing: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : existing: Destination exists, skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (0.00s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : b/potato.rclone_chunk.001_28x3iy: Moved (server-side) to: b/potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : c/non empty space.rclone_chunk.001_28x3tp: Moved (server-side) to: c/non empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : d: Making directory 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a", newDst= 2025/07/08 01:10:58 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "c", newDst=c 2025/07/08 01:10:58 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : c/non empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : a/potato2.rclone_chunk.001_28x3ub: Moved (server-side) to: a/potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : a/potato2: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : b/potato: Deleted 2025/07/08 01:10:58 INFO : a: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : d: Removing directory 2025/07/08 01:10:58 INFO : b: Removing directory 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': deleted 2 directories --- PASS: TestSyncIgnoreErrors (0.03s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3kl: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x30x: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (0.02s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.00s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : foo.rclone_chunk.001_28x31j: Moved (server-side) to: foo.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : foo.rclone_chunk.001_28x38p: Moved (server-side) to: foo.rclone_chunk.001 2025/07/08 01:10:58 INFO : foo: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (0.01s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3zj: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : potato: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3k7: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (0.02s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3yi: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x357: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (0.01s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x37b: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x34t: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : potato: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (0.01s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3ei: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x35u: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (0.01s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3co: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3t7: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3mo: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato2: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (0.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : b/potato.rclone_chunk.001_28x326: Moved (server-side) to: b/potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : c/non empty space.rclone_chunk.001_28x344: Moved (server-side) to: c/non empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : d: Making directory 2025/07/08 01:10:58 INFO : d/e: Making directory 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a", newDst= 2025/07/08 01:10:58 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "c", newDst=c 2025/07/08 01:10:58 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : c/non empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : a/potato2.rclone_chunk.001_28x36n: Moved (server-side) to: a/potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : a/potato2: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : b/potato: Deleted 2025/07/08 01:10:58 INFO : a: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : d/e: Removing directory 2025/07/08 01:10:58 INFO : d: Removing directory 2025/07/08 01:10:58 INFO : b: Removing directory 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (0.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : b/potato.rclone_chunk.001_28x3ht: Moved (server-side) to: b/potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : c/non empty space.rclone_chunk.001_28x3qi: Moved (server-side) to: c/non empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : d: Making directory 2025/07/08 01:10:58 DEBUG : Added delayed dir = "a", newDst= 2025/07/08 01:10:58 DEBUG : c: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "c", newDst=c 2025/07/08 01:10:58 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : c/non empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : a/potato2.rclone_chunk.001_28x3px: Moved (server-side) to: a/potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : a/potato2: Copied (new) 2025/07/08 01:10:58 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': not deleting files as there were IO errors 2025/07/08 01:10:58 INFO : a: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (0.04s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x39c: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3bq: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : potato: Deleted 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3mz: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato2: Copied (new) 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish --- PASS: TestSyncDeleteDuring (0.02s) === RUN TestSyncDeleteBefore run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3w9: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3zr: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : potato: Deleted 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3ih: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (0.02s) === RUN TestCopyDeleteBefore run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3ht: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3lw: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (0.02s) === RUN TestSyncWithExclude run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3kh: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3pc: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : potato2: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : potato2: Excluded 2025/07/08 01:10:58 DEBUG : enormous: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : enormous: Excluded 2025/07/08 01:10:58 DEBUG : potato2: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : potato2: Excluded 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : potato2: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : potato2: Excluded 2025/07/08 01:10:58 DEBUG : enormous: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : enormous: Excluded 2025/07/08 01:10:58 DEBUG : potato2: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : potato2: Excluded 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (0.03s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3p3: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3nm: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : enormous.rclone_chunk.001_28x3vs: Moved (server-side) to: enormous.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : enormous: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : enormous: Excluded 2025/07/08 01:10:58 DEBUG : potato2: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : potato2: Excluded 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : potato2: Deleted 2025/07/08 01:10:58 INFO : enormous: Deleted 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : potato2: Deleted 2025/07/08 01:10:58 INFO : enormous: Deleted 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (0.02s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x30d: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : two.rclone_chunk.001_28x3ia: Moved (server-side) to: two.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.rclone_chunk.001_28x3aw: Moved (server-side) to: three.rclone_chunk.001 2025/07/08 01:10:58 INFO : four.rclone_chunk.001_28x3f0: Moved (server-side) to: four.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : five: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/07/08 01:10:58 DEBUG : one: Destination is newer than source, skipping 2025/07/08 01:10:58 DEBUG : three: Sizes identical 2025/07/08 01:10:58 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/07/08 01:10:58 INFO : four.rclone_chunk.001_28x3h5: Moved (server-side) to: four.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/07/08 01:10:58 INFO : four: Copied (replaced existing) 2025/07/08 01:10:58 INFO : five.rclone_chunk.001_28x35m: Moved (server-side) to: five.rclone_chunk.001 2025/07/08 01:10:58 INFO : five: Copied (new) 2025/07/08 01:10:58 INFO : two.rclone_chunk.001_28x3t0: Moved (server-side) to: two.rclone_chunk.001 2025/07/08 01:10:58 INFO : two: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish sync_test.go:1479: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (0.03s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1496: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1496: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:1568: Can track renames: false 2025/07/08 01:10:58 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Ignoring --track-renames as the source and destination do not have a common hash 2025/07/08 01:10:58 DEBUG : potato: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : yam: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3dm: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 INFO : yam.rclone_chunk.001_28x3h2: Moved (server-side) to: yam.rclone_chunk.001 2025/07/08 01:10:58 INFO : yam: Copied (new) 2025/07/08 01:10:58 INFO : potato: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Ignoring --track-renames as the source and destination do not have a common hash 2025/07/08 01:10:58 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : yaml: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : yaml.rclone_chunk.001_28x3fi: Moved (server-side) to: yaml.rclone_chunk.001 2025/07/08 01:10:58 INFO : yaml: Copied (new) 2025/07/08 01:10:58 DEBUG : potato: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (0.02s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:1640: Can track renames: true 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Making map for --track-renames 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Finished making map for --track-renames 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3ki: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/07/08 01:10:58 INFO : yam.rclone_chunk.001_28x36w: Moved (server-side) to: yam.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for renames to finish 2025/07/08 01:10:58 INFO : potato: Copied (new) 2025/07/08 01:10:58 INFO : yam: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Making map for --track-renames 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Finished making map for --track-renames 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : yam: move 1 data chunks... 2025/07/08 01:10:58 DEBUG : potato: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for renames to finish 2025/07/08 01:10:58 INFO : yam.rclone_chunk.001: Moved (server-side) to: yaml.rclone_chunk.001 2025/07/08 01:10:58 INFO : yam: Moved (server-side) to: yaml 2025/07/08 01:10:58 INFO : yaml: Renamed from "yam" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (0.01s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:1679: Can track renames: true 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub", newDst= 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Making map for --track-renames 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Finished making map for --track-renames 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/07/08 01:10:58 INFO : potato.rclone_chunk.001_28x3uu: Moved (server-side) to: potato.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/07/08 01:10:58 INFO : sub/yam.rclone_chunk.001_28x3vc: Moved (server-side) to: sub/yam.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for renames to finish 2025/07/08 01:10:58 INFO : potato: Copied (new) 2025/07/08 01:10:58 INFO : sub/yam: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : sub: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub: Set directory modification time (using SetModTime) 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub", newDst=sub 2025/07/08 01:10:58 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : potato: Unchanged skipping 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Making map for --track-renames 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Finished making map for --track-renames 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for renames to finish 2025/07/08 01:10:58 DEBUG : sub/yam: move 1 data chunks... 2025/07/08 01:10:58 INFO : sub/yam.rclone_chunk.001: Moved (server-side) to: yam.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub/yam: Moved (server-side) to: yam 2025/07/08 01:10:58 INFO : yam: Renamed from "sub/yam" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (0.02s) === RUN TestServerSideMoveLocal run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/rclone466967934/dir1" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/rclone466967934/dir2" 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934/dir2: Using server-side directory move 2025/07/08 01:10:58 INFO : Local file system at /tmp/rclone466967934/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/08 01:10:58 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : file1.txt: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934/dir2: Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.01s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Added delayed dir = "nested", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/07/08 01:10:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : nested/sub dir/file.rclone_chunk.001_28x3rj: Moved (server-side) to: nested/sub dir/file.rclone_chunk.001 2025/07/08 01:10:58 INFO : nested/sub dir/file: Copied (new) 2025/07/08 01:10:58 INFO : nested/sub dir/file: Deleted 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3zd: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : nested: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub dir: Removing directory 2025/07/08 01:10:58 INFO : nested/sub dir: Removing directory 2025/07/08 01:10:58 INFO : nested: Removing directory 2025/07/08 01:10:58 DEBUG : Local file system at /tmp/rclone466967934: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (0.00s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Added delayed dir = "nested", newDst= 2025/07/08 01:10:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/07/08 01:10:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/07/08 01:10:58 INFO : sub dir/hello world.rclone_chunk.001_28x3y7: Moved (server-side) to: sub dir/hello world.rclone_chunk.001 2025/07/08 01:10:58 INFO : sub dir/hello world: Copied (new) 2025/07/08 01:10:58 INFO : sub dir/hello world: Deleted 2025/07/08 01:10:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 INFO : nested/sub dir/file.rclone_chunk.001_28x39t: Moved (server-side) to: nested/sub dir/file.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : nested/sub dir/file: Copied (new) 2025/07/08 01:10:58 INFO : nested/sub dir/file: Deleted 2025/07/08 01:10:58 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (0.01s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : existing.rclone_chunk.001_28x33h: Moved (server-side) to: existing.rclone_chunk.001 2025/07/08 01:10:58 INFO : existing: Copied (new) 2025/07/08 01:10:58 INFO : existing: Deleted 2025/07/08 01:10:58 INFO : existing-b.rclone_chunk.001_28x3cu: Moved (server-side) to: existing-b.rclone_chunk.001 2025/07/08 01:10:58 INFO : existing-b: Copied (new) 2025/07/08 01:10:58 INFO : existing-b: Deleted 2025/07/08 01:10:58 DEBUG : existing: Destination exists, skipping 2025/07/08 01:10:58 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (0.01s) === RUN TestServerSideMove run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-waxizul1peya" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-waxizul1peya" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-waxizul1peya.rclone_chunk.001" 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x325: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3cz: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001_28x37b: Moved (server-side) to: potato3.rclone_chunk.001 sync_test.go:1735: Server side move (if possible) Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige' -> Chunked 'TestChunkerNometaLocal:rclone-test-waxizul1peya' 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3tl: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001_28x3vg: Moved (server-side) to: potato3.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-waxizul1peya': Using server-side directory move 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-waxizul1peya': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 DEBUG : potato2: move 1 data chunks... 2025/07/08 01:10:58 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/07/08 01:10:58 INFO : potato3: Deleted 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-waxizul1peya': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : potato3: move 1 data chunks... 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato2: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3: Moved (server-side) 2025/07/08 01:10:58 INFO : empty space: Deleted 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-waxizul1peya': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-salusij7xale" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-salusij7xale" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-salusij7xale.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-salusij7xale': Using server-side directory move 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-salusij7xale': Server side directory move succeeded 2025/07/08 01:10:58 ERROR : error listing: directory not found 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-salusij7xale': Purge object "empty space" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-salusij7xale': Purge object "potato2" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-salusij7xale': Purge object "potato3" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-salusij7xale': Purge dir "" 2025/07/08 01:10:58 ERROR : error listing: directory not found 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-waxizul1peya': Purge dir "" 2025/07/08 01:10:58 NOTICE: purge failed to rmdir "": stat /tmp/chunker3/rclone-test-waxizul1peya: no such file or directory 2025/07/08 01:10:58 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (0.01s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-kemumif1pibo" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-kemumif1pibo" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-kemumif1pibo.rclone_chunk.001" 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3cu: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3s2: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001_28x382: Moved (server-side) to: potato3.rclone_chunk.001 sync_test.go:1735: Server side move (if possible) Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige' -> Chunked 'TestChunkerNometaLocal:rclone-test-kemumif1pibo' 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3j7: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001_28x3sd: Moved (server-side) to: potato3.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : empty space: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : empty space: Excluded 2025/07/08 01:10:58 DEBUG : empty space: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : empty space: Excluded 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : potato2: move 1 data chunks... 2025/07/08 01:10:58 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato2: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3: Deleted 2025/07/08 01:10:58 DEBUG : potato3: move 1 data chunks... 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-kemumif1pibo': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-kemumif1pibo': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-dihivas3jeqi" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-dihivas3jeqi" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-dihivas3jeqi.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : empty space: Excluded (Size Filter) 2025/07/08 01:10:58 DEBUG : empty space: Excluded 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : potato3: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : potato2: move 1 data chunks... 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato2: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-dihivas3jeqi': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-dihivas3jeqi': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : potato3: move 1 data chunks... 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-dihivas3jeqi': Purge object "potato2" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-dihivas3jeqi': Purge object "potato3" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-dihivas3jeqi': Purge dir "" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-kemumif1pibo': Purge object "empty space" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-kemumif1pibo': Purge dir "" --- PASS: TestServerSideMoveWithFilter (0.01s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-yuxunum2femo" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-yuxunum2femo" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-yuxunum2femo.rclone_chunk.001" 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001_28x3vn: Moved (server-side) to: potato2.rclone_chunk.001 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3hl: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001_28x311: Moved (server-side) to: potato3.rclone_chunk.001 2025/07/08 01:10:58 INFO : tomatoDir: Making directory sync_test.go:1735: Server side move (if possible) Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige' -> Chunked 'TestChunkerNometaLocal:rclone-test-yuxunum2femo' 2025/07/08 01:10:58 INFO : empty space.rclone_chunk.001_28x3yd: Moved (server-side) to: empty space.rclone_chunk.001 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001_28x3mx: Moved (server-side) to: potato3.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-yuxunum2femo': Using server-side directory move 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-yuxunum2femo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/07/08 01:10:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Added delayed dir = "tomatoDir", newDst= 2025/07/08 01:10:58 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : empty space: Unchanged skipping 2025/07/08 01:10:58 INFO : empty space: Deleted 2025/07/08 01:10:58 DEBUG : potato2: move 1 data chunks... 2025/07/08 01:10:58 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-yuxunum2femo': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-yuxunum2femo': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : potato2.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3: Deleted 2025/07/08 01:10:58 DEBUG : potato3: move 1 data chunks... 2025/07/08 01:10:58 INFO : potato3.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : potato3: Moved (server-side) 2025/07/08 01:10:58 INFO : potato2: Moved (server-side) 2025/07/08 01:10:58 INFO : tomatoDir: Removing directory 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': deleted 1 directories 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-jixuxeg6nubo" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-jixuxeg6nubo" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-jixuxeg6nubo.rclone_chunk.001" 2025/07/08 01:10:58 INFO : tomatoDir: Making directory 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Using server-side directory move 2025/07/08 01:10:58 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Server side directory move succeeded 2025/07/08 01:10:58 ERROR : error listing: directory not found 2025/07/08 01:10:58 ERROR : error listing: directory not found 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Purge object "empty space" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Purge object "potato2" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Purge object "potato3" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Purge dir "tomatoDir" 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-jixuxeg6nubo': Purge dir "" 2025/07/08 01:10:58 ERROR : error listing: directory not found 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-yuxunum2femo': Purge dir "" 2025/07/08 01:10:58 NOTICE: purge failed to rmdir "": stat /tmp/chunker3/rclone-test-yuxunum2femo: no such file or directory 2025/07/08 01:10:58 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (0.01s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:1940: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.00s) === RUN TestSyncOverlap run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test.rclone_chunk.001" --- PASS: TestSyncOverlap (0.00s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test-include/layer2" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test-include/layer2" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test-include/layer2.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test-ignore-file" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test-ignore-file" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test-ignore-file.rclone_chunk.001" 2025/07/08 01:10:58 INFO : rclone-sync-test-ignore-file/.ignore.rclone_chunk.001_28x3x9: Moved (server-side) to: rclone-sync-test-ignore-file/.ignore.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : rclone-sync-test: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/08 01:10:58 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : rclone-sync-test: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : rclone-sync-test-include: Removing directory 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include: Failed to Rmdir: remove /tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test-include: directory not empty 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': failed to delete 1 directories 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : rclone-sync-test: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/08 01:10:58 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : rclone-sync-test: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : rclone-sync-test-include: Removing directory 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include: Failed to Rmdir: remove /tmp/chunker3/rclone-test-tahuvep8lige/rclone-sync-test-include: directory not empty 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': failed to delete 1 directories 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test: Excluded 2025/07/08 01:10:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/07/08 01:10:58 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/07/08 01:10:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (0.01s) === RUN TestSyncCompareDest run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/CompareDest" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/CompareDest" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/CompareDest.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Need to transfer - File not found at Destination 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3m0: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3ip: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x381: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : CompareDest/one.rclone_chunk.001_28x32x: Moved (server-side) to: CompareDest/one.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 INFO : CompareDest/two.rclone_chunk.001_28x3rg: Moved (server-side) to: CompareDest/two.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer sync_test.go:2205: No hash on uploaded file so skipping compare timestamp test 2025/07/08 01:10:58 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/07/08 01:10:58 DEBUG : two: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : one: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : two.rclone_chunk.001_28x31f: Moved (server-side) to: two.rclone_chunk.001 2025/07/08 01:10:58 INFO : two: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (0.03s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : pre-dest1/1.rclone_chunk.001_28x3wy: Moved (server-side) to: pre-dest1/1.rclone_chunk.001 2025/07/08 01:10:58 INFO : pre-dest2/2.rclone_chunk.001_28x30j: Moved (server-side) to: pre-dest2/2.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dest" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dest" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dest.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/pre-dest1" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/pre-dest1" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/pre-dest1.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/pre-dest2" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/pre-dest2" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/pre-dest2.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : 1: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : 2: Destination found in --compare-dest, skipping 2025/07/08 01:10:58 DEBUG : 3: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dest': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dest': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : 3.rclone_chunk.001_28x37n: Moved (server-side) to: 3.rclone_chunk.001 2025/07/08 01:10:58 INFO : 3: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (0.01s) === RUN TestSyncCopyDest run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:2265: Skipping test as remote does not support server-side copy --- SKIP: TestSyncCopyDest (0.00s) === RUN TestSyncBackupDir run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x3u7: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/two.rclone_chunk.001_28x3u0: Moved (server-side) to: dst/two.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x37v: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/backup" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/backup" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/backup.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : one: Moved (server-side) 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3bs: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3qc: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/08 01:10:58 INFO : one: Deleted 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : one: Moved (server-side) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3f3: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : three.txt: Deleted 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (0.02s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x3m5: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/two.rclone_chunk.001_28x3ei: Moved (server-side) to: dst/two.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3s9: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/backup" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/backup" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/backup.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one.bak 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x370: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three.txt.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3tk: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 INFO : one.bak: Deleted 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one.bak 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x32c: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : three.txt.bak: Deleted 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three.txt.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (0.01s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x34h: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/two.rclone_chunk.001_28x3pk: Moved (server-side) to: dst/two.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3uw: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/backup" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/backup" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/backup.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one-2019-01-01.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3ao: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three-2019-01-01.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3kl: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 INFO : one-2019-01-01: Deleted 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one-2019-01-01.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3pe: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 INFO : three-2019-01-01.txt: Deleted 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three-2019-01-01.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncBackupDirWithSuffixKeepExtension (0.01s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x3rn: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/two.rclone_chunk.001_28x3a3: Moved (server-side) to: dst/two.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x33r: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one.bak 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3q3: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three.txt.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3m2: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : one.bak: Excluded (Path Filter) 2025/07/08 01:10:58 DEBUG : one.bak: Excluded 2025/07/08 01:10:58 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/07/08 01:10:58 DEBUG : three.txt.bak: Excluded 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for checks to finish 2025/07/08 01:10:58 INFO : one.bak: Deleted 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one.bak 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x31x: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : three.txt.bak: Deleted 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three.txt.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/08 01:10:58 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (0.02s) === RUN TestSyncSuffix run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x36q: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/two.rclone_chunk.001_28x3uh: Moved (server-side) to: dst/two.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3qu: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one.bak 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x38w: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three.txt.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001_28x3s1: Moved (server-side) to: three.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Copied (new) 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/08 01:10:58 INFO : one.bak: Deleted 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one.bak 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x3vu: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/07/08 01:10:58 INFO : three.txt.bak: Deleted 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three.txt.bak.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001_28x36i: Moved (server-side) to: three.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (0.02s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : dst/one.rclone_chunk.001_28x3gu: Moved (server-side) to: dst/one.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/two.rclone_chunk.001_28x31h: Moved (server-side) to: dst/two.rclone_chunk.001 2025/07/08 01:10:58 INFO : dst/three.txt.rclone_chunk.001_28x3t2: Moved (server-side) to: dst/three.txt.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Creating backend with remote "TestChunkerNometaLocal:rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst" 2025/07/08 01:10:58 DEBUG : Creating backend with remote "/tmp/chunker3/rclone-test-tahuvep8lige/dst.rclone_chunk.001" 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one-2019-01-01.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x34x: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three-2019-01-01.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001_28x3x9: Moved (server-side) to: three.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Copied (new) 2025/07/08 01:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/07/08 01:10:58 INFO : one-2019-01-01: Deleted 2025/07/08 01:10:58 DEBUG : one: move 1 data chunks... 2025/07/08 01:10:58 INFO : one.rclone_chunk.001: Moved (server-side) to: one-2019-01-01.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Moved (server-side) to: one-2019-01-01 2025/07/08 01:10:58 INFO : one.rclone_chunk.001_28x33a: Moved (server-side) to: one.rclone_chunk.001 2025/07/08 01:10:58 INFO : one: Copied (new) 2025/07/08 01:10:58 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : two: Unchanged skipping 2025/07/08 01:10:58 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/07/08 01:10:58 INFO : three-2019-01-01.txt: Deleted 2025/07/08 01:10:58 DEBUG : three.txt: move 1 data chunks... 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001: Moved (server-side) to: three-2019-01-01.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/07/08 01:10:58 INFO : three.txt.rclone_chunk.001_28x3b7: Moved (server-side) to: three.txt.rclone_chunk.001 2025/07/08 01:10:58 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (0.03s) === RUN TestSyncUTFNorm run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : Testêé.rclone_chunk.001_28x3fy: Moved (server-side) to: Testêé.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : Testêé.rclone_chunk.001_28x3dn: Moved (server-side) to: Testêé.rclone_chunk.001 2025/07/08 01:10:58 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (0.01s) === RUN TestSyncImmutable run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : existing: Need to transfer - File not found at Destination 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : existing.rclone_chunk.001_28x3af: Moved (server-side) to: existing.rclone_chunk.001 2025/07/08 01:10:58 INFO : existing: Copied (new) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/07/08 01:10:58 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': not deleting files as there were IO errors 2025/07/08 01:10:58 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (0.02s) === RUN TestSyncIgnoreCase run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : EXISTING.rclone_chunk.001_28x3o3: Moved (server-side) to: EXISTING.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : existing: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (0.02s) === RUN TestFixCase run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:2665: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.00s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:2704: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:2704: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" sync_test.go:2704: This test only runs on local --- PASS: TestMaxTransfer (0.00s) --- SKIP: TestMaxTransfer/Hard (0.00s) --- SKIP: TestMaxTransfer/Soft (0.00s) --- SKIP: TestMaxTransfer/Cautious (0.00s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : both0.rclone_chunk.001_28x35w: Moved (server-side) to: both0.rclone_chunk.001 2025/07/08 01:10:58 INFO : only0.rclone_chunk.001_28x3yy: Moved (server-side) to: only0.rclone_chunk.001 2025/07/08 01:10:58 INFO : both1.rclone_chunk.001_28x3vt: Moved (server-side) to: both1.rclone_chunk.001 2025/07/08 01:10:58 INFO : only1.rclone_chunk.001_28x3lm: Moved (server-side) to: only1.rclone_chunk.001 2025/07/08 01:10:58 INFO : both2.rclone_chunk.001_28x3bq: Moved (server-side) to: both2.rclone_chunk.001 2025/07/08 01:10:58 INFO : only2.rclone_chunk.001_28x3p1: Moved (server-side) to: only2.rclone_chunk.001 2025/07/08 01:10:58 INFO : both3.rclone_chunk.001_28x3fm: Moved (server-side) to: both3.rclone_chunk.001 2025/07/08 01:10:58 INFO : only3.rclone_chunk.001_28x393: Moved (server-side) to: only3.rclone_chunk.001 2025/07/08 01:10:58 INFO : both4.rclone_chunk.001_28x3w1: Moved (server-side) to: both4.rclone_chunk.001 2025/07/08 01:10:58 INFO : only4.rclone_chunk.001_28x3zp: Moved (server-side) to: only4.rclone_chunk.001 2025/07/08 01:10:58 INFO : both5.rclone_chunk.001_28x3ht: Moved (server-side) to: both5.rclone_chunk.001 2025/07/08 01:10:58 INFO : only5.rclone_chunk.001_28x380: Moved (server-side) to: only5.rclone_chunk.001 2025/07/08 01:10:58 INFO : both6.rclone_chunk.001_28x3s4: Moved (server-side) to: both6.rclone_chunk.001 2025/07/08 01:10:58 INFO : only6.rclone_chunk.001_28x3hw: Moved (server-side) to: only6.rclone_chunk.001 2025/07/08 01:10:58 INFO : both7.rclone_chunk.001_28x3f7: Moved (server-side) to: both7.rclone_chunk.001 2025/07/08 01:10:58 INFO : only7.rclone_chunk.001_28x3uz: Moved (server-side) to: only7.rclone_chunk.001 2025/07/08 01:10:58 INFO : both8.rclone_chunk.001_28x3dp: Moved (server-side) to: both8.rclone_chunk.001 2025/07/08 01:10:58 INFO : only8.rclone_chunk.001_28x3en: Moved (server-side) to: only8.rclone_chunk.001 2025/07/08 01:10:58 INFO : both9.rclone_chunk.001_28x3i7: Moved (server-side) to: both9.rclone_chunk.001 2025/07/08 01:10:58 INFO : only9.rclone_chunk.001_28x36s: Moved (server-side) to: only9.rclone_chunk.001 2025/07/08 01:10:58 INFO : both10.rclone_chunk.001_28x3ww: Moved (server-side) to: both10.rclone_chunk.001 2025/07/08 01:10:58 INFO : only10.rclone_chunk.001_28x35d: Moved (server-side) to: only10.rclone_chunk.001 2025/07/08 01:10:58 INFO : both11.rclone_chunk.001_28x340: Moved (server-side) to: both11.rclone_chunk.001 2025/07/08 01:10:58 INFO : only11.rclone_chunk.001_28x3es: Moved (server-side) to: only11.rclone_chunk.001 2025/07/08 01:10:58 INFO : both12.rclone_chunk.001_28x39x: Moved (server-side) to: both12.rclone_chunk.001 2025/07/08 01:10:58 INFO : only12.rclone_chunk.001_28x35v: Moved (server-side) to: only12.rclone_chunk.001 2025/07/08 01:10:58 INFO : both13.rclone_chunk.001_28x39g: Moved (server-side) to: both13.rclone_chunk.001 2025/07/08 01:10:58 INFO : only13.rclone_chunk.001_28x3vy: Moved (server-side) to: only13.rclone_chunk.001 2025/07/08 01:10:58 INFO : both14.rclone_chunk.001_28x3vz: Moved (server-side) to: both14.rclone_chunk.001 2025/07/08 01:10:58 INFO : only14.rclone_chunk.001_28x3vz: Moved (server-side) to: only14.rclone_chunk.001 2025/07/08 01:10:58 INFO : both15.rclone_chunk.001_28x39l: Moved (server-side) to: both15.rclone_chunk.001 2025/07/08 01:10:58 INFO : only15.rclone_chunk.001_28x3j3: Moved (server-side) to: only15.rclone_chunk.001 2025/07/08 01:10:58 INFO : both16.rclone_chunk.001_28x3sg: Moved (server-side) to: both16.rclone_chunk.001 2025/07/08 01:10:58 INFO : only16.rclone_chunk.001_28x3mo: Moved (server-side) to: only16.rclone_chunk.001 2025/07/08 01:10:58 INFO : both17.rclone_chunk.001_28x31m: Moved (server-side) to: both17.rclone_chunk.001 2025/07/08 01:10:58 INFO : only17.rclone_chunk.001_28x3vw: Moved (server-side) to: only17.rclone_chunk.001 2025/07/08 01:10:58 INFO : both18.rclone_chunk.001_28x3mc: Moved (server-side) to: both18.rclone_chunk.001 2025/07/08 01:10:58 INFO : only18.rclone_chunk.001_28x39g: Moved (server-side) to: only18.rclone_chunk.001 2025/07/08 01:10:58 INFO : both19.rclone_chunk.001_28x3l6: Moved (server-side) to: both19.rclone_chunk.001 2025/07/08 01:10:58 INFO : only19.rclone_chunk.001_28x30p: Moved (server-side) to: only19.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both0: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both10: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both11: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both12: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both13: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both14: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both15: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both17: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both18: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both19: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both1: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both3: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both4: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both5: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both6: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both7: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both8: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both9: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both16: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both2: Unchanged skipping 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:58 INFO : only9: Deleted 2025/07/08 01:10:58 INFO : only16: Deleted 2025/07/08 01:10:58 INFO : only4: Deleted 2025/07/08 01:10:58 INFO : only5: Deleted 2025/07/08 01:10:58 INFO : only12: Deleted 2025/07/08 01:10:58 INFO : only8: Deleted 2025/07/08 01:10:58 INFO : only0: Deleted 2025/07/08 01:10:58 INFO : only10: Deleted 2025/07/08 01:10:58 INFO : only13: Deleted 2025/07/08 01:10:58 INFO : only14: Deleted 2025/07/08 01:10:58 INFO : only15: Deleted 2025/07/08 01:10:58 INFO : only18: Deleted 2025/07/08 01:10:58 INFO : only19: Deleted 2025/07/08 01:10:58 INFO : only2: Deleted 2025/07/08 01:10:58 INFO : only11: Deleted 2025/07/08 01:10:58 INFO : only17: Deleted 2025/07/08 01:10:58 INFO : only7: Deleted 2025/07/08 01:10:58 INFO : only3: Deleted 2025/07/08 01:10:58 INFO : only6: Deleted 2025/07/08 01:10:58 INFO : only1: Deleted 2025/07/08 01:10:58 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (0.05s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 INFO : both0.rclone_chunk.001_28x3e6: Moved (server-side) to: both0.rclone_chunk.001 2025/07/08 01:10:58 INFO : only0.rclone_chunk.001_28x3b0: Moved (server-side) to: only0.rclone_chunk.001 2025/07/08 01:10:58 INFO : both1.rclone_chunk.001_28x3mg: Moved (server-side) to: both1.rclone_chunk.001 2025/07/08 01:10:58 INFO : only1.rclone_chunk.001_28x3uv: Moved (server-side) to: only1.rclone_chunk.001 2025/07/08 01:10:58 INFO : both2.rclone_chunk.001_28x3dt: Moved (server-side) to: both2.rclone_chunk.001 2025/07/08 01:10:58 INFO : only2.rclone_chunk.001_28x3lm: Moved (server-side) to: only2.rclone_chunk.001 2025/07/08 01:10:58 INFO : both3.rclone_chunk.001_28x3ol: Moved (server-side) to: both3.rclone_chunk.001 2025/07/08 01:10:58 INFO : only3.rclone_chunk.001_28x311: Moved (server-side) to: only3.rclone_chunk.001 2025/07/08 01:10:58 INFO : both4.rclone_chunk.001_28x3b2: Moved (server-side) to: both4.rclone_chunk.001 2025/07/08 01:10:58 INFO : only4.rclone_chunk.001_28x3k1: Moved (server-side) to: only4.rclone_chunk.001 2025/07/08 01:10:58 INFO : both5.rclone_chunk.001_28x3e8: Moved (server-side) to: both5.rclone_chunk.001 2025/07/08 01:10:58 INFO : only5.rclone_chunk.001_28x31l: Moved (server-side) to: only5.rclone_chunk.001 2025/07/08 01:10:58 INFO : both6.rclone_chunk.001_28x3uj: Moved (server-side) to: both6.rclone_chunk.001 2025/07/08 01:10:58 INFO : only6.rclone_chunk.001_28x3en: Moved (server-side) to: only6.rclone_chunk.001 2025/07/08 01:10:58 INFO : both7.rclone_chunk.001_28x3a1: Moved (server-side) to: both7.rclone_chunk.001 2025/07/08 01:10:58 INFO : only7.rclone_chunk.001_28x390: Moved (server-side) to: only7.rclone_chunk.001 2025/07/08 01:10:58 INFO : both8.rclone_chunk.001_28x36x: Moved (server-side) to: both8.rclone_chunk.001 2025/07/08 01:10:58 INFO : only8.rclone_chunk.001_28x3o9: Moved (server-side) to: only8.rclone_chunk.001 2025/07/08 01:10:58 INFO : both9.rclone_chunk.001_28x3kp: Moved (server-side) to: both9.rclone_chunk.001 2025/07/08 01:10:58 INFO : only9.rclone_chunk.001_28x3yg: Moved (server-side) to: only9.rclone_chunk.001 2025/07/08 01:10:58 INFO : both10.rclone_chunk.001_28x3lg: Moved (server-side) to: both10.rclone_chunk.001 2025/07/08 01:10:58 INFO : only10.rclone_chunk.001_28x3as: Moved (server-side) to: only10.rclone_chunk.001 2025/07/08 01:10:58 INFO : both11.rclone_chunk.001_28x342: Moved (server-side) to: both11.rclone_chunk.001 2025/07/08 01:10:58 INFO : only11.rclone_chunk.001_28x32o: Moved (server-side) to: only11.rclone_chunk.001 2025/07/08 01:10:58 INFO : both12.rclone_chunk.001_28x3iq: Moved (server-side) to: both12.rclone_chunk.001 2025/07/08 01:10:58 INFO : only12.rclone_chunk.001_28x3x5: Moved (server-side) to: only12.rclone_chunk.001 2025/07/08 01:10:58 INFO : both13.rclone_chunk.001_28x3dk: Moved (server-side) to: both13.rclone_chunk.001 2025/07/08 01:10:58 INFO : only13.rclone_chunk.001_28x30o: Moved (server-side) to: only13.rclone_chunk.001 2025/07/08 01:10:58 INFO : both14.rclone_chunk.001_28x3ie: Moved (server-side) to: both14.rclone_chunk.001 2025/07/08 01:10:58 INFO : only14.rclone_chunk.001_28x3qh: Moved (server-side) to: only14.rclone_chunk.001 2025/07/08 01:10:58 INFO : both15.rclone_chunk.001_28x3qr: Moved (server-side) to: both15.rclone_chunk.001 2025/07/08 01:10:58 INFO : only15.rclone_chunk.001_28x3fm: Moved (server-side) to: only15.rclone_chunk.001 2025/07/08 01:10:58 INFO : both16.rclone_chunk.001_28x3jc: Moved (server-side) to: both16.rclone_chunk.001 2025/07/08 01:10:58 INFO : only16.rclone_chunk.001_28x3rw: Moved (server-side) to: only16.rclone_chunk.001 2025/07/08 01:10:58 INFO : both17.rclone_chunk.001_28x3y3: Moved (server-side) to: both17.rclone_chunk.001 2025/07/08 01:10:58 INFO : only17.rclone_chunk.001_28x351: Moved (server-side) to: only17.rclone_chunk.001 2025/07/08 01:10:58 INFO : both18.rclone_chunk.001_28x30w: Moved (server-side) to: both18.rclone_chunk.001 2025/07/08 01:10:58 INFO : only18.rclone_chunk.001_28x3l9: Moved (server-side) to: only18.rclone_chunk.001 2025/07/08 01:10:58 INFO : both19.rclone_chunk.001_28x3s4: Moved (server-side) to: both19.rclone_chunk.001 2025/07/08 01:10:58 INFO : only19.rclone_chunk.001_28x3zl: Moved (server-side) to: only19.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both0: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:58 DEBUG : both10: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both12: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both13: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both11: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both14: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both18: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both19: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both1: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both2: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both3: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both4: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both15: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both16: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both17: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both5: Unchanged skipping 2025/07/08 01:10:58 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:58 DEBUG : both9: Unchanged skipping 2025/07/08 01:10:58 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 INFO : only0.rclone_chunk.001_28x3wn: Moved (server-side) to: only0.rclone_chunk.001 2025/07/08 01:10:58 INFO : only0: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 INFO : only11.rclone_chunk.001_28x3hc: Moved (server-side) to: only11.rclone_chunk.001 2025/07/08 01:10:58 INFO : only11: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only10.rclone_chunk.001_28x37n: Moved (server-side) to: only10.rclone_chunk.001 2025/07/08 01:10:58 INFO : only10: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : both8: Unchanged skipping 2025/07/08 01:10:58 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 INFO : only13.rclone_chunk.001_28x3sw: Moved (server-side) to: only13.rclone_chunk.001 2025/07/08 01:10:58 INFO : only13: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 INFO : only16.rclone_chunk.001_28x3pd: Moved (server-side) to: only16.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : both6: Unchanged skipping 2025/07/08 01:10:58 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 INFO : only16: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : both7: Unchanged skipping 2025/07/08 01:10:58 INFO : only17.rclone_chunk.001_28x3t5: Moved (server-side) to: only17.rclone_chunk.001 2025/07/08 01:10:58 INFO : only17: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only18.rclone_chunk.001_28x3w0: Moved (server-side) to: only18.rclone_chunk.001 2025/07/08 01:10:58 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/07/08 01:10:58 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:58 INFO : only18: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only1.rclone_chunk.001_28x3su: Moved (server-side) to: only1.rclone_chunk.001 2025/07/08 01:10:58 INFO : only1: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only12.rclone_chunk.001_28x3ij: Moved (server-side) to: only12.rclone_chunk.001 2025/07/08 01:10:58 INFO : only12: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only2.rclone_chunk.001_28x36e: Moved (server-side) to: only2.rclone_chunk.001 2025/07/08 01:10:58 INFO : only14.rclone_chunk.001_28x3gf: Moved (server-side) to: only14.rclone_chunk.001 2025/07/08 01:10:58 INFO : only19.rclone_chunk.001_28x3c1: Moved (server-side) to: only19.rclone_chunk.001 2025/07/08 01:10:58 INFO : only2: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only19: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only14: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only4.rclone_chunk.001_28x3on: Moved (server-side) to: only4.rclone_chunk.001 2025/07/08 01:10:58 INFO : only4: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only6.rclone_chunk.001_28x38b: Moved (server-side) to: only6.rclone_chunk.001 2025/07/08 01:10:58 INFO : only3.rclone_chunk.001_28x3l8: Moved (server-side) to: only3.rclone_chunk.001 2025/07/08 01:10:58 INFO : only15.rclone_chunk.001_28x3ny: Moved (server-side) to: only15.rclone_chunk.001 2025/07/08 01:10:58 INFO : only6: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only3: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only15: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only7.rclone_chunk.001_28x38n: Moved (server-side) to: only7.rclone_chunk.001 2025/07/08 01:10:58 INFO : only7: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only9.rclone_chunk.001_28x3nl: Moved (server-side) to: only9.rclone_chunk.001 2025/07/08 01:10:58 INFO : only5.rclone_chunk.001_28x316: Moved (server-side) to: only5.rclone_chunk.001 2025/07/08 01:10:58 INFO : only9: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only5: Copied (replaced existing) 2025/07/08 01:10:58 INFO : only8.rclone_chunk.001_28x3jj: Moved (server-side) to: only8.rclone_chunk.001 2025/07/08 01:10:58 INFO : only8: Copied (replaced existing) 2025/07/08 01:10:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (0.05s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:58 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:10:58 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : empty_on_remote: Making directory with metadata 2025/07/08 01:10:58 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 DEBUG : empty_on_remote: Making directory with metadata 2025/07/08 01:10:58 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:58 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:58 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (0.05s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:10:59 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:59 DEBUG : empty_on_remote: Making directory with metadata 2025/07/08 01:10:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:59 DEBUG : empty_on_remote: Making directory with metadata 2025/07/08 01:10:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:59 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (0.04s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 DEBUG : sub dir: Making directory with metadata 2025/07/08 01:10:59 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2025/07/08 01:10:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:59 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (0.08s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 DEBUG : sub dir: Making directory with metadata 2025/07/08 01:10:59 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2025/07/08 01:10:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/07/08 01:10:59 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/07/08 01:10:59 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (0.07s) === RUN TestTransform === RUN TestTransform/NFC run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4mm: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x4bk: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x46r: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x4z9: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4t3: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x40i: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4gs: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4pm: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4ll: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x4rq: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x4a0: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x46e: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4ne: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x4td: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x44p: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x4bm: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x4fe: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x43d: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4c7: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4qi: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/NFD run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4su: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x4lo: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x4k5: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x419: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4vn: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x46a: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4vk: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4ud: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x43y: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x4ho: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x44t: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x4cj: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x466: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x4x4: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x4kp: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x481: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x4hn: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x47p: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x42l: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4at: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/base64 run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4f6: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x42p: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x4n1: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x4tt: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4vv: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x4i1: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4xn: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4f9: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4g1: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x4i4: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x4n0: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x4ip: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x47j: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x41n: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x4sa: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x4f3: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x47x: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x4n4: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4qw: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4nx: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 INFO : YmFuYW5h.rclone_chunk.001_28x46d: Moved (server-side) to: YmFuYW5h.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 INFO : c3BsaXRiYW5hbmFzcGxpdA==.rclone_chunk.001_28x4ls: Moved (server-side) to: c3BsaXRiYW5hbmFzcGxpdA==.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 INFO : banana: Copied (new) to: YmFuYW5h 2025/07/08 01:10:59 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 INFO : YXBwbGVhcHBsZWFwcGxlYmFuYW5h.rclone_chunk.001_28x4is: Moved (server-side) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 INFO : YXBwbGU=.rclone_chunk.001_28x4pu: Moved (server-side) to: YXBwbGU=.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple: Copied (new) to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwMC1hYmNkZWZnLnR4dA==.rclone_chunk.001_28x49i: Moved (server-side) to: dir1/MDAwMC1hYmNkZWZnLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwMS1iY2RlZmdoLnR4dA==.rclone_chunk.001_28x4yq: Moved (server-side) to: dir1/MDAwMS1iY2RlZmdoLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwMi1jZGVmZ2hpLnR4dA==.rclone_chunk.001_28x4mh: Moved (server-side) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwNC1lZmdoaWprLnR4dA==.rclone_chunk.001_28x4oh: Moved (server-side) to: dir1/MDAwNC1lZmdoaWprLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwNi1naGlqa2xtLnR4dA==.rclone_chunk.001_28x4df: Moved (server-side) to: dir1/MDAwNi1naGlqa2xtLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwMy1kZWZnaGlqLnR4dA==.rclone_chunk.001_28x4q4: Moved (server-side) to: dir1/MDAwMy1kZWZnaGlqLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAwNS1mZ2hpamtsLnR4dA==.rclone_chunk.001_28x4ta: Moved (server-side) to: dir1/MDAwNS1mZ2hpamtsLnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/MDAwOC0yMzQ1Njc4LnR4dA==.rclone_chunk.001_28x4oi: Moved (server-side) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 INFO : dir1/MDAwNy0xMjM0NTY3LnR4dA==.rclone_chunk.001_28x40j: Moved (server-side) to: dir1/MDAwNy0xMjM0NTY3LnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAxMC00NTY3ODkudHh0.rclone_chunk.001_28x46s: Moved (server-side) to: dir1/MDAxMC00NTY3ODkudHh0.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 INFO : dir1/MDAxMS01Njc4OTsudHh0.rclone_chunk.001_28x40m: Moved (server-side) to: dir1/MDAxMS01Njc4OTsudHh0.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 INFO : dir1/MDAwOS0zNDU2Nzg5LnR4dA==.rclone_chunk.001_28x43i: Moved (server-side) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 INFO : dir1/MDAxMy03ODk7PS50eHQ=.rclone_chunk.001_28x44k: Moved (server-side) to: dir1/MDAxMy03ODk7PS50eHQ=.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 INFO : dir1/MDAxNS05Oz0udHh0.rclone_chunk.001_28x4eu: Moved (server-side) to: dir1/MDAxNS05Oz0udHh0.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 INFO : dir1/MDAxNC04OTs9LnR4dA==.rclone_chunk.001_28x4gr: Moved (server-side) to: dir1/MDAxNC04OTs9LnR4dA==.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 INFO : dir1/MDAxMi02Nzg5Oy50eHQ=.rclone_chunk.001_28x44g: Moved (server-side) to: dir1/MDAxMi02Nzg5Oy50eHQ=.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Deleted 2025/07/08 01:10:59 INFO : apple: Deleted 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Deleted 2025/07/08 01:10:59 INFO : appleappleapplebanana: Deleted 2025/07/08 01:10:59 INFO : banana: Deleted 2025/07/08 01:10:59 INFO : splitbananasplit: Deleted 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Deleted 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : YXBwbGU=: Excluded 2025/07/08 01:10:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/07/08 01:10:59 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : YmFuYW5h: Excluded 2025/07/08 01:10:59 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : YXBwbGU=: Excluded 2025/07/08 01:10:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded 2025/07/08 01:10:59 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : YmFuYW5h: Excluded 2025/07/08 01:10:59 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded 2025/07/08 01:10:59 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : apple: transformed to: YXBwbGU= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/07/08 01:10:59 DEBUG : banana: transformed to: YmFuYW5h 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x47t: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x4qu: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x4cd: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x4s2: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4x6: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x4fo: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4yo: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4kr: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x446: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x4c2: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x4y1: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x4ah: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4l2: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x4nu: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x4j3: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x49h: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x44m: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x42b: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4yh: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4fk: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 INFO : PREFIXappleappleapplebanana.rclone_chunk.001_28x4i0: Moved (server-side) to: PREFIXappleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 INFO : PREFIXbanana.rclone_chunk.001_28x4bw: Moved (server-side) to: PREFIXbanana.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 INFO : PREFIXapple.rclone_chunk.001_28x45e: Moved (server-side) to: PREFIXapple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana: Copied (new) to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 INFO : apple: Copied (new) to: PREFIXapple 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 INFO : PREFIXsplitbananasplit.rclone_chunk.001_28x46j: Moved (server-side) to: PREFIXsplitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0000-abcdefg.txt.rclone_chunk.001_28x4yq: Moved (server-side) to: dir1/PREFIX0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0002-cdefghi.txt.rclone_chunk.001_28x4tq: Moved (server-side) to: dir1/PREFIX0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0001-bcdefgh.txt.rclone_chunk.001_28x4iq: Moved (server-side) to: dir1/PREFIX0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0004-efghijk.txt.rclone_chunk.001_28x4ga: Moved (server-side) to: dir1/PREFIX0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0003-defghij.txt.rclone_chunk.001_28x49v: Moved (server-side) to: dir1/PREFIX0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0005-fghijkl.txt.rclone_chunk.001_28x4lh: Moved (server-side) to: dir1/PREFIX0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0006-ghijklm.txt.rclone_chunk.001_28x485: Moved (server-side) to: dir1/PREFIX0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/PREFIX0007-1234567.txt.rclone_chunk.001_28x4bn: Moved (server-side) to: dir1/PREFIX0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0008-2345678.txt.rclone_chunk.001_28x4sg: Moved (server-side) to: dir1/PREFIX0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0009-3456789.txt.rclone_chunk.001_28x4d6: Moved (server-side) to: dir1/PREFIX0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0010-456789.txt.rclone_chunk.001_28x4wj: Moved (server-side) to: dir1/PREFIX0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0011-56789;.txt.rclone_chunk.001_28x4vj: Moved (server-side) to: dir1/PREFIX0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0012-6789;.txt.rclone_chunk.001_28x4bs: Moved (server-side) to: dir1/PREFIX0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0014-89;=.txt.rclone_chunk.001_28x4rw: Moved (server-side) to: dir1/PREFIX0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0015-9;=.txt.rclone_chunk.001_28x40n: Moved (server-side) to: dir1/PREFIX0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 INFO : dir1/PREFIX0013-789;=.txt.rclone_chunk.001_28x40m: Moved (server-side) to: dir1/PREFIX0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 INFO : appleappleapplebanana: Deleted 2025/07/08 01:10:59 INFO : splitbananasplit: Deleted 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Deleted 2025/07/08 01:10:59 INFO : apple: Deleted 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Deleted 2025/07/08 01:10:59 INFO : banana: Deleted 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : PREFIXapple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : PREFIXapple: Excluded 2025/07/08 01:10:59 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : PREFIXappleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : PREFIXbanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : PREFIXbanana: Excluded 2025/07/08 01:10:59 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : PREFIXsplitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : apple: transformed to: PREFIXapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/07/08 01:10:59 DEBUG : banana: transformed to: PREFIXbanana 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/07/08 01:10:59 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x4fu: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple: Copied (new) 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4b8: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana: Copied (new) 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x418: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit: Copied (new) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x4ea: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana: Copied (new) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x42w: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x4kb: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x4de: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4dl: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x4fr: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4on: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x492: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x46u: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x42f: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4pl: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x4u8: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x49f: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x41q: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4hb: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x4pc: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x4r3: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Copied (new) 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2025/07/08 01:10:59 INFO : PREFIXsplitbananasplit: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2025/07/08 01:10:59 INFO : PREFIXbanana: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2025/07/08 01:10:59 INFO : PREFIXapple: Deleted 2025/07/08 01:10:59 INFO : PREFIXappleappleapplebanana: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/PREFIX0010-456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish === RUN TestTransform/suffix run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4hn: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x419: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x474: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x42x: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4mh: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x4ev: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4j4: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4ql: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4ah: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x47l: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x4fl: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x47f: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4nj: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x4b9: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x452: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x4vj: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x4bd: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x42f: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4ww: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4s3: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 INFO : appleSUFFIX.rclone_chunk.001_28x47u: Moved (server-side) to: appleSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple: Copied (new) to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 INFO : bananaSUFFIX.rclone_chunk.001_28x46j: Moved (server-side) to: bananaSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana: Copied (new) to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 INFO : appleappleapplebananaSUFFIX.rclone_chunk.001_28x4e6: Moved (server-side) to: appleappleapplebananaSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : splitbananasplitSUFFIX.rclone_chunk.001_28x4mv: Moved (server-side) to: splitbananasplitSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txtSUFFIX.rclone_chunk.001_28x4k5: Moved (server-side) to: dir1/0001-bcdefgh.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txtSUFFIX.rclone_chunk.001_28x4ji: Moved (server-side) to: dir1/0000-abcdefg.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txtSUFFIX.rclone_chunk.001_28x4tl: Moved (server-side) to: dir1/0002-cdefghi.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txtSUFFIX.rclone_chunk.001_28x4bo: Moved (server-side) to: dir1/0003-defghij.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txtSUFFIX.rclone_chunk.001_28x4ts: Moved (server-side) to: dir1/0005-fghijkl.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txtSUFFIX.rclone_chunk.001_28x4mx: Moved (server-side) to: dir1/0004-efghijk.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txtSUFFIX.rclone_chunk.001_28x4mq: Moved (server-side) to: dir1/0006-ghijklm.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txtSUFFIX.rclone_chunk.001_28x43n: Moved (server-side) to: dir1/0009-3456789.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txtSUFFIX.rclone_chunk.001_28x4yu: Moved (server-side) to: dir1/0007-1234567.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0010-456789.txtSUFFIX.rclone_chunk.001_28x4j0: Moved (server-side) to: dir1/0010-456789.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txtSUFFIX.rclone_chunk.001_28x46p: Moved (server-side) to: dir1/0008-2345678.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txtSUFFIX.rclone_chunk.001_28x4h4: Moved (server-side) to: dir1/0012-6789;.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txtSUFFIX.rclone_chunk.001_28x4uo: Moved (server-side) to: dir1/0011-56789;.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txtSUFFIX.rclone_chunk.001_28x4f8: Moved (server-side) to: dir1/0015-9;=.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txtSUFFIX.rclone_chunk.001_28x4qg: Moved (server-side) to: dir1/0014-89;=.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txtSUFFIX.rclone_chunk.001_28x4mi: Moved (server-side) to: dir1/0013-789;=.txtSUFFIX.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Deleted 2025/07/08 01:10:59 INFO : appleappleapplebanana: Deleted 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Deleted 2025/07/08 01:10:59 INFO : apple: Deleted 2025/07/08 01:10:59 INFO : banana: Deleted 2025/07/08 01:10:59 INFO : splitbananasplit: Deleted 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : appleSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebananaSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : bananaSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplitSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : apple: transformed to: appleSUFFIX 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/07/08 01:10:59 DEBUG : banana: transformed to: bananaSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/07/08 01:10:59 DEBUG : apple: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : banana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x433: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana: Copied (new) 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4iv: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit: Copied (new) 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4i8: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4pq: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x452: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x4fg: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x44q: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x4jh: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4fq: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4f0: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4ku: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Copied (new) 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x41j: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x4ka: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x4ch: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x4k6: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4yq: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4ra: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x4h1: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x4v5: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Copied (new) 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x4np: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Copied (new) 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : appleappleapplebananaSUFFIX: Deleted 2025/07/08 01:10:59 INFO : splitbananasplitSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : bananaSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2025/07/08 01:10:59 INFO : appleSUFFIX: Deleted 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/truncate run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4wy: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x444: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x4hl: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x4tw: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4kt: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x42c: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x46g: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x4ni: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4df: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x42p: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x465: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x42j: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4wi: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x4c8: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x4yy: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x44r: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : apple.rclone_chunk.001_28x4rd: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:10:59 INFO : banana.rclone_chunk.001_28x4w8: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:10:59 INFO : appleappleapplebanana.rclone_chunk.001_28x4ex: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit.rclone_chunk.001_28x4o3: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 INFO : appleapple.rclone_chunk.001_28x41j: Moved (server-side) to: appleapple.rclone_chunk.001 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 INFO : splitbanan.rclone_chunk.001_28x449: Moved (server-side) to: splitbanan.rclone_chunk.001 2025/07/08 01:10:59 INFO : splitbananasplit: Copied (new) to: splitbanan 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 INFO : dir1/0000-abcde.rclone_chunk.001_28x49l: Moved (server-side) to: dir1/0000-abcde.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 INFO : dir1/0002-cdefg.rclone_chunk.001_28x4i8: Moved (server-side) to: dir1/0002-cdefg.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 INFO : dir1/0004-efghi.rclone_chunk.001_28x4eb: Moved (server-side) to: dir1/0004-efghi.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 INFO : dir1/0003-defgh.rclone_chunk.001_28x412: Moved (server-side) to: dir1/0003-defgh.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 INFO : dir1/0001-bcdef.rclone_chunk.001_28x4lx: Moved (server-side) to: dir1/0001-bcdef.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 INFO : dir1/0005-fghij.rclone_chunk.001_28x4jo: Moved (server-side) to: dir1/0005-fghij.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 INFO : dir1/0006-ghijk.rclone_chunk.001_28x41f: Moved (server-side) to: dir1/0006-ghijk.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 INFO : dir1/0008-23456.rclone_chunk.001_28x4qs: Moved (server-side) to: dir1/0008-23456.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 INFO : dir1/0009-34567.rclone_chunk.001_28x41p: Moved (server-side) to: dir1/0009-34567.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 INFO : dir1/0010-45678.rclone_chunk.001_28x4vz: Moved (server-side) to: dir1/0010-45678.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 INFO : dir1/0007-12345.rclone_chunk.001_28x4w5: Moved (server-side) to: dir1/0007-12345.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 INFO : dir1/0013-789;=.rclone_chunk.001_28x4fd: Moved (server-side) to: dir1/0013-789;=.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=..rclone_chunk.001_28x4bx: Moved (server-side) to: dir1/0014-89;=..rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/07/08 01:10:59 INFO : dir1/0011-56789.rclone_chunk.001_28x4vt: Moved (server-side) to: dir1/0011-56789.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/07/08 01:10:59 INFO : dir1/0012-6789;.rclone_chunk.001_28x4lm: Moved (server-side) to: dir1/0012-6789;.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/07/08 01:10:59 INFO : dir1/0015-9;=.t.rclone_chunk.001_28x4pc: Moved (server-side) to: dir1/0015-9;=.t.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt: Deleted 2025/07/08 01:10:59 INFO : appleappleapplebanana: Deleted 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt: Deleted 2025/07/08 01:10:59 INFO : splitbananasplit: Deleted 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0014-89;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0013-789;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1/0015-9;=.txt: Deleted 2025/07/08 01:10:59 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleapple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleapple: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbanan: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbanan: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcde: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdef: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefg: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defgh: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghi: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghij: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijk: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-12345: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-23456: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-34567: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-45678: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.t: Excluded 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : apple: Unchanged skipping 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : banana: Unchanged skipping 2025/07/08 01:10:59 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/07/08 01:10:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/07/08 01:10:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/07/08 01:10:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/07/08 01:10:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/07/08 01:10:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/07/08 01:10:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/07/08 01:10:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/07/08 01:10:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/07/08 01:10:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/07/08 01:10:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/07/08 01:10:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/07/08 01:10:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/07/08 01:10:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:10:59 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : Waiting for deletions to finish 2025/07/08 01:10:59 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : apple: Excluded 2025/07/08 01:10:59 DEBUG : appleapple: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : appleapple: Excluded 2025/07/08 01:10:59 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : banana: Excluded 2025/07/08 01:10:59 DEBUG : splitbanan: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : splitbanan: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0000-abcde: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdef: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefg: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0003-defgh: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0004-efghi: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0005-fghij: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijk: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0007-12345: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0008-23456: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0009-34567: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0010-45678: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0011-56789: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.: Excluded 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.t: Excluded 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/07/08 01:10:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/07/08 01:10:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/07/08 01:10:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/07/08 01:10:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/07/08 01:10:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/07/08 01:10:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/07/08 01:10:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/07/08 01:10:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/07/08 01:10:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/07/08 01:10:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/07/08 01:10:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/07/08 01:10:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/07/08 01:10:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/07/08 01:10:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/07/08 01:10:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/07/08 01:10:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/07/08 01:10:59 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:10:59 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x4m1: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x47n: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x4m2: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x4dq: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x4hs: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x4v7: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x4za: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x47b: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x4il: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x46c: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x4gw: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x4l2: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:10:59 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x4av: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x56f: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x5py: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x53p: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : apple.rclone_chunk.001_28x5cs: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:11:00 INFO : banana.rclone_chunk.001_28x5ts: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:11:00 INFO : appleappleapplebanana.rclone_chunk.001_28x5kh: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:11:00 INFO : splitbananasplit.rclone_chunk.001_28x5fo: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ISO-8859-1 run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x5jx: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x536: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x5fd: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x5kf: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x5yy: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x51u: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x5gi: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x5gh: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x5jh: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x5l2: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x549: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x5ge: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x5hc: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x58v: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x5qy: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x5ul: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : apple.rclone_chunk.001_28x5gh: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:11:00 INFO : banana.rclone_chunk.001_28x5ih: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:11:00 INFO : appleappleapplebanana.rclone_chunk.001_28x5dr: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:11:00 INFO : splitbananasplit.rclone_chunk.001_28x5vx: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : dir1: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/charmap run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x5gv: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x5vm: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x5jb: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x5ov: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x56q: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x55r: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x5xg: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x5vz: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x50k: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x5oy: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x5vt: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x59h: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x56t: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x56x: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x5xf: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x5vy: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : apple.rclone_chunk.001_28x5td: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:11:00 INFO : banana.rclone_chunk.001_28x54x: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:11:00 INFO : appleappleapplebanana.rclone_chunk.001_28x5rn: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:11:00 INFO : splitbananasplit.rclone_chunk.001_28x5ch: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/lowercase run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x53n: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x59h: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x5b9: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x56p: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x5si: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x537: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x5ua: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x58x: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x5pg: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x5sb: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x51b: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x57b: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x5ca: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x51s: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x5zq: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x557: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : apple.rclone_chunk.001_28x57a: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:11:00 INFO : banana.rclone_chunk.001_28x5do: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:11:00 INFO : appleappleapplebanana.rclone_chunk.001_28x5ew: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:11:00 INFO : splitbananasplit.rclone_chunk.001_28x5w0: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded === RUN TestTransform/ascii run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 INFO : dir1/0000-abcdefg.txt.rclone_chunk.001_28x52k: Moved (server-side) to: dir1/0000-abcdefg.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0001-bcdefgh.txt.rclone_chunk.001_28x5x6: Moved (server-side) to: dir1/0001-bcdefgh.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0002-cdefghi.txt.rclone_chunk.001_28x50o: Moved (server-side) to: dir1/0002-cdefghi.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0003-defghij.txt.rclone_chunk.001_28x5xx: Moved (server-side) to: dir1/0003-defghij.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0004-efghijk.txt.rclone_chunk.001_28x5ms: Moved (server-side) to: dir1/0004-efghijk.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0005-fghijkl.txt.rclone_chunk.001_28x5a0: Moved (server-side) to: dir1/0005-fghijkl.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0006-ghijklm.txt.rclone_chunk.001_28x5k9: Moved (server-side) to: dir1/0006-ghijklm.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0007-1234567.txt.rclone_chunk.001_28x51q: Moved (server-side) to: dir1/0007-1234567.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0008-2345678.txt.rclone_chunk.001_28x5o3: Moved (server-side) to: dir1/0008-2345678.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0009-3456789.txt.rclone_chunk.001_28x5wa: Moved (server-side) to: dir1/0009-3456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0010-456789.txt.rclone_chunk.001_28x576: Moved (server-side) to: dir1/0010-456789.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0011-56789;.txt.rclone_chunk.001_28x5ku: Moved (server-side) to: dir1/0011-56789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0012-6789;.txt.rclone_chunk.001_28x5jh: Moved (server-side) to: dir1/0012-6789;.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0013-789;=.txt.rclone_chunk.001_28x5ra: Moved (server-side) to: dir1/0013-789;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0014-89;=.txt.rclone_chunk.001_28x5ad: Moved (server-side) to: dir1/0014-89;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : dir1/0015-9;=.txt.rclone_chunk.001_28x5yt: Moved (server-side) to: dir1/0015-9;=.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : apple.rclone_chunk.001_28x5ii: Moved (server-side) to: apple.rclone_chunk.001 2025/07/08 01:11:00 INFO : banana.rclone_chunk.001_28x5c1: Moved (server-side) to: banana.rclone_chunk.001 2025/07/08 01:11:00 INFO : appleappleapplebanana.rclone_chunk.001_28x5bn: Moved (server-side) to: appleappleapplebanana.rclone_chunk.001 2025/07/08 01:11:00 INFO : splitbananasplit.rclone_chunk.001_28x56c: Moved (server-side) to: splitbananasplit.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : dir1: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dir1", newDst=dir1 2025/07/08 01:11:00 DEBUG : apple: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : apple: Unchanged skipping 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : banana: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : banana: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : splitbananasplit: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 DEBUG : apple: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : apple: Excluded 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : appleappleapplebanana: Excluded 2025/07/08 01:11:00 DEBUG : banana: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : banana: Excluded 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : splitbananasplit: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0000-abcdefg.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0002-cdefghi.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0003-defghij.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0004-efghijk.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0005-fghijkl.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0006-ghijklm.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0007-1234567.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0008-2345678.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0009-3456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0010-456789.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0011-56789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0012-6789;.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0013-789;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0014-89;=.txt: Excluded 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/07/08 01:11:00 DEBUG : dir1/0015-9;=.txt: Excluded --- PASS: TestTransform (1.37s) --- PASS: TestTransform/NFC (0.11s) --- PASS: TestTransform/NFD (0.10s) --- PASS: TestTransform/base64 (0.14s) --- PASS: TestTransform/prefix (0.16s) --- PASS: TestTransform/suffix (0.11s) --- PASS: TestTransform/truncate (0.16s) --- PASS: TestTransform/encoder (0.09s) --- PASS: TestTransform/ISO-8859-1 (0.13s) --- PASS: TestTransform/charmap (0.16s) --- PASS: TestTransform/lowercase (0.12s) --- PASS: TestTransform/ascii (0.09s) === RUN TestTransformCopy run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/07/08 01:11:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/07/08 01:11:00 DEBUG : sub dir_somesuffix: Making directory with metadata 2025/07/08 01:11:00 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2025-07-08T01:11:00.572402188Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "sub dir_somesuffix", newDst=sub dir_somesuffix 2025/07/08 01:11:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/07/08 01:11:00 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/07/08 01:11:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/08 01:11:00 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/08 01:11:00 INFO : sub dir_somesuffix/hello world_somesuffix.txt.rclone_chunk.001_28x5yv: Moved (server-side) to: sub dir_somesuffix/hello world_somesuffix.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : sub dir_somesuffix: Set directory modification time (using SetModTime) --- PASS: TestTransformCopy (0.01s) === RUN TestDoubleTransform run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.594402218Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 INFO : tictactoe/tictactoe.rclone_chunk.001_28x5mp: Moved (server-side) to: tictactoe/tictactoe.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) --- PASS: TestDoubleTransform (0.02s) === RUN TestFileTag run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe: Made directory with metadata (mtime=2025-07-08T01:11:00.607402236Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/08 01:11:00 DEBUG : toe/toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe/toe: Made directory with metadata (mtime=2025-07-08T01:11:00.607402236Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : toe/toe/tictactoe.rclone_chunk.001_28x5es: Moved (server-side) to: toe/toe/tictactoe.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : toe: Set directory modification time (using SetModTime) --- PASS: TestFileTag (0.02s) === RUN TestNoTag run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe: Made directory with metadata (mtime=2025-07-08T01:11:00.625402261Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/08 01:11:00 DEBUG : toe/toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe/toe: Made directory with metadata (mtime=2025-07-08T01:11:00.625402261Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/07/08 01:11:00 INFO : toe/toe/tictactoe.rclone_chunk.001_28x5g8: Moved (server-side) to: toe/toe/tictactoe.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : toe: Set directory modification time (using SetModTime) --- PASS: TestNoTag (0.01s) === RUN TestDirTag run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.638402279Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.638402279Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/toe.txt.rclone_chunk.001_28x5i4: Moved (server-side) to: tictactoe/tictactoe/toe.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictacempty_dir: Set directory modification time (using SetModTime) --- PASS: TestDirTag (0.02s) === RUN TestAllTag run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.654402301Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.654402301Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001_28x5i1: Moved (server-side) to: tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2025/07/08 01:11:00 NOTICE: Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': 0 differences found 2025/07/08 01:11:00 NOTICE: Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': 1 hashes could not be checked 2025/07/08 01:11:00 NOTICE: Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': 1 matching files --- PASS: TestAllTag (0.01s) === RUN TestRunTwice run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.66840232Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.66840232Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/toe.txt.rclone_chunk.001_28x518: Moved (server-side) to: tictactoe/tictactoe/toe.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (0.02s) === RUN TestSyntax 2025/07/08 01:11:00 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe: Made directory with metadata (mtime=2025-07-08T01:11:00.688402347Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/08 01:11:00 DEBUG : toe/toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe/toe: Made directory with metadata (mtime=2025-07-08T01:11:00.688402347Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/08 01:11:00 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : toe/toe/toe.rclone_chunk.001_28x59y: Moved (server-side) to: toe/toe/toe.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe: Copied (new) 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : toe: Set directory modification time (using SetModTime) --- PASS: TestConflicting (0.01s) === RUN TestMove run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.698402361Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.698402361Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001_28x5hm: Moved (server-side) to: tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Deleted 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : toe/toe: Removing directory 2025/07/08 01:11:00 INFO : toe: Removing directory 2025/07/08 01:11:00 INFO : empty_dir: Removing directory 2025/07/08 01:11:00 DEBUG : Local file system at /tmp/rclone466967934: deleted 3 directories --- PASS: TestMove (0.01s) === RUN TestTransformFile run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.708402375Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.708402375Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001_28x5kl: Moved (server-side) to: tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Deleted 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : toe/toe: Removing directory 2025/07/08 01:11:00 INFO : toe: Removing directory 2025/07/08 01:11:00 INFO : empty_dir: Removing directory 2025/07/08 01:11:00 DEBUG : Local file system at /tmp/rclone466967934: deleted 3 directories 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: move 1 data chunks... 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001: Moved (server-side) to: toe/toe/toe.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (0.01s) === RUN TestManualTransformFile run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : Reset feature "Copy" 2025/07/08 01:11:00 DEBUG : Reset feature "Move" 2025/07/08 01:11:00 DEBUG : Reset feature "Copy" 2025/07/08 01:11:00 DEBUG : Reset feature "Move" 2025/07/08 01:11:00 DEBUG : empty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : tictacempty_dir: Making directory with metadata 2025/07/08 01:11:00 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictacempty_dir", newDst=tictacempty_dir 2025/07/08 01:11:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.717402387Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe", newDst=tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-07-08T01:11:00.717402387Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "tictactoe/tictactoe", newDst=tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/07/08 01:11:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001_28x5ln: Moved (server-side) to: tictactoe/tictactoe/tictactoe.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Deleted 2025/07/08 01:11:00 INFO : tictactoe/tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictacempty_dir: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : tictactoe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : toe/toe: Removing directory 2025/07/08 01:11:00 INFO : toe: Removing directory 2025/07/08 01:11:00 INFO : empty_dir: Removing directory 2025/07/08 01:11:00 DEBUG : Local file system at /tmp/rclone466967934: deleted 3 directories 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 INFO : toe/toe/toe.txt.rclone_chunk.001_28x5en: Moved (server-side) to: toe/toe/toe.txt.rclone_chunk.001 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2025/07/08 01:11:00 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (0.01s) === RUN TestBase64 run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 DEBUG : toe: transformed to: dG9l 2025/07/08 01:11:00 DEBUG : toe: transformed to: dG9l 2025/07/08 01:11:00 DEBUG : dG9l: Making directory with metadata 2025/07/08 01:11:00 INFO : dG9l: Made directory with metadata (mtime=2025-07-08T01:11:00.726402399Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dG9l", newDst=dG9l 2025/07/08 01:11:00 DEBUG : toe: transformed to: dG9l 2025/07/08 01:11:00 DEBUG : toe: transformed to: dG9l 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/07/08 01:11:00 DEBUG : dG9l/dG9l: Making directory with metadata 2025/07/08 01:11:00 INFO : dG9l/dG9l: Made directory with metadata (mtime=2025-07-08T01:11:00.726402399Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "dG9l/dG9l", newDst=dG9l/dG9l 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/07/08 01:11:00 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/07/08 01:11:00 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 INFO : dG9l/dG9l/dG9lLnR4dA==.rclone_chunk.001_28x5zd: Moved (server-side) to: dG9l/dG9l/dG9lLnR4dA==.rclone_chunk.001 2025/07/08 01:11:00 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish 2025/07/08 01:11:00 INFO : dG9l/dG9l: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : dG9l: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 DEBUG : dG9l: transformed to: toe 2025/07/08 01:11:00 DEBUG : dG9l: transformed to: toe 2025/07/08 01:11:00 DEBUG : toe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe", newDst=toe 2025/07/08 01:11:00 DEBUG : dG9l: transformed to: toe 2025/07/08 01:11:00 DEBUG : dG9l/dG9l: transformed to: toe/toe 2025/07/08 01:11:00 DEBUG : toe/toe: Directory modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/08 01:11:00 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2025/07/08 01:11:00 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 0s, within tolerance 1ns) 2025/07/08 01:11:00 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2025/07/08 01:11:00 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2025/07/08 01:11:00 DEBUG : Local file system at /tmp/rclone466967934: Waiting for checks to finish 2025/07/08 01:11:00 DEBUG : Local file system at /tmp/rclone466967934: Waiting for transfers to finish 2025/07/08 01:11:00 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (0.02s) === RUN TestError run.go:180: Remote "Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige'", Local "Local file system at /tmp/rclone466967934", Modify Window "1ns" 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Making directory with metadata 2025/07/08 01:11:00 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Made directory with metadata (mtime=2025-07-08T01:11:00.749402431Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "", newDst= 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: 2025/07/08 01:11:00 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/07/08 01:11:00 DEBUG : toe/toe: Making directory with metadata 2025/07/08 01:11:00 INFO : toe/toe: Made directory with metadata (mtime=2025-07-08T01:11:00.749402431Z) 2025/07/08 01:11:00 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe/toe: transformed to: 2025/07/08 01:11:00 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe: transformed to: 2025/07/08 01:11:00 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/07/08 01:11:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/07/08 01:11:00 DEBUG : toe/toe/toe: transformed to: 2025/07/08 01:11:00 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2025/07/08 01:11:00 INFO : toe/toe/toe.rclone_chunk.001_28x5d7: Moved (server-side) to: toe/toe/toe.rclone_chunk.001 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for checks to finish 2025/07/08 01:11:00 INFO : toe/toe/toe: Copied (new) 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Waiting for transfers to finish 2025/07/08 01:11:00 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': not deleting files as there were IO errors 2025/07/08 01:11:00 INFO : toe/toe: Set directory modification time (using SetModTime) 2025/07/08 01:11:00 INFO : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Set directory modification time (using SetModTime) 2025/07/08 01:11:00 ERROR : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': not deleting directories as there were IO errors --- PASS: TestError (0.01s) PASS 2025/07/08 01:11:00 DEBUG : Chunked 'TestChunkerNometaLocal:rclone-test-tahuvep8lige': Purge dir "" "./sync.test -test.v -test.timeout 1h0m0s -remote TestChunkerNometaLocal: -verbose" - Finished OK in 2.888730754s (try 1/5)