"./sync.test -test.v -test.timeout 2h0m0s -remote TestCompressDrive: -verbose" - Starting (try 1/5) 2025/11/05 12:21:07 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu" 2025/11/05 12:21:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/05 12:21:08 DEBUG : Creating backend with remote "/tmp/rclone3599667924" === 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:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:21:09 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:21:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:21:09 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/11/05 12:21:09 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:21:09 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:21:09 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.90s) === RUN TestCopy run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:21:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:21:10 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:21:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:21:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:21:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:21:16 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:21:16 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:21:16 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:21:17 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:21:20 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:21:20 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestCopy (11.09s) === RUN TestCopyMetadata run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:21:21 DEBUG : metadata sub dir: Making directory with metadata 2025/11/05 12:21:21 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:21:21 DEBUG : empty metadata sub dir: Making directory with metadata 2025/11/05 12:21:21 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:21:21 DEBUG : Local file system at /tmp/rclone3599667924: File to upload is small (21 bytes), uploading instead of streaming 2025/11/05 12:21:21 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2025/11/05 12:21:21 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/11/05 12:21:21 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/11/05 12:21:21 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:21:22 DEBUG : Google drive root 'rclone-test-qafuwas5rosu': Skipping btime metadata as can't update it on an existing file: 2025-11-05T12:21:21.697914114Z 2025/11/05 12:21:23 INFO : empty metadata sub dir: Updated directory metadata 2025/11/05 12:21:23 DEBUG : Google drive root 'rclone-test-qafuwas5rosu': Skipping btime metadata as can't update it on an existing file: 2025-11-05T12:21:21.696914114Z 2025/11/05 12:21:24 INFO : metadata sub dir: Updated directory metadata 2025/11/05 12:21:24 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/11/05 12:21:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:21:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:21:27 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2025/11/05 12:21:27 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/11/05 12:21:27 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/11/05 12:21:35 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.json" 2025/11/05 12:21:35 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.bin" --- PASS: TestCopyMetadata (15.48s) === RUN TestCopyMetadataNoEmptyDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:21:37 DEBUG : metadata sub dir: Making directory with metadata 2025/11/05 12:21:37 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:21:37 DEBUG : empty metadata sub dir: Making directory with metadata 2025/11/05 12:21:37 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:21:37 DEBUG : Local file system at /tmp/rclone3599667924: File to upload is small (21 bytes), uploading instead of streaming 2025/11/05 12:21:37 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2025/11/05 12:21:37 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/11/05 12:21:37 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/11/05 12:21:37 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:21:37 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2025/11/05 12:21:37 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2025/11/05 12:21:37 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/11/05 12:21:37 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:21:37 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:21:42 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2025/11/05 12:21:42 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/11/05 12:21:42 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/11/05 12:21:42 DEBUG : Google drive root 'rclone-test-qafuwas5rosu': Skipping btime metadata as can't update it on an existing file: 2025-11-05T12:21:37.171922414Z 2025/11/05 12:21:42 INFO : metadata sub dir: Updated directory metadata 2025/11/05 12:21:48 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.bin" 2025/11/05 12:21:48 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.json" --- PASS: TestCopyMetadataNoEmptyDirs (12.16s) === RUN TestCopyMissingDirectory run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:21:49 DEBUG : Creating backend with remote "/non-existing" 2025/11/05 12:21:49 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/11/05 12:21:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:21:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.85s) === RUN TestCopyNoTraverse run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:21:50 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:21:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:21:50 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:21:50 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:21:55 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:21:55 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:21:55 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:21:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:21:59 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:21:59 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestCopyNoTraverse (9.73s) === RUN TestCopyNoTraverseDeadlock run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.51s) === RUN TestCopyCheckFirst run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:00 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Running all checks before starting transfers 2025/11/05 12:22:00 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:22:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:22:00 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:00 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Checks finished, now starting transfers 2025/11/05 12:22:00 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:22:05 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:22:05 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:22:05 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:22:05 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:22:09 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:22:09 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyCheckFirst (9.93s) === RUN TestSyncNoTraverse run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:10 ERROR : Ignoring --no-traverse with sync 2025/11/05 12:22:10 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:22:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:22:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:22:16 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:22:16 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:22:16 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:22:16 DEBUG : Waiting for deletions to finish 2025/11/05 12:22:17 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:22:21 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:22:21 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestSyncNoTraverse (11.55s) === RUN TestCopyWithDepth run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:22 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/11/05 12:22:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:22:22 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:22 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:22:25 DEBUG : hello world2: size = 12 OK 2025/11/05 12:22:25 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2025/11/05 12:22:25 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (7.04s) === RUN TestCopyWithFilesFrom run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:29 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:22:29 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:29 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:22:33 DEBUG : potato2: size = 11 OK 2025/11/05 12:22:33 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:22:33 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (7.73s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:36 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:22:36 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:36 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:22:40 DEBUG : potato2: size = 11 OK 2025/11/05 12:22:40 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:22:40 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (7.64s) === RUN TestCopyEmptyDirectories run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:44 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/11/05 12:22:44 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:22:44 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/05 12:22:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:22:44 DEBUG : sub dir2: Making directory with metadata 2025/11/05 12:22:45 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:22:45 DEBUG : sub dir: Making directory with metadata 2025/11/05 12:22:46 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 12:22:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:22:46 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/11/05 12:22:47 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:22:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:22:50 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:22:50 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:22:50 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:22:56 DEBUG : sub dir2: Rmdir: contains trashed file: "sub sub dir2" 2025/11/05 12:22:56 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:22:56 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestCopyEmptyDirectories (13.60s) === RUN TestCopyNoEmptyDirectories run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:22:57 INFO : sub dir2: Making directory 2025/11/05 12:22:57 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/11/05 12:22:57 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:22:58 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/05 12:22:58 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:22:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:22:58 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/11/05 12:22:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:22:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:23:02 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:23:02 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:23:02 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:23:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:23:06 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:23:06 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyNoEmptyDirectories (9.77s) === RUN TestMoveEmptyDirectories run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:23:07 DEBUG : sub dir2: Making directory with metadata 2025/11/05 12:23:07 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:23:08 DEBUG : sub dir2: Making directory with metadata 2025/11/05 12:23:08 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:23:08 DEBUG : sub dir: Making directory with metadata 2025/11/05 12:23:09 INFO : sub dir: Made directory with metadata (mtime=2025-11-05T12:23:07.688969448Z) 2025/11/05 12:23:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:23:09 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:23:09 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:23:13 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:23:13 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:23:13 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:23:13 INFO : sub dir/hello world: Deleted 2025/11/05 12:23:18 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:23:18 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestMoveEmptyDirectories (11.89s) === RUN TestSyncNoUpdateDirModtime run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:23:19 DEBUG : sub dir no update dir modtime: Making directory with metadata 2025/11/05 12:23:19 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 12:23:21 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:23:21 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:23:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (4.37s) === RUN TestMoveNoEmptyDirectories run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:23:23 INFO : sub dir2: Making directory 2025/11/05 12:23:24 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/05 12:23:24 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:23:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:23:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:23:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:23:28 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:23:28 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:23:28 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:23:28 INFO : sub dir/hello world: Deleted 2025/11/05 12:23:28 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:23:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:23:32 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestMoveNoEmptyDirectories (9.80s) === RUN TestSyncEmptyDirectories run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:23:33 DEBUG : sub dir2: Making directory with metadata 2025/11/05 12:23:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:23:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:23:34 DEBUG : sub dir2: Making directory with metadata 2025/11/05 12:23:34 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 12:23:34 DEBUG : sub dir: Making directory with metadata 2025/11/05 12:23:36 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 12:23:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:23:36 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:23:36 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:23:39 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:23:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:23:39 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:23:39 DEBUG : Waiting for deletions to finish 2025/11/05 12:23:44 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:23:44 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestSyncEmptyDirectories (11.89s) === RUN TestSyncSetDelayedModTimes run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.47s) === RUN TestSyncNoEmptyDirectories run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:23:46 INFO : sub dir2: Making directory 2025/11/05 12:23:46 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/05 12:23:46 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:23:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:23:46 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:23:46 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:23:51 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:23:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:23:51 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:23:51 DEBUG : Waiting for deletions to finish 2025/11/05 12:23:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:23:55 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:23:55 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestSyncNoEmptyDirectories (10.53s) === RUN TestServerSideCopy run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:24:02 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-kexicuh6losi" sync_test.go:620: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-qafuwas5rosu -> Compressed: TestCompressDrive:rclone-test-kexicuh6losi 2025/11/05 12:24:04 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:24:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:24:05 DEBUG : Compressed: TestCompressDrive:rclone-test-kexicuh6losi: Waiting for checks to finish 2025/11/05 12:24:05 DEBUG : Compressed: TestCompressDrive:rclone-test-kexicuh6losi: Waiting for transfers to finish 2025/11/05 12:24:11 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:24:11 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:24:11 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/05 12:24:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:24:13 DEBUG : Compressed: TestCompressDrive:rclone-test-kexicuh6losi: Purge remote 2025/11/05 12:24:16 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:24:16 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestServerSideCopy (20.69s) === RUN TestCopyOverSelf run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:24:24 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:24:24 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/05 12:24:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:24:24 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:24:24 DEBUG : sub dir/hello world: size = 11 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:24:24 DEBUG : sub dir/hello world: Sizes differ 2025/11/05 12:24:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:24:29 DEBUG : sub dir/hello world: size = 17 OK 2025/11/05 12:24:29 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/11/05 12:24:29 INFO : sub dir/hello world: Copied (replaced existing) 2025/11/05 12:24:29 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:24:37 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:24:37 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyOverSelf (20.62s) === RUN TestServerSideCopyOverSelf run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:24:43 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-cuxatoh1toru" sync_test.go:656: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-qafuwas5rosu -> Compressed: TestCompressDrive:rclone-test-cuxatoh1toru 2025/11/05 12:24:45 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:24:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:24:46 DEBUG : Compressed: TestCompressDrive:rclone-test-cuxatoh1toru: Waiting for checks to finish 2025/11/05 12:24:46 DEBUG : Compressed: TestCompressDrive:rclone-test-cuxatoh1toru: Waiting for transfers to finish 2025/11/05 12:24:51 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:24:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:24:51 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/05 12:24:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:25:00 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 12:25:00 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/05 12:25:00 DEBUG : sub dir/hello world: size = 17 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:25:00 DEBUG : sub dir/hello world: size = 11 (Compressed: TestCompressDrive:rclone-test-cuxatoh1toru) 2025/11/05 12:25:00 DEBUG : sub dir/hello world: Sizes differ 2025/11/05 12:25:00 DEBUG : Compressed: TestCompressDrive:rclone-test-cuxatoh1toru: Waiting for checks to finish 2025/11/05 12:25:02 DEBUG : Compressed: TestCompressDrive:rclone-test-cuxatoh1toru: Waiting for transfers to finish 2025/11/05 12:25:08 DEBUG : sub dir/hello world: size = 17 OK 2025/11/05 12:25:08 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/11/05 12:25:08 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/05 12:25:10 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:25:13 DEBUG : Compressed: TestCompressDrive:rclone-test-cuxatoh1toru: Purge remote 2025/11/05 12:25:15 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:25:15 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestServerSideCopyOverSelf (38.59s) === RUN TestMoveOverSelf run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:25:23 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:25:23 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/05 12:25:23 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:25:23 DEBUG : sub dir/hello world: size = 11 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:25:23 DEBUG : sub dir/hello world: Sizes differ 2025/11/05 12:25:23 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:25:23 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:25:27 DEBUG : sub dir/hello world: size = 17 OK 2025/11/05 12:25:27 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/11/05 12:25:27 INFO : sub dir/hello world: Copied (replaced existing) 2025/11/05 12:25:27 INFO : sub dir/hello world: Deleted 2025/11/05 12:25:28 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:25:31 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:25:31 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestMoveOverSelf (16.19s) === RUN TestServerSideMoveOverSelf run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:25:38 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-kozubem2lifi" sync_test.go:701: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-qafuwas5rosu -> Compressed: TestCompressDrive:rclone-test-kozubem2lifi 2025/11/05 12:25:40 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:25:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:25:41 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Waiting for checks to finish 2025/11/05 12:25:41 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Waiting for transfers to finish 2025/11/05 12:25:47 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:25:47 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:25:47 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/05 12:25:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:25:56 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Using server-side directory move 2025/11/05 12:25:56 INFO : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/05 12:25:56 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 12:25:56 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/05 12:25:56 DEBUG : sub dir/hello world: size = 17 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:25:56 DEBUG : sub dir/hello world: size = 11 (Compressed: TestCompressDrive:rclone-test-kozubem2lifi) 2025/11/05 12:25:56 DEBUG : sub dir/hello world: Sizes differ 2025/11/05 12:25:56 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Waiting for checks to finish 2025/11/05 12:25:57 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Waiting for transfers to finish 2025/11/05 12:25:59 INFO : sub dir/hello world: Deleted 2025/11/05 12:26:00 INFO : sub dir/hello world: Moved (server-side) 2025/11/05 12:26:01 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:26:09 DEBUG : testing file moves 2025/11/05 12:26:09 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 12:26:09 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/05 12:26:09 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Waiting for checks to finish 2025/11/05 12:26:09 DEBUG : sub dir/hello world: size = 24 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:26:09 DEBUG : sub dir/hello world: size = 17 (Compressed: TestCompressDrive:rclone-test-kozubem2lifi) 2025/11/05 12:26:09 DEBUG : sub dir/hello world: Sizes differ 2025/11/05 12:26:11 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Waiting for transfers to finish 2025/11/05 12:26:13 INFO : sub dir/hello world: Deleted 2025/11/05 12:26:15 INFO : sub dir/hello world: Moved (server-side) 2025/11/05 12:26:16 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/05 12:26:21 DEBUG : Compressed: TestCompressDrive:rclone-test-kozubem2lifi: Purge remote --- PASS: TestServerSideMoveOverSelf (64.30s) === RUN TestCopyAfterDelete run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:26:41 ERROR : error listing: directory not found 2025/11/05 12:26:43 INFO : Local file system at /tmp/rclone3599667924: Making directory 2025/11/05 12:26:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:26:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:26:48 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:26:48 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyAfterDelete (12.16s) === RUN TestCopyRedownload run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:26:56 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:26:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:26:57 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for checks to finish 2025/11/05 12:26:57 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for transfers to finish 2025/11/05 12:26:58 DEBUG : sub dir/hello world.6dda2c48.partial: size = 11 OK 2025/11/05 12:26:58 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:26:58 DEBUG : sub dir/hello world.6dda2c48.partial: renamed to: sub dir/hello world 2025/11/05 12:26:58 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:26:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:27:07 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:27:07 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestCopyRedownload (19.48s) === RUN TestSyncBasedOnCheckSum run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:27:08 DEBUG : check sum: Need to transfer - File not found at Destination 2025/11/05 12:27:08 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:08 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:13 DEBUG : check sum: size = 1 OK 2025/11/05 12:27:13 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/05 12:27:13 INFO : check sum: Copied (new) 2025/11/05 12:27:13 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:15 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:15 DEBUG : check sum: size = 1 OK 2025/11/05 12:27:16 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/05 12:27:16 DEBUG : check sum: Size and md5 of src and dst objects identical 2025/11/05 12:27:16 DEBUG : check sum: Unchanged skipping 2025/11/05 12:27:16 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:16 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:16 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (12.17s) === RUN TestSyncSizeOnly run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:27:21 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/11/05 12:27:21 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:21 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:25 DEBUG : sizeonly: size = 6 OK 2025/11/05 12:27:25 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/05 12:27:25 INFO : sizeonly: Copied (new) 2025/11/05 12:27:25 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:27 DEBUG : sizeonly: size = 6 OK 2025/11/05 12:27:27 DEBUG : sizeonly: Sizes identical 2025/11/05 12:27:27 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:28 DEBUG : sizeonly: Unchanged skipping 2025/11/05 12:27:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:28 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:28 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (11.36s) === RUN TestSyncIgnoreSize run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:27:32 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/11/05 12:27:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:36 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2025/11/05 12:27:36 INFO : ignore-size: Copied (new) 2025/11/05 12:27:36 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:37 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:27:37 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:38 DEBUG : ignore-size: Unchanged skipping 2025/11/05 12:27:38 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:38 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:38 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (9.66s) === RUN TestSyncIgnoreTimes run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:27:46 DEBUG : existing: size = 6 OK 2025/11/05 12:27:46 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:27:46 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:46 DEBUG : existing: Unchanged skipping 2025/11/05 12:27:46 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:46 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:46 INFO : There was nothing to transfer 2025/11/05 12:27:47 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/11/05 12:27:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:50 DEBUG : existing: size = 6 OK 2025/11/05 12:27:50 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/05 12:27:50 INFO : existing: Copied (replaced existing) 2025/11/05 12:27:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (12.64s) === RUN TestSyncIgnoreExisting run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:27:54 DEBUG : existing: Need to transfer - File not found at Destination 2025/11/05 12:27:54 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:27:54 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:27:58 DEBUG : existing: size = 6 OK 2025/11/05 12:27:58 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/05 12:27:58 INFO : existing: Copied (new) 2025/11/05 12:27:58 DEBUG : Waiting for deletions to finish 2025/11/05 12:27:59 DEBUG : existing: Destination exists, skipping 2025/11/05 12:27:59 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:28:01 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:28:01 DEBUG : Waiting for deletions to finish 2025/11/05 12:28:01 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (10.03s) === RUN TestSyncIgnoreErrors run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:28:15 INFO : d: Making directory 2025/11/05 12:28:19 DEBUG : Added delayed dir = "a", newDst= 2025/11/05 12:28:20 INFO : c: Set directory modification time (using SetModTime) 2025/11/05 12:28:20 DEBUG : Added delayed dir = "c", newDst=c 2025/11/05 12:28:20 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/11/05 12:28:20 DEBUG : c/non empty space: size = 5 OK 2025/11/05 12:28:20 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:28:20 DEBUG : c/non empty space: Unchanged skipping 2025/11/05 12:28:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:28:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:28:24 DEBUG : a/potato2: size = 60 OK 2025/11/05 12:28:24 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:28:24 INFO : a/potato2: Copied (new) 2025/11/05 12:28:24 DEBUG : Waiting for deletions to finish 2025/11/05 12:28:26 INFO : b/potato: Deleted 2025/11/05 12:28:26 INFO : a: Set directory modification time (using DirSetModTime) 2025/11/05 12:28:26 INFO : d: Removing directory 2025/11/05 12:28:27 INFO : b: Removing directory 2025/11/05 12:28:27 DEBUG : b: Rmdir: contains trashed file: "potato.json" 2025/11/05 12:28:27 DEBUG : b: Rmdir: contains trashed file: "potato.bin" 2025/11/05 12:28:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: deleted 2 directories 2025/11/05 12:28:35 DEBUG : c: Rmdir: contains trashed file: "non empty space.json" 2025/11/05 12:28:35 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin" 2025/11/05 12:28:36 DEBUG : a: Rmdir: contains trashed file: "potato2.json" 2025/11/05 12:28:36 DEBUG : a: Rmdir: contains trashed file: "potato2.bin" --- PASS: TestSyncIgnoreErrors (32.73s) === RUN TestSyncAfterChangingModtimeOnly run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:28:43 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:28:43 DEBUG : empty space: size = 1 OK 2025/11/05 12:28:43 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/11/05 12:28:44 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/05 12:28:44 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/11/05 12:28:44 DEBUG : empty space: Unchanged skipping 2025/11/05 12:28:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:28:44 DEBUG : Waiting for deletions to finish 2025/11/05 12:28:44 INFO : There was nothing to transfer 2025/11/05 12:28:45 DEBUG : empty space: size = 1 OK 2025/11/05 12:28:45 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/11/05 12:28:45 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:28:46 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/05 12:28:47 INFO : empty space: Updated modification time in destination 2025/11/05 12:28:47 DEBUG : empty space: Unchanged skipping 2025/11/05 12:28:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:28:47 DEBUG : Waiting for deletions to finish 2025/11/05 12:28:47 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (13.12s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:28:55 DEBUG : empty space: size = 1 OK 2025/11/05 12:28:55 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/11/05 12:28:55 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:28:56 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/05 12:28:56 DEBUG : empty space: Unchanged skipping 2025/11/05 12:28:56 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:28:56 DEBUG : Waiting for deletions to finish 2025/11/05 12:28:56 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (9.27s) === RUN TestSyncDoesntUpdateModtime run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:29:04 DEBUG : foo: size = 3 OK 2025/11/05 12:29:04 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/11/05 12:29:04 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:29:05 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:29:05 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:29:05 DEBUG : foo: md5 differ 2025/11/05 12:29:05 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:29:08 DEBUG : foo: size = 3 OK 2025/11/05 12:29:08 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2025/11/05 12:29:08 INFO : foo: Copied (replaced existing) 2025/11/05 12:29:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (12.98s) === RUN TestSyncAfterAddingAFile run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:29:19 DEBUG : empty space: size = 1 OK 2025/11/05 12:29:19 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:29:19 DEBUG : potato: Need to transfer - File not found at Destination 2025/11/05 12:29:19 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:29:19 DEBUG : empty space: Unchanged skipping 2025/11/05 12:29:19 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:29:23 DEBUG : potato: size = 60 OK 2025/11/05 12:29:23 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:29:23 INFO : potato: Copied (new) 2025/11/05 12:29:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (16.63s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:29:34 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:29:34 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:29:34 DEBUG : potato: size = 60 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:29:34 DEBUG : potato: Sizes differ 2025/11/05 12:29:34 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:29:38 DEBUG : potato: size = 21 OK 2025/11/05 12:29:38 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2025/11/05 12:29:38 INFO : potato: Copied (replaced existing) 2025/11/05 12:29:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (12.87s) === RUN TestSyncAfterChangingContentsOnly run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:29:47 DEBUG : potato: size = 21 OK 2025/11/05 12:29:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:29:47 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/11/05 12:29:48 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:29:48 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:29:48 DEBUG : potato: md5 differ 2025/11/05 12:29:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:29:50 DEBUG : potato: size = 21 OK 2025/11/05 12:29:50 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2025/11/05 12:29:50 INFO : potato: Copied (replaced existing) 2025/11/05 12:29:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (11.81s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:30:01 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:30:01 DEBUG : empty space: size = 1 OK 2025/11/05 12:30:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:30:01 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/11/05 12:30:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:30:03 DEBUG : empty space: Unchanged skipping 2025/11/05 12:30:03 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:30:03 DEBUG : Waiting for deletions to finish 2025/11/05 12:30:03 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (15.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:30:20 DEBUG : empty space: size = 1 OK 2025/11/05 12:30:20 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:30:20 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:30:20 DEBUG : empty space: Unchanged skipping 2025/11/05 12:30:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:30:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:30:24 DEBUG : potato2: size = 60 OK 2025/11/05 12:30:24 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:30:24 INFO : potato2: Copied (new) 2025/11/05 12:30:24 DEBUG : Waiting for deletions to finish 2025/11/05 12:30:25 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (21.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:30:42 INFO : d: Making directory 2025/11/05 12:30:43 INFO : d/e: Making directory 2025/11/05 12:30:47 DEBUG : Added delayed dir = "a", newDst= 2025/11/05 12:30:47 INFO : c: Set directory modification time (using SetModTime) 2025/11/05 12:30:47 DEBUG : Added delayed dir = "c", newDst=c 2025/11/05 12:30:47 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/11/05 12:30:48 DEBUG : c/non empty space: size = 5 OK 2025/11/05 12:30:48 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:30:48 DEBUG : c/non empty space: Unchanged skipping 2025/11/05 12:30:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:30:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:30:52 DEBUG : a/potato2: size = 60 OK 2025/11/05 12:30:52 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:30:52 INFO : a/potato2: Copied (new) 2025/11/05 12:30:52 DEBUG : Waiting for deletions to finish 2025/11/05 12:30:54 INFO : b/potato: Deleted 2025/11/05 12:30:54 INFO : a: Set directory modification time (using DirSetModTime) 2025/11/05 12:30:54 INFO : d/e: Removing directory 2025/11/05 12:30:55 INFO : d: Removing directory 2025/11/05 12:30:55 DEBUG : d: Rmdir: contains trashed file: "e" 2025/11/05 12:30:56 INFO : b: Removing directory 2025/11/05 12:30:56 DEBUG : b: Rmdir: contains trashed file: "potato.bin" 2025/11/05 12:30:56 DEBUG : b: Rmdir: contains trashed file: "potato.json" 2025/11/05 12:30:57 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: deleted 3 directories 2025/11/05 12:31:03 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin" 2025/11/05 12:31:03 DEBUG : c: Rmdir: contains trashed file: "non empty space.json" 2025/11/05 12:31:04 DEBUG : a: Rmdir: contains trashed file: "potato2.bin" 2025/11/05 12:31:04 DEBUG : a: Rmdir: contains trashed file: "potato2.json" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (33.52s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:31:15 INFO : d: Making directory 2025/11/05 12:31:19 DEBUG : Added delayed dir = "a", newDst= 2025/11/05 12:31:19 INFO : c: Set directory modification time (using SetModTime) 2025/11/05 12:31:19 DEBUG : Added delayed dir = "c", newDst=c 2025/11/05 12:31:19 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/11/05 12:31:20 DEBUG : c/non empty space: size = 5 OK 2025/11/05 12:31:20 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:31:20 DEBUG : c/non empty space: Unchanged skipping 2025/11/05 12:31:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:31:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:31:24 DEBUG : a/potato2: size = 60 OK 2025/11/05 12:31:24 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:31:24 INFO : a/potato2: Copied (new) 2025/11/05 12:31:24 ERROR : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: not deleting files as there were IO errors 2025/11/05 12:31:25 INFO : a: Set directory modification time (using DirSetModTime) 2025/11/05 12:31:25 ERROR : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: not deleting directories as there were IO errors 2025/11/05 12:31:37 DEBUG : c: Rmdir: contains trashed file: "non empty space.json" 2025/11/05 12:31:37 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin" 2025/11/05 12:31:37 DEBUG : b: Rmdir: contains trashed file: "potato.bin" 2025/11/05 12:31:37 DEBUG : b: Rmdir: contains trashed file: "potato.json" 2025/11/05 12:31:39 DEBUG : a: Rmdir: contains trashed file: "potato2.bin" 2025/11/05 12:31:39 DEBUG : a: Rmdir: contains trashed file: "potato2.json" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (34.76s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:31:49 DEBUG : Waiting for deletions to finish 2025/11/05 12:31:49 DEBUG : empty space: size = 1 OK 2025/11/05 12:31:49 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:31:49 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:31:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:31:49 DEBUG : empty space: Unchanged skipping 2025/11/05 12:31:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:31:50 INFO : potato: Deleted 2025/11/05 12:31:53 DEBUG : potato2: size = 60 OK 2025/11/05 12:31:53 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:31:53 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (19.02s) === RUN TestSyncDeleteBefore run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:32:08 DEBUG : Waiting for deletions to finish 2025/11/05 12:32:08 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:32:08 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:32:10 INFO : potato: Deleted 2025/11/05 12:32:10 DEBUG : empty space: size = 1 OK 2025/11/05 12:32:10 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:32:10 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:32:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:32:10 DEBUG : empty space: Unchanged skipping 2025/11/05 12:32:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:32:13 DEBUG : potato2: size = 60 OK 2025/11/05 12:32:13 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/05 12:32:13 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (20.56s) === RUN TestCopyDeleteBefore run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:32:25 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:32:26 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:32:26 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:32:28 DEBUG : potato2: size = 19 OK 2025/11/05 12:32:28 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2025/11/05 12:32:28 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (15.40s) === RUN TestSyncWithExclude run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:32:44 DEBUG : enormous: Excluded (Size Filter) 2025/11/05 12:32:44 DEBUG : enormous: Excluded 2025/11/05 12:32:44 DEBUG : potato2: Excluded (Size Filter) 2025/11/05 12:32:44 DEBUG : potato2: Excluded 2025/11/05 12:32:44 DEBUG : potato2: Excluded (Size Filter) 2025/11/05 12:32:44 DEBUG : potato2: Excluded 2025/11/05 12:32:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:32:44 DEBUG : empty space: size = 1 OK 2025/11/05 12:32:44 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:32:44 DEBUG : empty space: Unchanged skipping 2025/11/05 12:32:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:32:44 DEBUG : Waiting for deletions to finish 2025/11/05 12:32:44 INFO : There was nothing to transfer 2025/11/05 12:32:46 DEBUG : enormous: Excluded (Size Filter) 2025/11/05 12:32:46 DEBUG : enormous: Excluded 2025/11/05 12:32:46 DEBUG : potato2: Excluded (Size Filter) 2025/11/05 12:32:46 DEBUG : potato2: Excluded 2025/11/05 12:32:46 DEBUG : potato2: Excluded (Size Filter) 2025/11/05 12:32:46 DEBUG : potato2: Excluded 2025/11/05 12:32:46 DEBUG : empty space: size = 1 OK 2025/11/05 12:32:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/11/05 12:32:46 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for checks to finish 2025/11/05 12:32:47 DEBUG : empty space: Unchanged skipping 2025/11/05 12:32:47 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for transfers to finish 2025/11/05 12:32:47 DEBUG : Waiting for deletions to finish 2025/11/05 12:32:47 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (16.40s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:33:06 DEBUG : enormous: Excluded (Size Filter) 2025/11/05 12:33:06 DEBUG : enormous: Excluded 2025/11/05 12:33:06 DEBUG : potato2: Excluded (Size Filter) 2025/11/05 12:33:06 DEBUG : potato2: Excluded 2025/11/05 12:33:06 DEBUG : empty space: size = 1 OK 2025/11/05 12:33:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:33:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:33:06 DEBUG : empty space: Unchanged skipping 2025/11/05 12:33:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:33:06 DEBUG : Waiting for deletions to finish 2025/11/05 12:33:07 INFO : enormous: Deleted 2025/11/05 12:33:07 INFO : potato2: Deleted 2025/11/05 12:33:07 INFO : There was nothing to transfer 2025/11/05 12:33:10 DEBUG : empty space: size = 1 OK 2025/11/05 12:33:10 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/11/05 12:33:10 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for checks to finish 2025/11/05 12:33:11 DEBUG : empty space: Unchanged skipping 2025/11/05 12:33:11 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for transfers to finish 2025/11/05 12:33:11 DEBUG : Waiting for deletions to finish 2025/11/05 12:33:11 INFO : potato2: Deleted 2025/11/05 12:33:11 INFO : enormous: Deleted 2025/11/05 12:33:11 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (22.80s) === RUN TestSyncWithUpdateOlder run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:33:34 DEBUG : five: Need to transfer - File not found at Destination 2025/11/05 12:33:34 DEBUG : four: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:33:34 DEBUG : four: size = 8 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:33:34 DEBUG : four: Sizes differ 2025/11/05 12:33:34 DEBUG : one: Destination is newer than source, skipping 2025/11/05 12:33:34 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:33:34 DEBUG : three: size = 5 OK 2025/11/05 12:33:34 DEBUG : two: size = 3 OK 2025/11/05 12:33:34 DEBUG : three: Sizes identical 2025/11/05 12:33:34 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/11/05 12:33:35 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:33:35 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:33:35 DEBUG : two: md5 differ 2025/11/05 12:33:36 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/11/05 12:33:36 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:33:38 DEBUG : four: size = 4 OK 2025/11/05 12:33:38 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/11/05 12:33:38 INFO : four: Copied (replaced existing) 2025/11/05 12:33:38 DEBUG : five: size = 4 OK 2025/11/05 12:33:38 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/11/05 12:33:38 INFO : five: Copied (new) 2025/11/05 12:33:40 DEBUG : two: size = 3 OK 2025/11/05 12:33:40 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/05 12:33:40 INFO : two: Copied (replaced existing) 2025/11/05 12:33:40 DEBUG : Waiting for deletions to finish 2025/11/05 12:33:45 DEBUG : five: size = 4 OK 2025/11/05 12:33:45 DEBUG : four: size = 4 OK 2025/11/05 12:33:45 DEBUG : one: Destination is newer than source, skipping 2025/11/05 12:33:45 DEBUG : three: size = 5 OK 2025/11/05 12:33:45 DEBUG : two: size = 3 OK 2025/11/05 12:33:45 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:33:46 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:33:46 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:33:46 DEBUG : three: md5 differ 2025/11/05 12:33:46 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/11/05 12:33:46 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/11/05 12:33:46 DEBUG : five: Size and md5 of src and dst objects identical 2025/11/05 12:33:46 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/11/05 12:33:46 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/11/05 12:33:46 DEBUG : four: Size and md5 of src and dst objects identical 2025/11/05 12:33:46 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/11/05 12:33:48 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/05 12:33:48 DEBUG : two: Size and md5 of src and dst objects identical 2025/11/05 12:33:48 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/11/05 12:33:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:33:49 DEBUG : three: size = 5 OK 2025/11/05 12:33:49 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/11/05 12:33:49 INFO : three: Copied (replaced existing) 2025/11/05 12:33:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (47.80s) === 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:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:1568: Can track renames: true 2025/11/05 12:34:02 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making map for --track-renames 2025/11/05 12:34:02 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Finished making map for --track-renames 2025/11/05 12:34:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:34:02 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/11/05 12:34:02 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/11/05 12:34:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for renames to finish 2025/11/05 12:34:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:34:05 DEBUG : potato: size = 14 OK 2025/11/05 12:34:05 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/11/05 12:34:05 INFO : potato: Copied (new) 2025/11/05 12:34:06 DEBUG : yam: size = 11 OK 2025/11/05 12:34:06 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/11/05 12:34:06 INFO : yam: Copied (new) 2025/11/05 12:34:06 DEBUG : Waiting for deletions to finish 2025/11/05 12:34:08 DEBUG : potato: size = 14 OK 2025/11/05 12:34:08 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:34:08 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making map for --track-renames 2025/11/05 12:34:08 DEBUG : potato: Unchanged skipping 2025/11/05 12:34:09 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Finished making map for --track-renames 2025/11/05 12:34:09 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:34:09 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for renames to finish 2025/11/05 12:34:12 INFO : yam: Moved (server-side) to: yaml 2025/11/05 12:34:12 INFO : yaml: Renamed from "yam" 2025/11/05 12:34:12 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:34:12 DEBUG : Waiting for deletions to finish 2025/11/05 12:34:12 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (17.86s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:1640: Can track renames: true 2025/11/05 12:34:20 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making map for --track-renames 2025/11/05 12:34:20 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Finished making map for --track-renames 2025/11/05 12:34:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:34:20 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/11/05 12:34:20 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/11/05 12:34:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for renames to finish 2025/11/05 12:34:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:34:24 DEBUG : yam: size = 11 OK 2025/11/05 12:34:24 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/11/05 12:34:24 INFO : yam: Copied (new) 2025/11/05 12:34:24 DEBUG : potato: size = 14 OK 2025/11/05 12:34:24 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/11/05 12:34:24 INFO : potato: Copied (new) 2025/11/05 12:34:24 DEBUG : Waiting for deletions to finish 2025/11/05 12:34:28 DEBUG : potato: size = 14 OK 2025/11/05 12:34:28 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:34:28 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making map for --track-renames 2025/11/05 12:34:28 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Finished making map for --track-renames 2025/11/05 12:34:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:34:28 DEBUG : potato: Unchanged skipping 2025/11/05 12:34:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for renames to finish 2025/11/05 12:34:42 INFO : yam: Moved (server-side) to: yaml 2025/11/05 12:34:42 INFO : yaml: Renamed from "yam" 2025/11/05 12:34:42 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:34:42 DEBUG : Waiting for deletions to finish 2025/11/05 12:34:42 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (28.43s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:1679: Can track renames: true 2025/11/05 12:34:49 DEBUG : Added delayed dir = "sub", newDst= 2025/11/05 12:34:49 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making map for --track-renames 2025/11/05 12:34:49 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Finished making map for --track-renames 2025/11/05 12:34:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:34:49 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/11/05 12:34:49 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/11/05 12:34:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for renames to finish 2025/11/05 12:34:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:34:53 DEBUG : potato: size = 14 OK 2025/11/05 12:34:53 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/11/05 12:34:53 INFO : potato: Copied (new) 2025/11/05 12:34:54 DEBUG : sub/yam: size = 11 OK 2025/11/05 12:34:54 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/11/05 12:34:54 INFO : sub/yam: Copied (new) 2025/11/05 12:34:54 DEBUG : Waiting for deletions to finish 2025/11/05 12:34:54 INFO : sub: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:01 DEBUG : potato: size = 14 OK 2025/11/05 12:35:01 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:35:01 DEBUG : potato: Unchanged skipping 2025/11/05 12:35:02 INFO : sub: Set directory modification time (using SetModTime) 2025/11/05 12:35:02 DEBUG : Added delayed dir = "sub", newDst=sub 2025/11/05 12:35:02 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making map for --track-renames 2025/11/05 12:35:02 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Finished making map for --track-renames 2025/11/05 12:35:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:35:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for renames to finish 2025/11/05 12:35:06 INFO : sub/yam: Moved (server-side) to: yam 2025/11/05 12:35:06 INFO : yam: Renamed from "sub/yam" 2025/11/05 12:35:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:35:06 DEBUG : Waiting for deletions to finish 2025/11/05 12:35:06 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (25.46s) === RUN TestServerSideMoveLocal run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:35:13 DEBUG : Creating backend with remote "/tmp/rclone3599667924/dir1" 2025/11/05 12:35:13 DEBUG : Config file has changed externally - reloading 2025/11/05 12:35:13 DEBUG : Creating backend with remote "/tmp/rclone3599667924/dir2" 2025/11/05 12:35:13 DEBUG : Local file system at /tmp/rclone3599667924/dir2: Using server-side directory move 2025/11/05 12:35:13 INFO : Local file system at /tmp/rclone3599667924/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/05 12:35:13 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/11/05 12:35:13 DEBUG : Local file system at /tmp/rclone3599667924/dir2: Waiting for checks to finish 2025/11/05 12:35:13 DEBUG : Local file system at /tmp/rclone3599667924/dir2: Waiting for transfers to finish 2025/11/05 12:35:13 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.49s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:35:14 DEBUG : Added delayed dir = "nested", newDst= 2025/11/05 12:35:14 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:35:14 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/11/05 12:35:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/11/05 12:35:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:35:14 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:35:14 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:35:20 DEBUG : nested/sub dir/file: size = 6 OK 2025/11/05 12:35:20 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/11/05 12:35:20 INFO : nested/sub dir/file: Copied (new) 2025/11/05 12:35:20 INFO : nested/sub dir/file: Deleted 2025/11/05 12:35:21 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:35:21 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:35:21 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:35:21 INFO : sub dir/hello world: Deleted 2025/11/05 12:35:22 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:23 INFO : nested: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:23 INFO : sub dir: Removing directory 2025/11/05 12:35:23 INFO : nested/sub dir: Removing directory 2025/11/05 12:35:23 INFO : nested: Removing directory 2025/11/05 12:35:23 DEBUG : Local file system at /tmp/rclone3599667924: deleted 3 directories 2025/11/05 12:35:34 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:35:34 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:35:35 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.json" 2025/11/05 12:35:35 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.bin" 2025/11/05 12:35:36 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithDeleteEmptySrcDirs (24.12s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:35:38 DEBUG : Added delayed dir = "nested", newDst= 2025/11/05 12:35:38 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/05 12:35:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/05 12:35:38 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/11/05 12:35:38 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/11/05 12:35:38 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:35:38 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:35:48 DEBUG : sub dir/hello world: size = 11 OK 2025/11/05 12:35:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 12:35:48 INFO : sub dir/hello world: Copied (new) 2025/11/05 12:35:48 INFO : sub dir/hello world: Deleted 2025/11/05 12:35:50 DEBUG : nested/sub dir/file: size = 6 OK 2025/11/05 12:35:50 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/11/05 12:35:50 INFO : nested/sub dir/file: Copied (new) 2025/11/05 12:35:50 INFO : nested/sub dir/file: Deleted 2025/11/05 12:35:50 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:51 INFO : nested: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 12:35:57 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 12:35:57 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 12:35:58 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.json" 2025/11/05 12:35:58 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.bin" 2025/11/05 12:35:59 DEBUG : nested: Rmdir: contains trashed file: "sub dir" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (28.32s) === RUN TestMoveWithIgnoreExisting run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:36:06 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/11/05 12:36:06 DEBUG : existing: Need to transfer - File not found at Destination 2025/11/05 12:36:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:36:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:36:10 DEBUG : existing: size = 6 OK 2025/11/05 12:36:10 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/05 12:36:10 INFO : existing: Copied (new) 2025/11/05 12:36:10 INFO : existing: Deleted 2025/11/05 12:36:10 DEBUG : existing-b: size = 6 OK 2025/11/05 12:36:10 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2025/11/05 12:36:10 INFO : existing-b: Copied (new) 2025/11/05 12:36:10 INFO : existing-b: Deleted 2025/11/05 12:36:16 DEBUG : existing: Destination exists, skipping 2025/11/05 12:36:16 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:36:17 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/11/05 12:36:17 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:36:17 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (16.83s) === RUN TestServerSideMove run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:36:23 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qivuhuz8roxo" sync_test.go:1735: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-qafuwas5rosu -> Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo 2025/11/05 12:36:54 DEBUG : Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo: Using server-side directory move 2025/11/05 12:36:54 INFO : Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/05 12:36:55 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:36:55 DEBUG : empty space: size = 1 OK 2025/11/05 12:36:55 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 12:36:55 DEBUG : empty space: Unchanged skipping 2025/11/05 12:36:55 DEBUG : potato3: size = 68 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:36:55 DEBUG : potato3: size = 60 (Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo) 2025/11/05 12:36:55 DEBUG : potato3: Sizes differ 2025/11/05 12:36:55 DEBUG : Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo: Waiting for checks to finish 2025/11/05 12:36:56 INFO : empty space: Deleted 2025/11/05 12:36:56 DEBUG : Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo: Waiting for transfers to finish 2025/11/05 12:36:56 INFO : potato3: Deleted 2025/11/05 12:37:00 INFO : potato2: Moved (server-side) 2025/11/05 12:37:01 INFO : potato3: Moved (server-side) 2025/11/05 12:37:04 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-jozeyay0gucu" 2025/11/05 12:37:04 DEBUG : Config file has changed externally - reloading 2025/11/05 12:37:05 DEBUG : Compressed: TestCompressDrive:rclone-test-jozeyay0gucu: Using server-side directory move 2025/11/05 12:37:06 INFO : Compressed: TestCompressDrive:rclone-test-jozeyay0gucu: Server side directory move succeeded 2025/11/05 12:37:10 DEBUG : Compressed: TestCompressDrive:rclone-test-jozeyay0gucu: Purge remote 2025/11/05 12:37:11 DEBUG : Compressed: TestCompressDrive:rclone-test-qivuhuz8roxo: Purge remote 2025/11/05 12:37:11 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (48.40s) === RUN TestServerSideMoveWithFilter run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:37:11 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-cabuqel2zone" sync_test.go:1735: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-qafuwas5rosu -> Compressed: TestCompressDrive:rclone-test-cabuqel2zone 2025/11/05 12:37:40 DEBUG : empty space: Excluded (Size Filter) 2025/11/05 12:37:40 DEBUG : empty space: Excluded 2025/11/05 12:37:40 DEBUG : empty space: Excluded (Size Filter) 2025/11/05 12:37:40 DEBUG : empty space: Excluded 2025/11/05 12:37:40 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:37:40 DEBUG : potato3: size = 68 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:37:40 DEBUG : potato3: size = 60 (Compressed: TestCompressDrive:rclone-test-cabuqel2zone) 2025/11/05 12:37:40 DEBUG : potato3: Sizes differ 2025/11/05 12:37:40 DEBUG : Compressed: TestCompressDrive:rclone-test-cabuqel2zone: Waiting for checks to finish 2025/11/05 12:37:40 DEBUG : Compressed: TestCompressDrive:rclone-test-cabuqel2zone: Waiting for transfers to finish 2025/11/05 12:37:41 INFO : potato3: Deleted 2025/11/05 12:37:42 INFO : potato2: Moved (server-side) 2025/11/05 12:37:44 INFO : potato3: Moved (server-side) 2025/11/05 12:37:50 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-yedunuc9qese" 2025/11/05 12:37:52 DEBUG : empty space: Excluded (Size Filter) 2025/11/05 12:37:52 DEBUG : empty space: Excluded 2025/11/05 12:37:52 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:37:52 DEBUG : potato3: Need to transfer - File not found at Destination 2025/11/05 12:37:52 DEBUG : Compressed: TestCompressDrive:rclone-test-yedunuc9qese: Waiting for checks to finish 2025/11/05 12:37:52 DEBUG : Compressed: TestCompressDrive:rclone-test-yedunuc9qese: Waiting for transfers to finish 2025/11/05 12:37:55 INFO : potato3: Moved (server-side) 2025/11/05 12:37:56 INFO : potato2: Moved (server-side) 2025/11/05 12:38:00 DEBUG : Compressed: TestCompressDrive:rclone-test-yedunuc9qese: Purge remote 2025/11/05 12:38:00 DEBUG : Compressed: TestCompressDrive:rclone-test-cabuqel2zone: Purge remote 2025/11/05 12:38:02 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 500: Internal Error, internalError) 2025/11/05 12:38:02 DEBUG : pacer: Rate limited, increasing sleep to 1.456238398s 2025/11/05 12:38:02 DEBUG : pacer: Reducing sleep to 0s --- PASS: TestServerSideMoveWithFilter (52.73s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:38:04 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-zucuzuw4geji" 2025/11/05 12:38:17 DEBUG : pacer: low level retry 1/1 (error googleapi: Error 500: Internal Error, internalError) 2025/11/05 12:38:17 DEBUG : pacer: Rate limited, increasing sleep to 1.631467859s 2025/11/05 12:38:17 DEBUG : pacer: low level retry 1/10 (error googleapi: Error 500: Internal Error, internalError) 2025/11/05 12:38:17 DEBUG : pacer: Rate limited, increasing sleep to 2.215834505s 2025/11/05 12:38:19 DEBUG : pacer: Reducing sleep to 0s run.go:286: Retry Put of "potato3" to Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: 1/10 (googleapi: Error 500: Internal Error, internalError) 2025/11/05 12:38:25 INFO : tomatoDir: Making directory sync_test.go:1735: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-qafuwas5rosu -> Compressed: TestCompressDrive:rclone-test-zucuzuw4geji 2025/11/05 12:38:40 DEBUG : Compressed: TestCompressDrive:rclone-test-zucuzuw4geji: Using server-side directory move 2025/11/05 12:38:40 INFO : Compressed: TestCompressDrive:rclone-test-zucuzuw4geji: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/05 12:38:41 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/05 12:38:41 DEBUG : Added delayed dir = "tomatoDir", newDst= 2025/11/05 12:38:41 DEBUG : empty space: size = 1 OK 2025/11/05 12:38:41 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 12:38:41 DEBUG : empty space: Unchanged skipping 2025/11/05 12:38:41 DEBUG : potato3: size = 68 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:38:41 DEBUG : potato3: size = 60 (Compressed: TestCompressDrive:rclone-test-zucuzuw4geji) 2025/11/05 12:38:41 DEBUG : potato3: Sizes differ 2025/11/05 12:38:42 DEBUG : Compressed: TestCompressDrive:rclone-test-zucuzuw4geji: Waiting for checks to finish 2025/11/05 12:38:42 INFO : empty space: Deleted 2025/11/05 12:38:42 DEBUG : Compressed: TestCompressDrive:rclone-test-zucuzuw4geji: Waiting for transfers to finish 2025/11/05 12:38:42 INFO : potato3: Deleted 2025/11/05 12:38:45 INFO : potato2: Moved (server-side) 2025/11/05 12:38:46 INFO : potato3: Moved (server-side) 2025/11/05 12:38:46 INFO : tomatoDir: Removing directory 2025/11/05 12:38:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: deleted 1 directories 2025/11/05 12:38:52 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-najazob4jeno" 2025/11/05 12:38:53 INFO : tomatoDir: Making directory 2025/11/05 12:38:53 DEBUG : Compressed: TestCompressDrive:rclone-test-najazob4jeno: Using server-side directory move 2025/11/05 12:38:56 INFO : Compressed: TestCompressDrive:rclone-test-najazob4jeno: Server side directory move succeeded 2025/11/05 12:39:00 DEBUG : Compressed: TestCompressDrive:rclone-test-najazob4jeno: Purge remote 2025/11/05 12:39:01 DEBUG : Compressed: TestCompressDrive:rclone-test-zucuzuw4geji: Purge remote 2025/11/05 12:39:01 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (57.62s) === RUN TestServerSideMoveOverlap run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:1940: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.58s) === RUN TestSyncOverlap run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:39:02 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test" --- PASS: TestSyncOverlap (2.90s) === RUN TestSyncOverlapWithFilter run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:39:05 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test" 2025/11/05 12:39:09 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test-include/layer2" 2025/11/05 12:39:13 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test-ignore-file" 2025/11/05 12:39:23 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/05 12:39:24 DEBUG : rclone-sync-test: Excluded 2025/11/05 12:39:24 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/11/05 12:39:24 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/05 12:39:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test: Waiting for checks to finish 2025/11/05 12:39:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test: Waiting for transfers to finish 2025/11/05 12:39:24 DEBUG : Waiting for deletions to finish 2025/11/05 12:39:24 INFO : There was nothing to transfer 2025/11/05 12:39:26 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/05 12:39:27 DEBUG : rclone-sync-test: Excluded 2025/11/05 12:39:27 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/05 12:39:27 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:39:27 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:39:27 DEBUG : Waiting for deletions to finish 2025/11/05 12:39:27 INFO : rclone-sync-test-include: Removing directory 2025/11/05 12:39:28 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2025/11/05 12:39:28 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/11/05 12:39:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: failed to delete 1 directories 2025/11/05 12:39:28 INFO : There was nothing to transfer 2025/11/05 12:39:29 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/05 12:39:30 DEBUG : rclone-sync-test: Excluded 2025/11/05 12:39:30 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/11/05 12:39:30 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/05 12:39:30 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test-include/layer2: Waiting for checks to finish 2025/11/05 12:39:30 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/11/05 12:39:30 DEBUG : Waiting for deletions to finish 2025/11/05 12:39:30 INFO : There was nothing to transfer 2025/11/05 12:39:32 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/05 12:39:33 DEBUG : rclone-sync-test: Excluded 2025/11/05 12:39:33 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/05 12:39:33 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:39:33 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:39:33 DEBUG : Waiting for deletions to finish 2025/11/05 12:39:33 INFO : rclone-sync-test-include: Removing directory 2025/11/05 12:39:33 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2" 2025/11/05 12:39:33 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/11/05 12:39:33 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: failed to delete 1 directories 2025/11/05 12:39:33 INFO : There was nothing to transfer 2025/11/05 12:39:36 DEBUG : Excluded 2025/11/05 12:39:37 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/05 12:39:37 DEBUG : rclone-sync-test: Excluded 2025/11/05 12:39:37 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/11/05 12:39:38 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/05 12:39:38 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test-ignore-file: Waiting for checks to finish 2025/11/05 12:39:38 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/11/05 12:39:38 DEBUG : Waiting for deletions to finish 2025/11/05 12:39:38 INFO : There was nothing to transfer 2025/11/05 12:39:41 DEBUG : rclone-sync-test-include: Rmdir: contains trashed file: "layer2" 2025/11/05 12:39:42 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore.json" 2025/11/05 12:39:42 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore.bin" --- PASS: TestSyncOverlapWithFilter (37.73s) === RUN TestSyncCompareDest run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:39:43 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:39:45 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/CompareDest" 2025/11/05 12:39:48 DEBUG : one: Need to transfer - File not found at Destination 2025/11/05 12:39:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:39:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:39:53 DEBUG : one: size = 3 OK 2025/11/05 12:39:53 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/11/05 12:39:53 INFO : one: Copied (new) 2025/11/05 12:39:53 DEBUG : Waiting for deletions to finish 2025/11/05 12:39:56 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:39:56 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:39:56 DEBUG : one: Sizes differ 2025/11/05 12:39:56 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:39:57 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:40:02 DEBUG : one: size = 5 OK 2025/11/05 12:40:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/11/05 12:40:02 INFO : one: Copied (replaced existing) 2025/11/05 12:40:02 DEBUG : Waiting for deletions to finish 2025/11/05 12:40:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:40:18 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:40:18 DEBUG : one: Sizes differ 2025/11/05 12:40:18 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:40:20 DEBUG : one: size = 5 OK 2025/11/05 12:40:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:20 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/05 12:40:20 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:40:20 DEBUG : Waiting for deletions to finish 2025/11/05 12:40:20 INFO : There was nothing to transfer 2025/11/05 12:40:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:40:29 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:40:29 DEBUG : one: Sizes differ 2025/11/05 12:40:30 DEBUG : one: size = 5 OK 2025/11/05 12:40:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:30 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/05 12:40:31 DEBUG : two: size = 3 OK 2025/11/05 12:40:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:31 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/05 12:40:31 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:40:31 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:40:31 DEBUG : Waiting for deletions to finish 2025/11/05 12:40:31 INFO : There was nothing to transfer 2025/11/05 12:40:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:40:34 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:40:34 DEBUG : one: Sizes differ 2025/11/05 12:40:35 DEBUG : two: size = 3 OK 2025/11/05 12:40:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:35 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/05 12:40:35 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:40:36 DEBUG : one: size = 5 OK 2025/11/05 12:40:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:36 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/05 12:40:36 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:40:36 DEBUG : Waiting for deletions to finish 2025/11/05 12:40:36 INFO : There was nothing to transfer 2025/11/05 12:40:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:40:41 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:40:41 DEBUG : one: Sizes differ 2025/11/05 12:40:42 DEBUG : one: size = 5 OK 2025/11/05 12:40:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:42 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/05 12:40:42 DEBUG : two: size = 3 OK 2025/11/05 12:40:42 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/11/05 12:40:42 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/05 12:40:42 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/05 12:40:42 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:40:42 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:40:42 DEBUG : Waiting for deletions to finish 2025/11/05 12:40:42 INFO : There was nothing to transfer 2025/11/05 12:40:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:40:51 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:40:51 DEBUG : one: Sizes differ 2025/11/05 12:40:52 DEBUG : two: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:40:52 DEBUG : two: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/CompareDest) 2025/11/05 12:40:52 DEBUG : two: Sizes differ 2025/11/05 12:40:52 DEBUG : two: Need to transfer - File not found at Destination 2025/11/05 12:40:52 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:40:52 DEBUG : one: size = 5 OK 2025/11/05 12:40:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:40:52 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/05 12:40:52 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:40:56 DEBUG : two: size = 5 OK 2025/11/05 12:40:56 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/11/05 12:40:56 INFO : two: Copied (new) 2025/11/05 12:40:56 DEBUG : Waiting for deletions to finish 2025/11/05 12:41:07 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:41:07 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:41:07 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:41:07 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:41:08 DEBUG : CompareDest: Rmdir: contains trashed file: "two.json" 2025/11/05 12:41:08 DEBUG : CompareDest: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:41:08 DEBUG : CompareDest: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:41:08 DEBUG : CompareDest: Rmdir: contains trashed file: "one.json" --- PASS: TestSyncCompareDest (85.62s) === RUN TestSyncMultipleCompareDest run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:41:20 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dest" 2025/11/05 12:41:22 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/pre-dest1" 2025/11/05 12:41:24 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/pre-dest2" 2025/11/05 12:41:27 DEBUG : 1: size = 1 OK 2025/11/05 12:41:27 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:41:27 DEBUG : 1: Destination found in --compare-dest, skipping 2025/11/05 12:41:28 DEBUG : 2: size = 1 OK 2025/11/05 12:41:28 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:41:28 DEBUG : 2: Destination found in --compare-dest, skipping 2025/11/05 12:41:28 DEBUG : 3: Need to transfer - File not found at Destination 2025/11/05 12:41:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dest: Waiting for checks to finish 2025/11/05 12:41:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dest: Waiting for transfers to finish 2025/11/05 12:41:33 DEBUG : 3: size = 1 OK 2025/11/05 12:41:33 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2025/11/05 12:41:33 INFO : 3: Copied (new) 2025/11/05 12:41:33 DEBUG : Waiting for deletions to finish 2025/11/05 12:41:43 DEBUG : pre-dest2: Rmdir: contains trashed file: "2.json" 2025/11/05 12:41:43 DEBUG : pre-dest2: Rmdir: contains trashed file: "2.bin" 2025/11/05 12:41:44 DEBUG : pre-dest1: Rmdir: contains trashed file: "1.json" 2025/11/05 12:41:44 DEBUG : pre-dest1: Rmdir: contains trashed file: "1.bin" 2025/11/05 12:41:45 DEBUG : dest: Rmdir: contains trashed file: "3.json" 2025/11/05 12:41:45 DEBUG : dest: Rmdir: contains trashed file: "3.bin" --- PASS: TestSyncMultipleCompareDest (36.86s) === RUN TestSyncCopyDest run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:41:45 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:41:48 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/CopyDest" 2025/11/05 12:41:50 DEBUG : one: Need to transfer - File not found at Destination 2025/11/05 12:41:50 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:41:50 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:41:54 DEBUG : one: size = 3 OK 2025/11/05 12:41:54 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/11/05 12:41:54 INFO : one: Copied (new) 2025/11/05 12:41:54 DEBUG : Waiting for deletions to finish 2025/11/05 12:41:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:41:58 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:41:58 DEBUG : one: Sizes differ 2025/11/05 12:41:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:41:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:42:02 DEBUG : one: size = 5 OK 2025/11/05 12:42:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/11/05 12:42:02 INFO : one: Copied (replaced existing) 2025/11/05 12:42:02 DEBUG : Waiting for deletions to finish 2025/11/05 12:42:16 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/BackupDir" 2025/11/05 12:42:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:42:19 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:42:19 DEBUG : one: Sizes differ 2025/11/05 12:42:19 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:42:20 DEBUG : one: size = 5 OK 2025/11/05 12:42:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:42:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:42:20 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:42:20 DEBUG : one: Sizes differ 2025/11/05 12:42:25 INFO : one: Moved (server-side) 2025/11/05 12:42:28 DEBUG : one: size = 5 OK 2025/11/05 12:42:28 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/11/05 12:42:28 INFO : one: Copied (server-side copy) 2025/11/05 12:42:28 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/11/05 12:42:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:42:28 DEBUG : Waiting for deletions to finish 2025/11/05 12:42:43 DEBUG : one: size = 5 OK 2025/11/05 12:42:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:42:43 DEBUG : one: Unchanged skipping 2025/11/05 12:42:44 DEBUG : two: size = 3 OK 2025/11/05 12:42:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:42:47 DEBUG : two: size = 3 OK 2025/11/05 12:42:47 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/05 12:42:47 INFO : two: Copied (server-side copy) 2025/11/05 12:42:47 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/11/05 12:42:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:42:47 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:42:47 DEBUG : Waiting for deletions to finish 2025/11/05 12:42:53 DEBUG : one: size = 5 OK 2025/11/05 12:42:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:42:53 DEBUG : one: Unchanged skipping 2025/11/05 12:42:53 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:42:53 DEBUG : two: size = 3 OK 2025/11/05 12:42:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:42:53 DEBUG : two: Unchanged skipping 2025/11/05 12:42:53 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:42:53 DEBUG : Waiting for deletions to finish 2025/11/05 12:42:53 INFO : There was nothing to transfer 2025/11/05 12:43:09 DEBUG : one: size = 5 OK 2025/11/05 12:43:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:43:09 DEBUG : one: Unchanged skipping 2025/11/05 12:43:10 DEBUG : three: size = 7 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:43:10 DEBUG : three: size = 5 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/CopyDest) 2025/11/05 12:43:10 DEBUG : three: Sizes differ 2025/11/05 12:43:10 DEBUG : three: Destination not found in --copy-dest 2025/11/05 12:43:10 DEBUG : three: Need to transfer - File not found at Destination 2025/11/05 12:43:10 DEBUG : two: size = 3 OK 2025/11/05 12:43:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:43:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/11/05 12:43:10 DEBUG : two: Unchanged skipping 2025/11/05 12:43:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:43:14 DEBUG : three: size = 7 OK 2025/11/05 12:43:14 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/11/05 12:43:14 INFO : three: Copied (new) 2025/11/05 12:43:14 DEBUG : Waiting for deletions to finish 2025/11/05 12:43:32 DEBUG : dst: Rmdir: contains trashed file: "three.json" 2025/11/05 12:43:32 DEBUG : dst: Rmdir: contains trashed file: "three.bin" 2025/11/05 12:43:32 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:43:32 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:43:32 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:43:32 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:43:33 DEBUG : CopyDest: Rmdir: contains trashed file: "one.json" 2025/11/05 12:43:33 DEBUG : CopyDest: Rmdir: contains trashed file: "three.json" 2025/11/05 12:43:33 DEBUG : CopyDest: Rmdir: contains trashed file: "three.bin" 2025/11/05 12:43:33 DEBUG : CopyDest: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:43:33 DEBUG : CopyDest: Rmdir: contains trashed file: "two.json" 2025/11/05 12:43:33 DEBUG : CopyDest: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:43:33 DEBUG : BackupDir: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:43:33 DEBUG : BackupDir: Rmdir: contains trashed file: "one.json" --- PASS: TestSyncCopyDest (108.69s) === RUN TestSyncBackupDir run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:43:50 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:43:50 DEBUG : Config file has changed externally - reloading 2025/11/05 12:43:52 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/backup" 2025/11/05 12:43:54 DEBUG : one: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:43:54 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:43:54 DEBUG : one: Sizes differ 2025/11/05 12:43:54 DEBUG : two: size = 3 OK 2025/11/05 12:43:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:43:54 DEBUG : two: Unchanged skipping 2025/11/05 12:43:54 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:43:58 INFO : one: Moved (server-side) 2025/11/05 12:43:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:44:04 DEBUG : one: size = 4 OK 2025/11/05 12:44:04 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/05 12:44:04 INFO : one: Copied (new) 2025/11/05 12:44:04 DEBUG : Waiting for deletions to finish 2025/11/05 12:44:07 INFO : three.txt: Moved (server-side) 2025/11/05 12:44:07 INFO : three.txt: Moved into backup dir 2025/11/05 12:44:24 DEBUG : two: size = 3 OK 2025/11/05 12:44:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:44:24 DEBUG : two: Unchanged skipping 2025/11/05 12:44:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:44:24 DEBUG : one: size = 4 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:44:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:44:24 DEBUG : one: Sizes differ 2025/11/05 12:44:27 INFO : one: Deleted 2025/11/05 12:44:30 INFO : one: Moved (server-side) 2025/11/05 12:44:30 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:44:34 DEBUG : one: size = 5 OK 2025/11/05 12:44:34 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/05 12:44:34 INFO : one: Copied (new) 2025/11/05 12:44:34 DEBUG : Waiting for deletions to finish 2025/11/05 12:44:36 INFO : three.txt: Deleted 2025/11/05 12:44:39 INFO : three.txt: Moved (server-side) 2025/11/05 12:44:39 INFO : three.txt: Moved into backup dir 2025/11/05 12:44:54 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:44:54 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:44:54 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:44:54 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bin" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "three.txt.json" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "one.json" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bin" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "one.json" 2025/11/05 12:44:56 DEBUG : backup: Rmdir: contains trashed file: "three.txt.json" --- PASS: TestSyncBackupDir (83.53s) === RUN TestSyncBackupDirWithSuffix run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:45:14 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:45:14 DEBUG : Config file has changed externally - reloading 2025/11/05 12:45:16 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/backup" 2025/11/05 12:45:18 DEBUG : one: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:45:18 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:45:18 DEBUG : two: size = 3 OK 2025/11/05 12:45:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:45:18 DEBUG : two: Unchanged skipping 2025/11/05 12:45:18 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:45:18 DEBUG : one: Sizes differ 2025/11/05 12:45:23 INFO : one: Moved (server-side) to: one.bak 2025/11/05 12:45:23 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:45:27 DEBUG : one: size = 4 OK 2025/11/05 12:45:27 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/05 12:45:27 INFO : one: Copied (new) 2025/11/05 12:45:27 DEBUG : Waiting for deletions to finish 2025/11/05 12:45:29 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/05 12:45:29 INFO : three.txt: Moved into backup dir 2025/11/05 12:45:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:45:43 DEBUG : one: size = 4 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:45:43 DEBUG : one: Sizes differ 2025/11/05 12:45:43 DEBUG : two: size = 3 OK 2025/11/05 12:45:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:45:43 DEBUG : two: Unchanged skipping 2025/11/05 12:45:43 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:45:46 INFO : one.bak: Deleted 2025/11/05 12:45:49 INFO : one: Moved (server-side) to: one.bak 2025/11/05 12:45:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:45:52 DEBUG : one: size = 5 OK 2025/11/05 12:45:52 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/05 12:45:52 INFO : one: Copied (new) 2025/11/05 12:45:52 DEBUG : Waiting for deletions to finish 2025/11/05 12:45:55 INFO : three.txt.bak: Deleted 2025/11/05 12:45:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/05 12:45:58 INFO : three.txt: Moved into backup dir 2025/11/05 12:46:09 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:46:09 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:46:09 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:46:09 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "one.bak.json" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.bin" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "one.bak.bin" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.json" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "one.bak.bin" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.json" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "one.bak.json" 2025/11/05 12:46:10 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.bin" --- PASS: TestSyncBackupDirWithSuffix (73.43s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:46:26 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:46:28 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/backup" 2025/11/05 12:46:31 DEBUG : one: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:46:31 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:46:31 DEBUG : one: Sizes differ 2025/11/05 12:46:31 DEBUG : two: size = 3 OK 2025/11/05 12:46:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:46:31 DEBUG : two: Unchanged skipping 2025/11/05 12:46:31 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:46:34 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/05 12:46:34 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:46:38 DEBUG : one: size = 4 OK 2025/11/05 12:46:38 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/05 12:46:38 INFO : one: Copied (new) 2025/11/05 12:46:38 DEBUG : Waiting for deletions to finish 2025/11/05 12:46:42 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/05 12:46:42 INFO : three.txt: Moved into backup dir 2025/11/05 12:46:56 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:46:56 DEBUG : two: size = 3 OK 2025/11/05 12:46:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:46:56 DEBUG : two: Unchanged skipping 2025/11/05 12:46:56 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:46:56 DEBUG : one: size = 4 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:46:56 DEBUG : one: Sizes differ 2025/11/05 12:46:58 INFO : one-2019-01-01: Deleted 2025/11/05 12:47:01 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/05 12:47:01 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:47:05 DEBUG : one: size = 5 OK 2025/11/05 12:47:05 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/05 12:47:05 INFO : one: Copied (new) 2025/11/05 12:47:05 DEBUG : Waiting for deletions to finish 2025/11/05 12:47:07 INFO : three-2019-01-01.txt: Deleted 2025/11/05 12:47:10 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/05 12:47:10 INFO : three.txt: Moved into backup dir 2025/11/05 12:47:21 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:47:21 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:47:21 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:47:21 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.bin" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.json" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.json" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.bin" 2025/11/05 12:47:22 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (71.98s) === RUN TestSyncBackupDirSuffixOnly run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:47:38 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:47:38 DEBUG : Config file has changed externally - reloading 2025/11/05 12:47:40 DEBUG : one: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:47:40 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:47:40 DEBUG : one: Sizes differ 2025/11/05 12:47:40 DEBUG : two: size = 3 OK 2025/11/05 12:47:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:47:40 DEBUG : two: Unchanged skipping 2025/11/05 12:47:40 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:47:43 INFO : one: Moved (server-side) to: one.bak 2025/11/05 12:47:43 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:47:46 DEBUG : one: size = 4 OK 2025/11/05 12:47:46 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/05 12:47:46 INFO : one: Copied (new) 2025/11/05 12:47:46 DEBUG : Waiting for deletions to finish 2025/11/05 12:47:50 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/05 12:47:50 INFO : three.txt: Moved into backup dir 2025/11/05 12:48:04 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/11/05 12:48:04 DEBUG : three.txt.bak: Excluded 2025/11/05 12:48:04 DEBUG : one.bak: Excluded (Path Filter) 2025/11/05 12:48:04 DEBUG : one.bak: Excluded 2025/11/05 12:48:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:48:04 DEBUG : one: size = 4 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:48:04 DEBUG : one: Sizes differ 2025/11/05 12:48:04 DEBUG : two: size = 3 OK 2025/11/05 12:48:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:48:04 DEBUG : two: Unchanged skipping 2025/11/05 12:48:04 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for checks to finish 2025/11/05 12:48:07 INFO : one.bak: Deleted 2025/11/05 12:48:10 INFO : one: Moved (server-side) to: one.bak 2025/11/05 12:48:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst: Waiting for transfers to finish 2025/11/05 12:48:15 DEBUG : one: size = 5 OK 2025/11/05 12:48:15 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/05 12:48:15 INFO : one: Copied (new) 2025/11/05 12:48:15 DEBUG : Waiting for deletions to finish 2025/11/05 12:48:17 INFO : three.txt.bak: Deleted 2025/11/05 12:48:20 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/05 12:48:20 INFO : three.txt: Moved into backup dir 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:48:31 DEBUG : dst: Rmdir: contains trashed file: "two.json" --- PASS: TestSyncBackupDirSuffixOnly (68.54s) === RUN TestSyncSuffix run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:48:50 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:48:54 DEBUG : one: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:48:54 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:48:54 DEBUG : one: Sizes differ 2025/11/05 12:48:56 INFO : one: Moved (server-side) to: one.bak 2025/11/05 12:49:01 DEBUG : one: size = 4 OK 2025/11/05 12:49:01 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/05 12:49:01 INFO : one: Copied (new) 2025/11/05 12:49:03 DEBUG : two: size = 3 OK 2025/11/05 12:49:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:49:03 DEBUG : two: Unchanged skipping 2025/11/05 12:49:04 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:49:04 DEBUG : three.txt: size = 5 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:49:04 DEBUG : three.txt: Sizes differ 2025/11/05 12:49:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/05 12:49:10 DEBUG : three.txt: size = 6 OK 2025/11/05 12:49:10 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/11/05 12:49:10 INFO : three.txt: Copied (new) 2025/11/05 12:49:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:49:23 DEBUG : one: size = 4 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:49:23 DEBUG : one: Sizes differ 2025/11/05 12:49:25 INFO : one.bak: Deleted 2025/11/05 12:49:27 INFO : one: Moved (server-side) to: one.bak 2025/11/05 12:49:30 DEBUG : one: size = 5 OK 2025/11/05 12:49:30 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/05 12:49:30 INFO : one: Copied (new) 2025/11/05 12:49:31 DEBUG : two: size = 3 OK 2025/11/05 12:49:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:49:31 DEBUG : two: Unchanged skipping 2025/11/05 12:49:33 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:49:33 DEBUG : three.txt: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:49:33 DEBUG : three.txt: Sizes differ 2025/11/05 12:49:36 INFO : three.txt.bak: Deleted 2025/11/05 12:49:38 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/05 12:49:41 DEBUG : three.txt: size = 19 OK 2025/11/05 12:49:41 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/11/05 12:49:41 INFO : three.txt: Copied (new) 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bin" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "three.txt.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json" 2025/11/05 12:49:56 DEBUG : dst: Rmdir: contains trashed file: "two.bin" --- PASS: TestSyncSuffix (85.02s) === RUN TestSyncSuffixKeepExtension run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:50:14 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-qafuwas5rosu/dst" 2025/11/05 12:50:17 DEBUG : one: size = 4 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:50:17 DEBUG : one: size = 3 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:50:17 DEBUG : one: Sizes differ 2025/11/05 12:50:20 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/05 12:50:24 DEBUG : one: size = 4 OK 2025/11/05 12:50:24 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/05 12:50:24 INFO : one: Copied (new) 2025/11/05 12:50:25 DEBUG : two: size = 3 OK 2025/11/05 12:50:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:50:25 DEBUG : two: Unchanged skipping 2025/11/05 12:50:26 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:50:26 DEBUG : three.txt: size = 5 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:50:26 DEBUG : three.txt: Sizes differ 2025/11/05 12:50:29 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/05 12:50:32 DEBUG : three.txt: size = 6 OK 2025/11/05 12:50:32 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/11/05 12:50:32 INFO : three.txt: Copied (new) 2025/11/05 12:50:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:50:45 DEBUG : one: size = 4 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:50:45 DEBUG : one: Sizes differ 2025/11/05 12:50:49 INFO : one-2019-01-01: Deleted 2025/11/05 12:50:50 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/05 12:50:54 DEBUG : one: size = 5 OK 2025/11/05 12:50:54 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/05 12:50:54 INFO : one: Copied (new) 2025/11/05 12:50:55 DEBUG : two: size = 3 OK 2025/11/05 12:50:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:50:55 DEBUG : two: Unchanged skipping 2025/11/05 12:50:57 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:50:57 DEBUG : three.txt: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu/dst) 2025/11/05 12:50:57 DEBUG : three.txt: Sizes differ 2025/11/05 12:50:59 INFO : three-2019-01-01.txt: Deleted 2025/11/05 12:51:00 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/05 12:51:04 DEBUG : three.txt: size = 19 OK 2025/11/05 12:51:04 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/11/05 12:51:04 INFO : three.txt: Copied (new) 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "one.bin" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "one.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bin" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "three.txt.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.bin" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "two.bin" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "two.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.bin" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.json" 2025/11/05 12:51:25 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.bin" --- PASS: TestSyncSuffixKeepExtension (88.83s) === RUN TestSyncUTFNorm run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:51:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:51:32 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:51:32 DEBUG : Testêé: size = 18 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:51:32 DEBUG : Testêé: Sizes differ 2025/11/05 12:51:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:51:36 DEBUG : Testêé: size = 14 OK 2025/11/05 12:51:36 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2025/11/05 12:51:36 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/11/05 12:51:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (14.36s) === RUN TestSyncImmutable run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:51:40 DEBUG : existing: Need to transfer - File not found at Destination 2025/11/05 12:51:40 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:51:40 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:51:44 DEBUG : existing: size = 6 OK 2025/11/05 12:51:44 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/05 12:51:44 INFO : existing: Copied (new) 2025/11/05 12:51:44 DEBUG : Waiting for deletions to finish 2025/11/05 12:51:48 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:51:48 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:51:48 DEBUG : existing: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:51:48 DEBUG : existing: Sizes differ 2025/11/05 12:51:49 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/11/05 12:51:49 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:51:49 ERROR : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: not deleting files as there were IO errors 2025/11/05 12:51:49 ERROR : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (12.78s) === RUN TestSyncIgnoreCase run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:51:58 DEBUG : EXISTING: size = 6 OK 2025/11/05 12:51:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:51:58 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:51:58 DEBUG : existing: Unchanged skipping 2025/11/05 12:51:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:51:58 DEBUG : Waiting for deletions to finish 2025/11/05 12:51:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (11.52s) === RUN TestFixCase run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:2665: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.46s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:2704: This test only runs on local === RUN TestMaxTransfer/Soft run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:2704: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" sync_test.go:2704: This test only runs on local --- PASS: TestMaxTransfer (1.57s) --- SKIP: TestMaxTransfer/Hard (0.58s) --- SKIP: TestMaxTransfer/Soft (0.51s) --- SKIP: TestMaxTransfer/Cautious (0.48s) === RUN TestSyncConcurrentDelete run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:55:39 DEBUG : both0: size = 6 OK 2025/11/05 12:55:39 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both0: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both10: size = 6 OK 2025/11/05 12:55:39 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both10: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both12: size = 6 OK 2025/11/05 12:55:39 DEBUG : both11: size = 6 OK 2025/11/05 12:55:39 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both13: size = 6 OK 2025/11/05 12:55:39 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both12: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both15: size = 6 OK 2025/11/05 12:55:39 DEBUG : both14: size = 6 OK 2025/11/05 12:55:39 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:55:39 DEBUG : both11: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both16: size = 6 OK 2025/11/05 12:55:39 DEBUG : both13: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both17: size = 6 OK 2025/11/05 12:55:39 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both16: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both18: size = 6 OK 2025/11/05 12:55:39 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both18: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both19: size = 6 OK 2025/11/05 12:55:39 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both19: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both1: size = 6 OK 2025/11/05 12:55:39 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both17: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both2: size = 6 OK 2025/11/05 12:55:39 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both2: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both3: size = 6 OK 2025/11/05 12:55:39 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both3: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both4: size = 6 OK 2025/11/05 12:55:39 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both15: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both14: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both6: size = 6 OK 2025/11/05 12:55:39 DEBUG : both5: size = 6 OK 2025/11/05 12:55:39 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both1: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both7: size = 6 OK 2025/11/05 12:55:39 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both6: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both7: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both4: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both5: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both9: size = 6 OK 2025/11/05 12:55:39 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both8: size = 6 OK 2025/11/05 12:55:39 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:55:39 DEBUG : both9: Unchanged skipping 2025/11/05 12:55:39 DEBUG : both8: Unchanged skipping 2025/11/05 12:55:39 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 12:55:39 DEBUG : Waiting for deletions to finish 2025/11/05 12:55:40 INFO : only7: Deleted 2025/11/05 12:55:41 INFO : only8: Deleted 2025/11/05 12:55:41 INFO : only2: Deleted 2025/11/05 12:55:41 INFO : only6: Deleted 2025/11/05 12:55:42 INFO : only9: Deleted 2025/11/05 12:55:42 INFO : only12: Deleted 2025/11/05 12:55:43 INFO : only11: Deleted 2025/11/05 12:55:43 INFO : only14: Deleted 2025/11/05 12:55:44 INFO : only5: Deleted 2025/11/05 12:55:44 INFO : only0: Deleted 2025/11/05 12:55:44 INFO : only16: Deleted 2025/11/05 12:55:44 INFO : only10: Deleted 2025/11/05 12:55:45 INFO : only18: Deleted 2025/11/05 12:55:45 INFO : only1: Deleted 2025/11/05 12:55:45 INFO : only4: Deleted 2025/11/05 12:55:46 INFO : only13: Deleted 2025/11/05 12:55:47 INFO : only19: Deleted 2025/11/05 12:55:47 INFO : only17: Deleted 2025/11/05 12:55:47 INFO : only15: Deleted 2025/11/05 12:55:47 INFO : only3: Deleted 2025/11/05 12:55:47 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (272.54s) === RUN TestSyncConcurrentTruncate run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 12:59:59 DEBUG : both10: size = 6 OK 2025/11/05 12:59:59 DEBUG : both11: size = 6 OK 2025/11/05 12:59:59 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 12:59:59 DEBUG : both0: size = 6 OK 2025/11/05 12:59:59 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both12: size = 6 OK 2025/11/05 12:59:59 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both10: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both13: size = 6 OK 2025/11/05 12:59:59 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both13: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both14: size = 6 OK 2025/11/05 12:59:59 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both14: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both15: size = 6 OK 2025/11/05 12:59:59 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both11: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both16: size = 6 OK 2025/11/05 12:59:59 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both16: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both17: size = 6 OK 2025/11/05 12:59:59 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both0: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both18: size = 6 OK 2025/11/05 12:59:59 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both18: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both19: size = 6 OK 2025/11/05 12:59:59 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both19: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both1: size = 6 OK 2025/11/05 12:59:59 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both12: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both2: size = 6 OK 2025/11/05 12:59:59 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both15: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both3: size = 6 OK 2025/11/05 12:59:59 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both3: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both4: size = 6 OK 2025/11/05 12:59:59 DEBUG : both1: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both17: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both5: size = 6 OK 2025/11/05 12:59:59 DEBUG : both6: size = 6 OK 2025/11/05 12:59:59 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both2: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both7: size = 6 OK 2025/11/05 12:59:59 DEBUG : both4: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both8: size = 6 OK 2025/11/05 12:59:59 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : both7: Unchanged skipping 2025/11/05 12:59:59 DEBUG : both9: size = 6 OK 2025/11/05 12:59:59 DEBUG : both8: Unchanged skipping 2025/11/05 12:59:59 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only0: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only0: Sizes differ 2025/11/05 12:59:59 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 12:59:59 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only10: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only10: Sizes differ 2025/11/05 12:59:59 DEBUG : both9: Unchanged skipping 2025/11/05 12:59:59 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only11: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only11: Sizes differ 2025/11/05 12:59:59 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only12: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only12: Sizes differ 2025/11/05 12:59:59 DEBUG : both6: Unchanged skipping 2025/11/05 12:59:59 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only13: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only13: Sizes differ 2025/11/05 12:59:59 DEBUG : both5: Unchanged skipping 2025/11/05 12:59:59 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only14: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only14: Sizes differ 2025/11/05 12:59:59 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only15: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only15: Sizes differ 2025/11/05 12:59:59 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only16: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only16: Sizes differ 2025/11/05 12:59:59 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only17: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only17: Sizes differ 2025/11/05 12:59:59 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only18: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only18: Sizes differ 2025/11/05 12:59:59 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only19: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only19: Sizes differ 2025/11/05 12:59:59 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only1: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only1: Sizes differ 2025/11/05 12:59:59 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only2: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only2: Sizes differ 2025/11/05 12:59:59 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only4: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only4: Sizes differ 2025/11/05 12:59:59 DEBUG : only3: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only3: Sizes differ 2025/11/05 12:59:59 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only5: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only5: Sizes differ 2025/11/05 12:59:59 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only6: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only6: Sizes differ 2025/11/05 12:59:59 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only7: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only7: Sizes differ 2025/11/05 12:59:59 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only8: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3599667924) 2025/11/05 12:59:59 DEBUG : only9: size = 6 (Compressed: TestCompressDrive:rclone-test-qafuwas5rosu) 2025/11/05 12:59:59 DEBUG : only9: Sizes differ 2025/11/05 12:59:59 DEBUG : only8: Sizes differ 2025/11/05 12:59:59 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:00:03 DEBUG : only0: size = 0 OK 2025/11/05 13:00:03 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:03 INFO : only0: Copied (replaced existing) 2025/11/05 13:00:03 DEBUG : only11: size = 0 OK 2025/11/05 13:00:03 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:03 INFO : only11: Copied (replaced existing) 2025/11/05 13:00:04 DEBUG : only12: size = 0 OK 2025/11/05 13:00:04 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:04 INFO : only12: Copied (replaced existing) 2025/11/05 13:00:04 DEBUG : only10: size = 0 OK 2025/11/05 13:00:04 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:04 INFO : only10: Copied (replaced existing) 2025/11/05 13:00:07 DEBUG : only14: size = 0 OK 2025/11/05 13:00:07 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:07 INFO : only14: Copied (replaced existing) 2025/11/05 13:00:07 DEBUG : only16: size = 0 OK 2025/11/05 13:00:07 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:07 INFO : only16: Copied (replaced existing) 2025/11/05 13:00:09 DEBUG : only19: size = 0 OK 2025/11/05 13:00:09 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:09 INFO : only19: Copied (replaced existing) 2025/11/05 13:00:10 DEBUG : only15: size = 0 OK 2025/11/05 13:00:10 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:10 INFO : only15: Copied (replaced existing) 2025/11/05 13:00:11 DEBUG : only17: size = 0 OK 2025/11/05 13:00:11 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:11 INFO : only17: Copied (replaced existing) 2025/11/05 13:00:13 DEBUG : only13: size = 0 OK 2025/11/05 13:00:13 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:13 INFO : only13: Copied (replaced existing) 2025/11/05 13:00:14 DEBUG : only2: size = 0 OK 2025/11/05 13:00:14 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:14 INFO : only2: Copied (replaced existing) 2025/11/05 13:00:15 DEBUG : only1: size = 0 OK 2025/11/05 13:00:15 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:15 INFO : only1: Copied (replaced existing) 2025/11/05 13:00:16 DEBUG : only4: size = 0 OK 2025/11/05 13:00:16 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:16 INFO : only4: Copied (replaced existing) 2025/11/05 13:00:17 DEBUG : only3: size = 0 OK 2025/11/05 13:00:17 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:17 INFO : only3: Copied (replaced existing) 2025/11/05 13:00:19 DEBUG : only5: size = 0 OK 2025/11/05 13:00:19 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:19 INFO : only5: Copied (replaced existing) 2025/11/05 13:00:22 DEBUG : only6: size = 0 OK 2025/11/05 13:00:22 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:22 INFO : only6: Copied (replaced existing) 2025/11/05 13:00:23 DEBUG : only18: size = 0 OK 2025/11/05 13:00:23 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:23 INFO : only18: Copied (replaced existing) 2025/11/05 13:00:24 DEBUG : only9: size = 0 OK 2025/11/05 13:00:24 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:24 INFO : only9: Copied (replaced existing) 2025/11/05 13:00:26 DEBUG : only8: size = 0 OK 2025/11/05 13:00:26 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:26 INFO : only8: Copied (replaced existing) 2025/11/05 13:00:27 DEBUG : only7: size = 0 OK 2025/11/05 13:00:27 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2025/11/05 13:00:27 INFO : only7: Copied (replaced existing) 2025/11/05 13:00:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (332.11s) === RUN TestSyncReplaceDirModTime run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:02:11 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:02:11 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:02:11 DEBUG : empty_on_remote: Making directory with metadata 2025/11/05 13:02:11 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:02:11 DEBUG : empty_on_remote: Making directory with metadata 2025/11/05 13:02:12 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:02:20 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:20 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:20 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:20 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:35 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.json" 2025/11/05 13:02:35 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.bin" 2025/11/05 13:02:36 DEBUG : test_dir2: Rmdir: contains trashed file: "sub_dir" 2025/11/05 13:02:36 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.json" 2025/11/05 13:02:36 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.bin" --- PASS: TestSyncReplaceDirModTime (27.09s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:02:38 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:02:38 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:02:38 DEBUG : empty_on_remote: Making directory with metadata 2025/11/05 13:02:38 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:02:38 DEBUG : empty_on_remote: Making directory with metadata 2025/11/05 13:02:39 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:02:46 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:46 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:46 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:46 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/11/05 13:02:46 INFO : empty_dir: Set directory modification time (using DirSetModTime) 2025/11/05 13:03:02 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.bin" 2025/11/05 13:03:02 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.json" 2025/11/05 13:03:03 DEBUG : test_dir2: Rmdir: contains trashed file: "sub_dir" 2025/11/05 13:03:04 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.json" 2025/11/05 13:03:04 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.bin" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (28.39s) === RUN TestNothingToTransferWithEmptyDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:03:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 13:03:06 DEBUG : sub dir: Making directory with metadata 2025/11/05 13:03:07 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2025/11/05 13:03:34 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/05 13:03:35 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/05 13:03:35 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:03:35 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) 2025/11/05 13:03:59 DEBUG : sub dirEmpty: Rmdir: contains trashed file: "sub dirEmpty2" 2025/11/05 13:04:00 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 13:04:00 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 13:04:01 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2025/11/05 13:04:02 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2025/11/05 13:04:02 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2025/11/05 13:04:03 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2025/11/05 13:04:04 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2025/11/05 13:04:05 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2025/11/05 13:04:06 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.json" 2025/11/05 13:04:06 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 13:04:08 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2025/11/05 13:04:08 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2025/11/05 13:04:09 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 13:04:09 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" --- PASS: TestNothingToTransferWithEmptyDirs (63.32s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:04:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/05 13:04:10 DEBUG : sub dir: Making directory with metadata 2025/11/05 13:04:10 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2025/11/05 13:04:42 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/05 13:04:43 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/05 13:04:43 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/05 13:04:43 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) 2025/11/05 13:05:06 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 13:05:06 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 13:05:06 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir" 2025/11/05 13:05:08 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested" 2025/11/05 13:05:09 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very" 2025/11/05 13:05:09 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very" 2025/11/05 13:05:10 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very" 2025/11/05 13:05:11 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very" 2025/11/05 13:05:12 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.json" 2025/11/05 13:05:12 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.bin" 2025/11/05 13:05:13 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3" 2025/11/05 13:05:13 DEBUG : sub dir2: Rmdir: contains trashed file: "very" 2025/11/05 13:05:14 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json" 2025/11/05 13:05:14 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin" --- PASS: TestNothingToTransferWithoutEmptyDirs (65.71s) === RUN TestTransform === RUN TestTransform/NFC run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:06:35 DEBUG : Waiting for deletions to finish 2025/11/05 13:06:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:06:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:07:02 DEBUG : apple: size = 5 OK 2025/11/05 13:07:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:02 DEBUG : apple: Unchanged skipping 2025/11/05 13:07:02 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:07:02 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:02 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:07:02 DEBUG : banana: size = 6 OK 2025/11/05 13:07:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:02 DEBUG : banana: Unchanged skipping 2025/11/05 13:07:04 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:07:04 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:07:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:07:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:07:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:07:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:07:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:07:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:07:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:07:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:07:04 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:07:04 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:07:04 DEBUG : Waiting for deletions to finish 2025/11/05 13:07:04 DEBUG : Waiting for deletions to finish 2025/11/05 13:07:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:07:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:07:06 DEBUG : dir1: Directory modification time the same (differ by -709.861µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:07:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : apple: size = 5 OK 2025/11/05 13:07:06 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:07:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : banana: size = 6 OK 2025/11/05 13:07:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : apple: Unchanged skipping 2025/11/05 13:07:06 DEBUG : banana: Unchanged skipping 2025/11/05 13:07:06 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:07:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:07:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:07:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:07:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:07:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:07:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:07:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:07:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:07:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:07:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:07:06 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:07:06 DEBUG : Waiting for deletions to finish 2025/11/05 13:07:06 DEBUG : Waiting for deletions to finish 2025/11/05 13:07:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:07:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:07:38 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" === RUN TestTransform/NFD run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:09:03 DEBUG : Waiting for deletions to finish 2025/11/05 13:09:04 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:09:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:09:27 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:09:27 DEBUG : apple: size = 5 OK 2025/11/05 13:09:27 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:27 DEBUG : banana: size = 6 OK 2025/11/05 13:09:27 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:09:27 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:27 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:27 DEBUG : apple: Unchanged skipping 2025/11/05 13:09:27 DEBUG : banana: Unchanged skipping 2025/11/05 13:09:28 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:09:28 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:09:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:09:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:09:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:09:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:09:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:09:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:09:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:09:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:09:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:09:28 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:09:28 DEBUG : Waiting for deletions to finish 2025/11/05 13:09:28 DEBUG : Waiting for deletions to finish 2025/11/05 13:09:28 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:09:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:09:29 DEBUG : dir1: Directory modification time the same (differ by -755.152µs, within tolerance 1ms) 2025/11/05 13:09:29 DEBUG : apple: size = 5 OK 2025/11/05 13:09:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:29 DEBUG : apple: Unchanged skipping 2025/11/05 13:09:29 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:09:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:29 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:09:29 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:09:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:29 DEBUG : banana: size = 6 OK 2025/11/05 13:09:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:29 DEBUG : banana: Unchanged skipping 2025/11/05 13:09:29 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:09:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:09:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:09:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:09:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:09:30 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:09:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:09:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:09:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:09:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:09:30 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:09:30 DEBUG : Waiting for deletions to finish 2025/11/05 13:09:30 DEBUG : Waiting for deletions to finish 2025/11/05 13:09:31 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:09:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:09:59 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" === RUN TestTransform/base64 run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:11:13 DEBUG : TestDrive: Token expired 2025/11/05 13:11:13 DEBUG : Config file has changed externally - reloading 2025/11/05 13:11:13 DEBUG : TestDrive: No updated token found in the config file 2025/11/05 13:11:13 DEBUG : TestDrive: Token refresh successful 2025/11/05 13:11:13 DEBUG : Saving config "token" in section "TestDrive" of the config file 2025/11/05 13:11:13 DEBUG : TestDrive: Saved new token in config file 2025/11/05 13:11:23 DEBUG : Waiting for deletions to finish 2025/11/05 13:11:23 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:11:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:11:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:45 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:11:45 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:11:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:45 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:11:45 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:11:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:45 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:45 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:11:45 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:11:45 DEBUG : apple: Need to transfer - File not found at Destination 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/11/05 13:11:45 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:11:45 DEBUG : banana: Need to transfer - File not found at Destination 2025/11/05 13:11:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:45 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/11/05 13:11:45 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:11:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:45 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:11:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:46 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:46 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:11:46 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:11:46 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:11:46 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:11:46 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/11/05 13:11:46 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:11:46 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:11:46 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:11:49 DEBUG : YXBwbGU=: size = 5 OK 2025/11/05 13:11:49 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/11/05 13:11:49 INFO : apple: Copied (new) to: YXBwbGU= 2025/11/05 13:11:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:49 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2025/11/05 13:11:49 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/11/05 13:11:49 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:11:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:50 DEBUG : YmFuYW5h: size = 6 OK 2025/11/05 13:11:50 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/11/05 13:11:50 INFO : banana: Copied (new) to: YmFuYW5h 2025/11/05 13:11:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2025/11/05 13:11:50 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/11/05 13:11:50 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:11:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2025/11/05 13:11:54 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/11/05 13:11:54 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2025/11/05 13:11:54 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/11/05 13:11:54 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2025/11/05 13:11:54 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/11/05 13:11:54 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2025/11/05 13:11:54 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/11/05 13:11:54 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:11:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:58 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2025/11/05 13:11:58 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/11/05 13:11:58 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:11:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:11:58 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2025/11/05 13:11:58 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/11/05 13:11:58 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:11:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:11:58 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2025/11/05 13:11:58 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/11/05 13:11:58 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:11:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:11:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2025/11/05 13:11:59 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/11/05 13:11:59 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:11:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:01 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2025/11/05 13:12:01 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/11/05 13:12:01 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:01 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:02 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2025/11/05 13:12:02 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/11/05 13:12:02 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:02 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2025/11/05 13:12:02 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/11/05 13:12:02 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:03 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2025/11/05 13:12:03 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/11/05 13:12:03 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:03 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:05 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2025/11/05 13:12:05 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/11/05 13:12:05 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:05 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2025/11/05 13:12:05 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/11/05 13:12:05 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:06 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2025/11/05 13:12:06 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/11/05 13:12:06 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:07 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2025/11/05 13:12:07 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/11/05 13:12:07 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:07 DEBUG : Waiting for deletions to finish 2025/11/05 13:12:09 INFO : dir1/0006-ghijklm.txt: Deleted 2025/11/05 13:12:09 INFO : apple: Deleted 2025/11/05 13:12:09 INFO : dir1/0002-cdefghi.txt: Deleted 2025/11/05 13:12:09 INFO : splitbananasplit: Deleted 2025/11/05 13:12:09 INFO : dir1/0004-efghijk.txt: Deleted 2025/11/05 13:12:09 INFO : appleappleapplebanana: Deleted 2025/11/05 13:12:09 INFO : dir1/0000-abcdefg.txt: Deleted 2025/11/05 13:12:09 INFO : dir1/0012-6789;.txt: Deleted 2025/11/05 13:12:10 INFO : dir1/0003-defghij.txt: Deleted 2025/11/05 13:12:10 INFO : dir1/0010-456789.txt: Deleted 2025/11/05 13:12:10 INFO : dir1/0008-2345678.txt: Deleted 2025/11/05 13:12:10 INFO : dir1/0011-56789;.txt: Deleted 2025/11/05 13:12:10 INFO : dir1/0009-3456789.txt: Deleted 2025/11/05 13:12:10 INFO : banana: Deleted 2025/11/05 13:12:11 INFO : dir1/0014-89;=.txt: Deleted 2025/11/05 13:12:11 INFO : dir1/0007-1234567.txt: Deleted 2025/11/05 13:12:11 INFO : dir1/0013-789;=.txt: Deleted 2025/11/05 13:12:11 INFO : dir1/0005-fghijkl.txt: Deleted 2025/11/05 13:12:12 INFO : dir1/0015-9;=.txt: Deleted 2025/11/05 13:12:12 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/11/05 13:12:12 DEBUG : Waiting for deletions to finish 2025/11/05 13:12:13 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:13 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:13 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:13 DEBUG : dir1: Directory modification time the same (differ by -764.318µs, within tolerance 1ms) 2025/11/05 13:12:13 DEBUG : YXBwbGU=: size = 5 OK 2025/11/05 13:12:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:13 DEBUG : apple: Unchanged skipping 2025/11/05 13:12:13 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2025/11/05 13:12:13 DEBUG : YmFuYW5h: size = 6 OK 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:13 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:12:13 DEBUG : banana: Unchanged skipping 2025/11/05 13:12:13 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2025/11/05 13:12:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:13 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:13 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:13 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/11/05 13:12:13 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:13 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:14 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:14 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:14 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:14 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:14 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:14 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:14 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:14 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:14 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:14 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:14 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:14 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:14 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:14 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:14 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2025/11/05 13:12:14 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:12:14 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2025/11/05 13:12:14 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2025/11/05 13:12:14 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2025/11/05 13:12:14 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2025/11/05 13:12:14 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2025/11/05 13:12:14 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2025/11/05 13:12:14 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2025/11/05 13:12:14 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:12:14 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:12:14 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:12:14 DEBUG : Waiting for deletions to finish 2025/11/05 13:12:14 DEBUG : Waiting for deletions to finish 2025/11/05 13:12:14 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : YXBwbGU=: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : YmFuYW5h: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2025/11/05 13:12:14 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2025/11/05 13:12:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:15 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:15 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:15 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:15 DEBUG : apple: transformed to: YXBwbGU= 2025/11/05 13:12:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2025/11/05 13:12:15 DEBUG : banana: transformed to: YmFuYW5h 2025/11/05 13:12:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2025/11/05 13:12:15 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2025/11/05 13:12:15 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2025/11/05 13:12:15 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2025/11/05 13:12:15 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2025/11/05 13:12:15 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2025/11/05 13:12:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwOC0yMzQ1Njc4LnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMS01Njc4OTsudHh0.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMC1hYmNkZWZnLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNS1mZ2hpamtsLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMy1kZWZnaGlqLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwOS0zNDU2Nzg5LnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxNS05Oz0udHh0.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxNS05Oz0udHh0.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNy0xMjM0NTY3LnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMy1kZWZnaGlqLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMi02Nzg5Oy50eHQ=.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwOC0yMzQ1Njc4LnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwOS0zNDU2Nzg5LnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMC00NTY3ODkudHh0.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMS1iY2RlZmdoLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNC1lZmdoaWprLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMS01Njc4OTsudHh0.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxNC04OTs9LnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMS1iY2RlZmdoLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxNC04OTs9LnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMy03ODk7PS50eHQ=.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMC1hYmNkZWZnLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNi1naGlqa2xtLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMi1jZGVmZ2hpLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNi1naGlqa2xtLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwMi1jZGVmZ2hpLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNC1lZmdoaWprLnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMy03ODk7PS50eHQ=.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMi02Nzg5Oy50eHQ=.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNS1mZ2hpamtsLnR4dA==.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAwNy0xMjM0NTY3LnR4dA==.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "MDAxMC00NTY3ODkudHh0.bin" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:12:45 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" === RUN TestTransform/prefix run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:14:04 DEBUG : Waiting for deletions to finish 2025/11/05 13:14:05 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:14:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:14:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:28 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:28 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:28 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:28 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:28 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:28 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:28 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:28 DEBUG : apple: Need to transfer - File not found at Destination 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/11/05 13:14:28 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:28 DEBUG : banana: Need to transfer - File not found at Destination 2025/11/05 13:14:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:28 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/11/05 13:14:28 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:28 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:28 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:28 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:28 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:28 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:28 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/11/05 13:14:28 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:28 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2025/11/05 13:14:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2025/11/05 13:14:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2025/11/05 13:14:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2025/11/05 13:14:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2025/11/05 13:14:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2025/11/05 13:14:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2025/11/05 13:14:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2025/11/05 13:14:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2025/11/05 13:14:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2025/11/05 13:14:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2025/11/05 13:14:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2025/11/05 13:14:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2025/11/05 13:14:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2025/11/05 13:14:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2025/11/05 13:14:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2025/11/05 13:14:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:29 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:14:29 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:14:31 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2025/11/05 13:14:31 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/11/05 13:14:31 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2025/11/05 13:14:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:31 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2025/11/05 13:14:31 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/11/05 13:14:31 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2025/11/05 13:14:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:32 DEBUG : PREFIXapple: size = 5 OK 2025/11/05 13:14:32 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/11/05 13:14:32 INFO : apple: Copied (new) to: PREFIXapple 2025/11/05 13:14:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:32 DEBUG : PREFIXbanana: size = 6 OK 2025/11/05 13:14:32 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/11/05 13:14:32 INFO : banana: Copied (new) to: PREFIXbanana 2025/11/05 13:14:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:35 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2025/11/05 13:14:35 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/11/05 13:14:35 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:35 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:14:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/11/05 13:14:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:35 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2025/11/05 13:14:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/11/05 13:14:35 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:36 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2025/11/05 13:14:36 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/11/05 13:14:36 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:36 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:39 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2025/11/05 13:14:39 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/11/05 13:14:39 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:39 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2025/11/05 13:14:39 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/11/05 13:14:39 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:39 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2025/11/05 13:14:39 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/11/05 13:14:39 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:40 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2025/11/05 13:14:40 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/11/05 13:14:40 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:42 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2025/11/05 13:14:42 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/11/05 13:14:42 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:43 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2025/11/05 13:14:43 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/11/05 13:14:43 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:43 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:43 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2025/11/05 13:14:43 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/11/05 13:14:43 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:43 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:43 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2025/11/05 13:14:43 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/11/05 13:14:43 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:43 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:46 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2025/11/05 13:14:46 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/11/05 13:14:46 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:46 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2025/11/05 13:14:46 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/11/05 13:14:46 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:47 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2025/11/05 13:14:47 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/11/05 13:14:47 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:47 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2025/11/05 13:14:47 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/11/05 13:14:47 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:47 DEBUG : Waiting for deletions to finish 2025/11/05 13:14:48 INFO : dir1/0000-abcdefg.txt: Deleted 2025/11/05 13:14:48 INFO : appleappleapplebanana: Deleted 2025/11/05 13:14:48 INFO : dir1/0005-fghijkl.txt: Deleted 2025/11/05 13:14:48 INFO : dir1/0003-defghij.txt: Deleted 2025/11/05 13:14:48 INFO : dir1/0013-789;=.txt: Deleted 2025/11/05 13:14:48 INFO : dir1/0007-1234567.txt: Deleted 2025/11/05 13:14:49 INFO : dir1/0010-456789.txt: Deleted 2025/11/05 13:14:49 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/11/05 13:14:50 INFO : apple: Deleted 2025/11/05 13:14:50 INFO : dir1/0014-89;=.txt: Deleted 2025/11/05 13:14:50 INFO : dir1/0011-56789;.txt: Deleted 2025/11/05 13:14:50 INFO : dir1/0002-cdefghi.txt: Deleted 2025/11/05 13:14:50 INFO : dir1/0008-2345678.txt: Deleted 2025/11/05 13:14:50 INFO : splitbananasplit: Deleted 2025/11/05 13:14:50 INFO : dir1/0009-3456789.txt: Deleted 2025/11/05 13:14:51 INFO : banana: Deleted 2025/11/05 13:14:51 INFO : dir1/0006-ghijklm.txt: Deleted 2025/11/05 13:14:51 INFO : dir1/0012-6789;.txt: Deleted 2025/11/05 13:14:51 INFO : dir1/0004-efghijk.txt: Deleted 2025/11/05 13:14:51 INFO : dir1/0015-9;=.txt: Deleted 2025/11/05 13:14:51 DEBUG : Waiting for deletions to finish 2025/11/05 13:14:52 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : PREFIXapple: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : PREFIXbanana: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : apple: transformed to: PREFIXapple 2025/11/05 13:14:52 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2025/11/05 13:14:52 DEBUG : banana: transformed to: PREFIXbanana 2025/11/05 13:14:52 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2025/11/05 13:14:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2025/11/05 13:14:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2025/11/05 13:14:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2025/11/05 13:14:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2025/11/05 13:14:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2025/11/05 13:14:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2025/11/05 13:14:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2025/11/05 13:14:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2025/11/05 13:14:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2025/11/05 13:14:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2025/11/05 13:14:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2025/11/05 13:14:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2025/11/05 13:14:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2025/11/05 13:14:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2025/11/05 13:14:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2025/11/05 13:14:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2025/11/05 13:14:53 DEBUG : apple: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : banana: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1: Directory modification time the same (differ by -777.944µs, within tolerance 1ms) 2025/11/05 13:14:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:14:53 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:14:53 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:14:56 DEBUG : apple: size = 5 OK 2025/11/05 13:14:56 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/11/05 13:14:56 INFO : apple: Copied (new) 2025/11/05 13:14:56 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:14:56 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/11/05 13:14:56 INFO : appleappleapplebanana: Copied (new) 2025/11/05 13:14:57 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:14:57 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/11/05 13:14:57 INFO : splitbananasplit: Copied (new) 2025/11/05 13:14:57 DEBUG : banana: size = 6 OK 2025/11/05 13:14:57 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/11/05 13:14:57 INFO : banana: Copied (new) 2025/11/05 13:15:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:15:00 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/11/05 13:15:00 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/11/05 13:15:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:15:00 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/11/05 13:15:00 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/11/05 13:15:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:15:01 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/11/05 13:15:01 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/11/05 13:15:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:15:01 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/11/05 13:15:01 INFO : dir1/0003-defghij.txt: Copied (new) 2025/11/05 13:15:03 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:15:03 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/11/05 13:15:03 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/11/05 13:15:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:15:04 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/11/05 13:15:04 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/11/05 13:15:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:15:05 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/11/05 13:15:05 INFO : dir1/0007-1234567.txt: Copied (new) 2025/11/05 13:15:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:15:05 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/11/05 13:15:05 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/11/05 13:15:07 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:15:07 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/11/05 13:15:07 INFO : dir1/0008-2345678.txt: Copied (new) 2025/11/05 13:15:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:15:08 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/11/05 13:15:08 INFO : dir1/0010-456789.txt: Copied (new) 2025/11/05 13:15:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:15:09 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/11/05 13:15:09 INFO : dir1/0011-56789;.txt: Copied (new) 2025/11/05 13:15:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:15:09 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/11/05 13:15:09 INFO : dir1/0009-3456789.txt: Copied (new) 2025/11/05 13:15:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:15:10 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/11/05 13:15:10 INFO : dir1/0012-6789;.txt: Copied (new) 2025/11/05 13:15:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:15:12 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/11/05 13:15:12 INFO : dir1/0013-789;=.txt: Copied (new) 2025/11/05 13:15:13 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:15:13 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/11/05 13:15:13 INFO : dir1/0015-9;=.txt: Copied (new) 2025/11/05 13:15:13 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:15:13 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/11/05 13:15:13 INFO : dir1/0014-89;=.txt: Copied (new) 2025/11/05 13:15:13 DEBUG : Waiting for deletions to finish 2025/11/05 13:15:14 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2025/11/05 13:15:14 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2025/11/05 13:15:14 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2025/11/05 13:15:14 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2025/11/05 13:15:15 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2025/11/05 13:15:15 INFO : PREFIXsplitbananasplit: Deleted 2025/11/05 13:15:15 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2025/11/05 13:15:15 INFO : PREFIXappleappleapplebanana: Deleted 2025/11/05 13:15:15 INFO : PREFIXapple: Deleted 2025/11/05 13:15:16 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2025/11/05 13:15:16 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2025/11/05 13:15:16 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2025/11/05 13:15:16 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2025/11/05 13:15:16 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2025/11/05 13:15:16 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2025/11/05 13:15:16 INFO : PREFIXbanana: Deleted 2025/11/05 13:15:17 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2025/11/05 13:15:17 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2025/11/05 13:15:17 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2025/11/05 13:15:17 INFO : dir1/PREFIX0010-456789.txt: Deleted 2025/11/05 13:15:17 DEBUG : Waiting for deletions to finish 2025/11/05 13:15:18 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:15:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : Waiting for deletions to finish 2025/11/05 13:15:19 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:15:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0002-cdefghi.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0010-456789.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0006-ghijklm.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0003-defghij.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0005-fghijkl.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0012-6789;.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0007-1234567.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0013-789;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0014-89;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0004-efghijk.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0009-3456789.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0002-cdefghi.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0015-9;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0006-ghijklm.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0008-2345678.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0011-56789;.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0015-9;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0008-2345678.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0010-456789.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0004-efghijk.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0001-bcdefgh.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0014-89;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0005-fghijkl.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0007-1234567.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0011-56789;.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0001-bcdefgh.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0009-3456789.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0013-789;=.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0012-6789;.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0000-abcdefg.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0003-defghij.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "PREFIX0000-abcdefg.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:16:18 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" === RUN TestTransform/suffix run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:17:37 DEBUG : Waiting for deletions to finish 2025/11/05 13:17:38 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:17:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:18:04 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:04 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:04 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:04 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:04 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:04 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:04 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:04 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:04 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:04 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:04 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:04 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:04 DEBUG : apple: Need to transfer - File not found at Destination 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/11/05 13:18:04 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:04 DEBUG : banana: Need to transfer - File not found at Destination 2025/11/05 13:18:04 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:04 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:04 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:05 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:18:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:05 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2025/11/05 13:18:05 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:05 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:18:05 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:18:08 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2025/11/05 13:18:08 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/11/05 13:18:08 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2025/11/05 13:18:08 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:08 DEBUG : bananaSUFFIX: size = 6 OK 2025/11/05 13:18:08 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/11/05 13:18:08 INFO : banana: Copied (new) to: bananaSUFFIX 2025/11/05 13:18:08 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:08 DEBUG : appleSUFFIX: size = 5 OK 2025/11/05 13:18:08 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/11/05 13:18:08 INFO : apple: Copied (new) to: appleSUFFIX 2025/11/05 13:18:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:09 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2025/11/05 13:18:09 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/11/05 13:18:09 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2025/11/05 13:18:09 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:11 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2025/11/05 13:18:11 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/11/05 13:18:11 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:11 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:11 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2025/11/05 13:18:11 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/11/05 13:18:11 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:11 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:11 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2025/11/05 13:18:11 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/11/05 13:18:11 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:11 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:13 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2025/11/05 13:18:13 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/11/05 13:18:13 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:13 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:15 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2025/11/05 13:18:15 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/11/05 13:18:15 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:15 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:15 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2025/11/05 13:18:15 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/11/05 13:18:15 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:15 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:15 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2025/11/05 13:18:15 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/11/05 13:18:15 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:15 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:17 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2025/11/05 13:18:17 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/11/05 13:18:17 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:17 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:18 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2025/11/05 13:18:18 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/11/05 13:18:18 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:18 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2025/11/05 13:18:18 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/11/05 13:18:18 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:19 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2025/11/05 13:18:19 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/11/05 13:18:19 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:19 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:21 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2025/11/05 13:18:21 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/11/05 13:18:21 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:22 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2025/11/05 13:18:22 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/11/05 13:18:22 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:22 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2025/11/05 13:18:22 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/11/05 13:18:22 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:22 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2025/11/05 13:18:22 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/11/05 13:18:22 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:25 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2025/11/05 13:18:25 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/11/05 13:18:25 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:25 DEBUG : Waiting for deletions to finish 2025/11/05 13:18:26 INFO : dir1/0014-89;=.txt: Deleted 2025/11/05 13:18:26 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/11/05 13:18:26 INFO : dir1/0009-3456789.txt: Deleted 2025/11/05 13:18:26 INFO : dir1/0010-456789.txt: Deleted 2025/11/05 13:18:26 INFO : dir1/0011-56789;.txt: Deleted 2025/11/05 13:18:26 INFO : dir1/0005-fghijkl.txt: Deleted 2025/11/05 13:18:26 INFO : dir1/0015-9;=.txt: Deleted 2025/11/05 13:18:27 INFO : dir1/0003-defghij.txt: Deleted 2025/11/05 13:18:28 INFO : dir1/0004-efghijk.txt: Deleted 2025/11/05 13:18:28 INFO : dir1/0008-2345678.txt: Deleted 2025/11/05 13:18:28 INFO : banana: Deleted 2025/11/05 13:18:28 INFO : appleappleapplebanana: Deleted 2025/11/05 13:18:28 INFO : dir1/0007-1234567.txt: Deleted 2025/11/05 13:18:28 INFO : dir1/0013-789;=.txt: Deleted 2025/11/05 13:18:28 INFO : dir1/0006-ghijklm.txt: Deleted 2025/11/05 13:18:28 INFO : splitbananasplit: Deleted 2025/11/05 13:18:29 INFO : dir1/0012-6789;.txt: Deleted 2025/11/05 13:18:29 INFO : apple: Deleted 2025/11/05 13:18:29 INFO : dir1/0000-abcdefg.txt: Deleted 2025/11/05 13:18:29 INFO : dir1/0002-cdefghi.txt: Deleted 2025/11/05 13:18:29 DEBUG : Waiting for deletions to finish 2025/11/05 13:18:30 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : appleSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:30 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2025/11/05 13:18:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : apple: transformed to: appleSUFFIX 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2025/11/05 13:18:31 DEBUG : banana: transformed to: bananaSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2025/11/05 13:18:31 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2025/11/05 13:18:31 DEBUG : apple: Need to transfer - File not found at Destination 2025/11/05 13:18:31 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/11/05 13:18:31 DEBUG : banana: Need to transfer - File not found at Destination 2025/11/05 13:18:31 DEBUG : dir1: Directory modification time the same (differ by -808.437µs, within tolerance 1ms) 2025/11/05 13:18:31 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:18:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:18:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:18:34 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:18:34 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/11/05 13:18:34 INFO : appleappleapplebanana: Copied (new) 2025/11/05 13:18:34 DEBUG : apple: size = 5 OK 2025/11/05 13:18:34 DEBUG : apple: md5 = 1f3870be274f6c49b3e31a0c6728957f OK 2025/11/05 13:18:34 INFO : apple: Copied (new) 2025/11/05 13:18:34 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:18:34 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/11/05 13:18:34 INFO : splitbananasplit: Copied (new) 2025/11/05 13:18:34 DEBUG : banana: size = 6 OK 2025/11/05 13:18:34 DEBUG : banana: md5 = 72b302bf297a228a75730123efef7c41 OK 2025/11/05 13:18:34 INFO : banana: Copied (new) 2025/11/05 13:18:38 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:18:38 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/11/05 13:18:38 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2025/11/05 13:18:38 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:18:38 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/11/05 13:18:38 INFO : dir1/0002-cdefghi.txt: Copied (new) 2025/11/05 13:18:38 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:18:38 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/11/05 13:18:38 INFO : dir1/0003-defghij.txt: Copied (new) 2025/11/05 13:18:38 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:18:38 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/11/05 13:18:38 INFO : dir1/0000-abcdefg.txt: Copied (new) 2025/11/05 13:18:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:18:41 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/11/05 13:18:41 INFO : dir1/0004-efghijk.txt: Copied (new) 2025/11/05 13:18:42 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:18:42 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/11/05 13:18:42 INFO : dir1/0007-1234567.txt: Copied (new) 2025/11/05 13:18:42 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:18:42 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/11/05 13:18:42 INFO : dir1/0005-fghijkl.txt: Copied (new) 2025/11/05 13:18:42 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:18:42 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/11/05 13:18:42 INFO : dir1/0006-ghijklm.txt: Copied (new) 2025/11/05 13:18:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:18:45 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/11/05 13:18:45 INFO : dir1/0008-2345678.txt: Copied (new) 2025/11/05 13:18:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:18:46 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/11/05 13:18:46 INFO : dir1/0011-56789;.txt: Copied (new) 2025/11/05 13:18:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:18:46 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/11/05 13:18:46 INFO : dir1/0010-456789.txt: Copied (new) 2025/11/05 13:18:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:18:47 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/11/05 13:18:47 INFO : dir1/0009-3456789.txt: Copied (new) 2025/11/05 13:18:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:18:49 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/11/05 13:18:49 INFO : dir1/0012-6789;.txt: Copied (new) 2025/11/05 13:18:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:18:50 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/11/05 13:18:50 INFO : dir1/0014-89;=.txt: Copied (new) 2025/11/05 13:18:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:18:50 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/11/05 13:18:50 INFO : dir1/0013-789;=.txt: Copied (new) 2025/11/05 13:18:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:18:51 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/11/05 13:18:51 INFO : dir1/0015-9;=.txt: Copied (new) 2025/11/05 13:18:51 DEBUG : Waiting for deletions to finish 2025/11/05 13:18:52 INFO : appleappleapplebananaSUFFIX: Deleted 2025/11/05 13:18:52 INFO : bananaSUFFIX: Deleted 2025/11/05 13:18:52 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2025/11/05 13:18:52 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2025/11/05 13:18:52 INFO : splitbananasplitSUFFIX: Deleted 2025/11/05 13:18:52 INFO : appleSUFFIX: Deleted 2025/11/05 13:18:52 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2025/11/05 13:18:52 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2025/11/05 13:18:53 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2025/11/05 13:18:53 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2025/11/05 13:18:53 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2025/11/05 13:18:53 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2025/11/05 13:18:53 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2025/11/05 13:18:54 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2025/11/05 13:18:54 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2025/11/05 13:18:54 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2025/11/05 13:18:55 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2025/11/05 13:18:55 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2025/11/05 13:18:55 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2025/11/05 13:18:55 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2025/11/05 13:18:55 DEBUG : Waiting for deletions to finish 2025/11/05 13:18:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:18:56 DEBUG : Waiting for deletions to finish 2025/11/05 13:18:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:18:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txtSUFFIX.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txtSUFFIX.json" 2025/11/05 13:19:47 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" === RUN TestTransform/truncate run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:21:09 DEBUG : Waiting for deletions to finish 2025/11/05 13:21:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:21:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:21:32 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:32 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:32 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:32 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:33 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2025/11/05 13:21:33 DEBUG : apple: size = 5 OK 2025/11/05 13:21:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:33 DEBUG : apple: Unchanged skipping 2025/11/05 13:21:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:33 DEBUG : banana: size = 6 OK 2025/11/05 13:21:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:33 DEBUG : banana: Unchanged skipping 2025/11/05 13:21:33 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:21:33 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:33 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2025/11/05 13:21:33 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:33 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/11/05 13:21:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:33 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:21:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/11/05 13:21:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2025/11/05 13:21:34 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:21:34 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:21:37 DEBUG : appleapple: size = 21 OK 2025/11/05 13:21:37 DEBUG : appleappleapplebanana: md5 = 94b76edeb7d4c6e306af252cebead43e OK 2025/11/05 13:21:37 INFO : appleappleapplebanana: Copied (new) to: appleapple 2025/11/05 13:21:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:37 DEBUG : dir1/0001-bcdef: size = 21 OK 2025/11/05 13:21:37 DEBUG : dir1/0001-bcdefgh.txt: md5 = c168bcb35cccd9a0ec7a613639679cf5 OK 2025/11/05 13:21:37 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2025/11/05 13:21:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:37 DEBUG : splitbanan: size = 16 OK 2025/11/05 13:21:37 DEBUG : splitbananasplit: md5 = 27c35fcf7ec68aa031bd722ed934bf36 OK 2025/11/05 13:21:37 INFO : splitbananasplit: Copied (new) to: splitbanan 2025/11/05 13:21:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:37 DEBUG : dir1/0000-abcde: size = 21 OK 2025/11/05 13:21:37 DEBUG : dir1/0000-abcdefg.txt: md5 = 32014e12f1939c9fb9bbabb644565ae7 OK 2025/11/05 13:21:37 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2025/11/05 13:21:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:41 DEBUG : dir1/0005-fghij: size = 21 OK 2025/11/05 13:21:41 DEBUG : dir1/0005-fghijkl.txt: md5 = b33c91ea27412a5755a76848926e6436 OK 2025/11/05 13:21:41 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2025/11/05 13:21:41 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:41 DEBUG : dir1/0004-efghi: size = 21 OK 2025/11/05 13:21:41 DEBUG : dir1/0004-efghijk.txt: md5 = 1c9dc8720f90bdedf39ba55589928222 OK 2025/11/05 13:21:41 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2025/11/05 13:21:41 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:41 DEBUG : dir1/0002-cdefg: size = 21 OK 2025/11/05 13:21:41 DEBUG : dir1/0002-cdefghi.txt: md5 = 17c53a0e6ff16b7c350db7082f71bcf9 OK 2025/11/05 13:21:41 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2025/11/05 13:21:41 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:42 DEBUG : dir1/0003-defgh: size = 21 OK 2025/11/05 13:21:42 DEBUG : dir1/0003-defghij.txt: md5 = 913bf23774108a256310ca2b136c8366 OK 2025/11/05 13:21:42 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2025/11/05 13:21:42 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:45 DEBUG : dir1/0007-12345: size = 21 OK 2025/11/05 13:21:45 DEBUG : dir1/0007-1234567.txt: md5 = e25e7ab0e444f29ad1499d4f90a6dc62 OK 2025/11/05 13:21:45 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2025/11/05 13:21:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:45 DEBUG : dir1/0006-ghijk: size = 21 OK 2025/11/05 13:21:45 DEBUG : dir1/0006-ghijklm.txt: md5 = 2e234e55485e9e409e3356853b5c6304 OK 2025/11/05 13:21:45 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2025/11/05 13:21:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:45 DEBUG : dir1/0008-23456: size = 21 OK 2025/11/05 13:21:45 DEBUG : dir1/0008-2345678.txt: md5 = 177559f7d5956d83b2fe5eb0248fcb7d OK 2025/11/05 13:21:45 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2025/11/05 13:21:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:45 DEBUG : dir1/0009-34567: size = 21 OK 2025/11/05 13:21:45 DEBUG : dir1/0009-3456789.txt: md5 = 84cd33634526a475e45c63a52e5ee738 OK 2025/11/05 13:21:45 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2025/11/05 13:21:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:48 DEBUG : dir1/0011-56789: size = 20 OK 2025/11/05 13:21:48 DEBUG : dir1/0011-56789;.txt: md5 = b15678a188a1f2f98374ec301286b7eb OK 2025/11/05 13:21:48 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2025/11/05 13:21:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:48 DEBUG : dir1/0010-45678: size = 20 OK 2025/11/05 13:21:48 DEBUG : dir1/0010-456789.txt: md5 = 0b26b8e56f8da492c56d82fb2e728042 OK 2025/11/05 13:21:48 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2025/11/05 13:21:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:48 DEBUG : dir1/0012-6789;: size = 19 OK 2025/11/05 13:21:48 DEBUG : dir1/0012-6789;.txt: md5 = 4c6db28f66f5f3f66a1f124084298499 OK 2025/11/05 13:21:48 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2025/11/05 13:21:49 DEBUG : dir1/0013-789;=: size = 19 OK 2025/11/05 13:21:49 DEBUG : dir1/0013-789;=.txt: md5 = 24327f2babedd74ff42d9fa11e533865 OK 2025/11/05 13:21:49 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2025/11/05 13:21:52 DEBUG : dir1/0014-89;=.: size = 18 OK 2025/11/05 13:21:52 DEBUG : dir1/0014-89;=.txt: md5 = fa859f4cd37b9c44d92c41bce72d21a2 OK 2025/11/05 13:21:52 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2025/11/05 13:21:53 DEBUG : dir1/0015-9;=.t: size = 17 OK 2025/11/05 13:21:53 DEBUG : dir1/0015-9;=.txt: md5 = a876f217f40307fc0870c43ca460d520 OK 2025/11/05 13:21:53 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2025/11/05 13:21:53 DEBUG : Waiting for deletions to finish 2025/11/05 13:21:54 INFO : dir1/0006-ghijklm.txt: Deleted 2025/11/05 13:21:54 INFO : dir1/0009-3456789.txt: Deleted 2025/11/05 13:21:54 INFO : dir1/0005-fghijkl.txt: Deleted 2025/11/05 13:21:54 INFO : dir1/0008-2345678.txt: Deleted 2025/11/05 13:21:54 INFO : splitbananasplit: Deleted 2025/11/05 13:21:54 INFO : dir1/0002-cdefghi.txt: Deleted 2025/11/05 13:21:54 INFO : dir1/0001-bcdefgh.txt: Deleted 2025/11/05 13:21:55 INFO : dir1/0000-abcdefg.txt: Deleted 2025/11/05 13:21:55 INFO : dir1/0003-defghij.txt: Deleted 2025/11/05 13:21:55 INFO : dir1/0013-789;=.txt: Deleted 2025/11/05 13:21:55 INFO : dir1/0004-efghijk.txt: Deleted 2025/11/05 13:21:55 INFO : dir1/0014-89;=.txt: Deleted 2025/11/05 13:21:56 INFO : dir1/0010-456789.txt: Deleted 2025/11/05 13:21:56 INFO : dir1/0011-56789;.txt: Deleted 2025/11/05 13:21:56 INFO : appleappleapplebanana: Deleted 2025/11/05 13:21:56 INFO : dir1/0007-1234567.txt: Deleted 2025/11/05 13:21:57 INFO : dir1/0012-6789;.txt: Deleted 2025/11/05 13:21:57 INFO : dir1/0015-9;=.txt: Deleted 2025/11/05 13:21:57 DEBUG : Waiting for deletions to finish 2025/11/05 13:21:57 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : appleapple: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : splitbanan: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/11/05 13:21:57 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/11/05 13:21:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:21:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:21:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:21:58 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:21:58 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:21:58 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:21:58 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:21:58 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:21:58 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:21:58 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:21:58 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:21:58 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:21:58 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:21:58 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:21:58 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:21:58 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:21:58 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:21:58 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:21:58 DEBUG : dir1: Directory modification time the same (differ by -848.368µs, within tolerance 1ms) 2025/11/05 13:21:58 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:21:58 DEBUG : splitbanan: size = 16 OK 2025/11/05 13:21:58 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:58 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:21:58 DEBUG : apple: size = 5 OK 2025/11/05 13:21:58 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:58 DEBUG : apple: Unchanged skipping 2025/11/05 13:21:58 DEBUG : appleapple: size = 21 OK 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:58 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:21:58 DEBUG : banana: size = 6 OK 2025/11/05 13:21:58 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:58 DEBUG : banana: Unchanged skipping 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:58 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:58 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/11/05 13:21:58 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:58 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2025/11/05 13:21:59 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2025/11/05 13:21:59 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2025/11/05 13:21:59 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2025/11/05 13:21:59 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2025/11/05 13:21:59 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2025/11/05 13:21:59 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2025/11/05 13:21:59 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2025/11/05 13:21:59 DEBUG : dir1/0001-bcdef: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0002-cdefg: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0003-defgh: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0004-efghi: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0006-ghijk: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0007-12345: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2025/11/05 13:21:59 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2025/11/05 13:21:59 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2025/11/05 13:21:59 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2025/11/05 13:21:59 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2025/11/05 13:21:59 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2025/11/05 13:21:59 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2025/11/05 13:21:59 DEBUG : dir1/0005-fghij: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0008-23456: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0013-789;=: size = 19 OK 2025/11/05 13:21:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0014-89;=.: size = 18 OK 2025/11/05 13:21:59 DEBUG : dir1/0011-56789: size = 20 OK 2025/11/05 13:21:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2025/11/05 13:21:59 DEBUG : dir1/0015-9;=.t: size = 17 OK 2025/11/05 13:21:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:21:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0009-34567: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0010-45678: size = 20 OK 2025/11/05 13:21:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0012-6789;: size = 19 OK 2025/11/05 13:21:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : dir1/0000-abcde: size = 21 OK 2025/11/05 13:21:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:21:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:21:59 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:21:59 DEBUG : Waiting for deletions to finish 2025/11/05 13:21:59 DEBUG : Waiting for deletions to finish 2025/11/05 13:21:59 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : appleapple: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : splitbanan: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2025/11/05 13:21:59 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2025/11/05 13:22:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:22:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:22:01 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:22:01 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:22:01 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:22:01 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:22:01 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:22:01 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:22:01 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:22:01 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:22:01 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:22:01 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:22:01 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:22:01 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:22:01 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:22:01 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:22:01 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:22:01 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:22:01 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:22:01 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:22:01 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:22:01 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:22:01 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:22:01 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:22:01 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:22:01 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:22:01 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:22:01 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:22:01 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:22:01 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:22:01 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:22:01 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:22:01 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:22:01 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:22:01 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:22:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2025/11/05 13:22:01 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2025/11/05 13:22:01 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2025/11/05 13:22:01 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2025/11/05 13:22:01 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2025/11/05 13:22:01 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2025/11/05 13:22:01 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2025/11/05 13:22:01 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2025/11/05 13:22:01 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2025/11/05 13:22:01 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2025/11/05 13:22:01 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2025/11/05 13:22:01 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2025/11/05 13:22:01 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2025/11/05 13:22:01 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2025/11/05 13:22:01 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2025/11/05 13:22:01 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2025/11/05 13:22:01 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2025/11/05 13:22:01 DEBUG : splitbananasplit: transformed to: splitbanan 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0008-23456.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghi.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0010-45678.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghij.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.t.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0010-45678.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghi.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=..json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdef.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.t.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghij.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0009-34567.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijk.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefg.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0003-defgh.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcde.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0007-12345.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0008-23456.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdef.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcde.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0003-defgh.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=..bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0007-12345.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijk.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefg.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.json" 2025/11/05 13:22:31 DEBUG : dir1: Rmdir: contains trashed file: "0009-34567.json" === RUN TestTransform/encoder run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:23:50 DEBUG : Waiting for deletions to finish 2025/11/05 13:23:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:23:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:24:23 DEBUG : apple: size = 5 OK 2025/11/05 13:24:23 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:23 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:24:23 DEBUG : apple: Unchanged skipping 2025/11/05 13:24:23 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:23 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:24:23 DEBUG : banana: size = 6 OK 2025/11/05 13:24:23 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:23 DEBUG : banana: Unchanged skipping 2025/11/05 13:24:23 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:24:23 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:24:23 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:23 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:24:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:24:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:24:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:24:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:24:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:24:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:24:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:24:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:24:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:24:24 DEBUG : Waiting for deletions to finish 2025/11/05 13:24:24 DEBUG : Waiting for deletions to finish 2025/11/05 13:24:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:24:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:24:25 DEBUG : dir1: Directory modification time the same (differ by -883.29µs, within tolerance 1ms) 2025/11/05 13:24:25 DEBUG : apple: size = 5 OK 2025/11/05 13:24:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:25 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:24:25 DEBUG : apple: Unchanged skipping 2025/11/05 13:24:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:25 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:24:25 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:24:25 DEBUG : banana: size = 6 OK 2025/11/05 13:24:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:25 DEBUG : banana: Unchanged skipping 2025/11/05 13:24:25 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:24:26 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:24:26 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:24:26 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:24:26 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:24:26 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:24:26 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:24:26 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:24:26 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:24:26 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:24:26 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:24:26 DEBUG : Waiting for deletions to finish 2025/11/05 13:24:26 DEBUG : Waiting for deletions to finish 2025/11/05 13:24:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:24:27 DEBUG : Waiting for deletions to finish 2025/11/05 13:24:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:24:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:25:20 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" === RUN TestTransform/ISO-8859-1 run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:26:35 DEBUG : Waiting for deletions to finish 2025/11/05 13:26:36 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:26:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:26:57 DEBUG : apple: size = 5 OK 2025/11/05 13:26:57 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:57 DEBUG : apple: Unchanged skipping 2025/11/05 13:26:57 DEBUG : banana: size = 6 OK 2025/11/05 13:26:57 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:57 DEBUG : banana: Unchanged skipping 2025/11/05 13:26:57 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:26:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:57 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:26:58 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:26:58 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:26:58 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:26:58 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:26:58 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:26:58 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:26:58 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:26:58 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:26:58 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:26:58 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:26:58 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:26:58 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:26:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:26:58 DEBUG : Waiting for deletions to finish 2025/11/05 13:26:58 DEBUG : Waiting for deletions to finish 2025/11/05 13:26:59 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:26:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:27:00 DEBUG : dir1: Directory modification time the same (differ by -921.847µs, within tolerance 1ms) 2025/11/05 13:27:00 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:27:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:00 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:27:00 DEBUG : apple: size = 5 OK 2025/11/05 13:27:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:00 DEBUG : banana: size = 6 OK 2025/11/05 13:27:00 DEBUG : apple: Unchanged skipping 2025/11/05 13:27:00 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:27:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:00 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:27:00 DEBUG : banana: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:27:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:27:01 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:27:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:27:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:27:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:27:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:27:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:27:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:27:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:27:01 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:27:01 DEBUG : Waiting for deletions to finish 2025/11/05 13:27:01 DEBUG : Waiting for deletions to finish 2025/11/05 13:27:02 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:27:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:27:35 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" === RUN TestTransform/charmap run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:29:03 DEBUG : Waiting for deletions to finish 2025/11/05 13:29:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:29:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:29:24 DEBUG : apple: size = 5 OK 2025/11/05 13:29:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:24 DEBUG : apple: Unchanged skipping 2025/11/05 13:29:24 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:29:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:24 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:29:24 DEBUG : banana: size = 6 OK 2025/11/05 13:29:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:24 DEBUG : banana: Unchanged skipping 2025/11/05 13:29:25 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:29:25 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:29:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:29:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:29:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:29:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:29:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:29:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:29:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:29:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:29:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:29:25 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:29:25 DEBUG : Waiting for deletions to finish 2025/11/05 13:29:25 DEBUG : Waiting for deletions to finish 2025/11/05 13:29:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:29:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1: Directory modification time the same (differ by -957.277µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : apple: size = 5 OK 2025/11/05 13:29:27 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : apple: Unchanged skipping 2025/11/05 13:29:27 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:29:27 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:29:27 DEBUG : banana: size = 6 OK 2025/11/05 13:29:27 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : banana: Unchanged skipping 2025/11/05 13:29:27 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:29:27 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:29:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:29:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:29:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:29:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:29:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:29:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:29:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:29:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:29:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:29:27 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:29:27 DEBUG : Waiting for deletions to finish 2025/11/05 13:29:27 DEBUG : Waiting for deletions to finish 2025/11/05 13:29:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:29:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:30:03 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" === RUN TestTransform/lowercase run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:31:34 DEBUG : Waiting for deletions to finish 2025/11/05 13:31:35 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:31:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:32:01 DEBUG : apple: size = 5 OK 2025/11/05 13:32:01 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:32:01 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:01 DEBUG : banana: size = 6 OK 2025/11/05 13:32:01 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:01 DEBUG : apple: Unchanged skipping 2025/11/05 13:32:01 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:32:01 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:01 DEBUG : banana: Unchanged skipping 2025/11/05 13:32:02 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:32:02 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:32:02 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:32:02 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:32:02 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:32:02 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:32:02 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:32:02 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:32:02 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:32:02 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:32:02 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:02 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:32:02 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:32:02 DEBUG : Waiting for deletions to finish 2025/11/05 13:32:02 DEBUG : Waiting for deletions to finish 2025/11/05 13:32:03 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:32:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:32:04 DEBUG : dir1: Directory modification time the same (differ by -996.488µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : apple: size = 5 OK 2025/11/05 13:32:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : apple: Unchanged skipping 2025/11/05 13:32:04 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:32:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:32:04 DEBUG : banana: size = 6 OK 2025/11/05 13:32:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:32:04 DEBUG : banana: Unchanged skipping 2025/11/05 13:32:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:32:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:32:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:32:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:32:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:32:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:32:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:32:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:32:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:32:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:32:04 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:32:04 DEBUG : Waiting for deletions to finish 2025/11/05 13:32:04 DEBUG : Waiting for deletions to finish 2025/11/05 13:32:05 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:32:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:32:35 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" === RUN TestTransform/ascii run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:33:58 DEBUG : Waiting for deletions to finish 2025/11/05 13:33:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:33:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:34:21 DEBUG : apple: size = 5 OK 2025/11/05 13:34:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:21 DEBUG : apple: Unchanged skipping 2025/11/05 13:34:21 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:34:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:21 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:34:21 DEBUG : banana: size = 6 OK 2025/11/05 13:34:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:21 DEBUG : banana: Unchanged skipping 2025/11/05 13:34:22 INFO : dir1: Set directory modification time (using SetModTime) 2025/11/05 13:34:22 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:34:22 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:34:22 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:34:22 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:34:22 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:34:22 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:34:22 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:34:22 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:34:22 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:34:22 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:22 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:34:22 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:34:22 DEBUG : Waiting for deletions to finish 2025/11/05 13:34:22 DEBUG : Waiting for deletions to finish 2025/11/05 13:34:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:34:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:34:24 DEBUG : dir1: Directory modification time the same (differ by -33.363µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : appleappleapplebanana: size = 21 OK 2025/11/05 13:34:24 DEBUG : apple: size = 5 OK 2025/11/05 13:34:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : appleappleapplebanana: Unchanged skipping 2025/11/05 13:34:24 DEBUG : apple: Unchanged skipping 2025/11/05 13:34:24 DEBUG : splitbananasplit: size = 16 OK 2025/11/05 13:34:24 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : splitbananasplit: Unchanged skipping 2025/11/05 13:34:24 DEBUG : banana: size = 6 OK 2025/11/05 13:34:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : banana: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2025/11/05 13:34:24 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2025/11/05 13:34:24 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:34:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2025/11/05 13:34:24 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2025/11/05 13:34:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2025/11/05 13:34:24 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2025/11/05 13:34:24 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2025/11/05 13:34:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:34:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2025/11/05 13:34:24 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:34:24 DEBUG : Waiting for deletions to finish 2025/11/05 13:34:24 DEBUG : Waiting for deletions to finish 2025/11/05 13:34:25 DEBUG : splitbananasplit: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : apple: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : banana: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2025/11/05 13:34:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0008-2345678.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0011-56789;.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0012-6789;.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0006-ghijklm.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0009-3456789.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0005-fghijkl.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0003-defghij.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0014-89;=.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0002-cdefghi.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0013-789;=.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0004-efghijk.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0015-9;=.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0010-456789.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0001-bcdefgh.txt.bin" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0007-1234567.txt.json" 2025/11/05 13:34:57 DEBUG : dir1: Rmdir: contains trashed file: "0000-abcdefg.txt.json" --- PASS: TestTransform (1783.17s) --- PASS: TestTransform/NFC (144.29s) --- PASS: TestTransform/NFD (141.18s) --- PASS: TestTransform/base64 (166.04s) --- PASS: TestTransform/prefix (212.92s) --- PASS: TestTransform/suffix (208.44s) --- PASS: TestTransform/truncate (164.76s) --- PASS: TestTransform/encoder (168.65s) --- PASS: TestTransform/ISO-8859-1 (135.01s) --- PASS: TestTransform/charmap (148.07s) --- PASS: TestTransform/lowercase (151.46s) --- PASS: TestTransform/ascii (142.34s) === RUN TestTransformCopy run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:34:58 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/11/05 13:34:59 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/11/05 13:34:59 DEBUG : sub dir_somesuffix: Making directory with metadata 2025/11/05 13:35:00 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2025-11-05T13:34:58.932053522Z) 2025/11/05 13:35:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2025/11/05 13:35:00 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2025/11/05 13:35:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/11/05 13:35:00 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2025/11/05 13:35:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2025/11/05 13:35:00 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:35:00 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:35:04 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2025/11/05 13:35:04 DEBUG : sub dir/hello world.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:35:04 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2025/11/05 13:35:04 DEBUG : Waiting for deletions to finish 2025/11/05 13:35:08 DEBUG : sub dir_somesuffix: Rmdir: contains trashed file: "hello world_somesuffix.txt.json" 2025/11/05 13:35:08 DEBUG : sub dir_somesuffix: Rmdir: contains trashed file: "hello world_somesuffix.txt.bin" --- PASS: TestTransformCopy (10.14s) === RUN TestDoubleTransform run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:35:09 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:09 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:09 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:35:10 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:35:09.075056207Z) 2025/11/05 13:35:10 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:10 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:35:10 DEBUG : toe/toe: Need to transfer - File not found at Destination 2025/11/05 13:35:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:35:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:35:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:35:13 DEBUG : tictactoe/tictactoe: size = 11 OK 2025/11/05 13:35:13 DEBUG : toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:35:13 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2025/11/05 13:35:13 DEBUG : Waiting for deletions to finish 2025/11/05 13:35:16 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe.json" 2025/11/05 13:35:16 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe.bin" --- PASS: TestDoubleTransform (8.64s) === RUN TestFileTag run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:35:18 DEBUG : toe: Making directory with metadata 2025/11/05 13:35:18 INFO : toe: Made directory with metadata (mtime=2025-11-05T13:35:17.712058495Z) 2025/11/05 13:35:18 DEBUG : toe/toe: Making directory with metadata 2025/11/05 13:35:19 INFO : toe/toe: Made directory with metadata (mtime=2025-11-05T13:35:17.712058495Z) 2025/11/05 13:35:19 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:19 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/11/05 13:35:19 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/11/05 13:35:19 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/11/05 13:35:19 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:35:19 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:35:23 DEBUG : toe/toe/tictactoe: size = 11 OK 2025/11/05 13:35:23 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:35:23 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/11/05 13:35:23 DEBUG : Waiting for deletions to finish 2025/11/05 13:35:28 DEBUG : toe/toe: Rmdir: contains trashed file: "tictactoe.bin" 2025/11/05 13:35:28 DEBUG : toe/toe: Rmdir: contains trashed file: "tictactoe.json" 2025/11/05 13:35:29 DEBUG : toe: Rmdir: contains trashed file: "toe" --- PASS: TestFileTag (12.42s) === RUN TestNoTag run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:35:30 DEBUG : toe: Making directory with metadata 2025/11/05 13:35:31 INFO : toe: Made directory with metadata (mtime=2025-11-05T13:35:30.132061787Z) 2025/11/05 13:35:31 DEBUG : toe/toe: Making directory with metadata 2025/11/05 13:35:32 INFO : toe/toe: Made directory with metadata (mtime=2025-11-05T13:35:30.132061787Z) 2025/11/05 13:35:32 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:32 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/11/05 13:35:32 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/11/05 13:35:32 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2025/11/05 13:35:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:35:32 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:35:36 DEBUG : toe/toe/tictactoe: size = 11 OK 2025/11/05 13:35:36 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:35:36 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2025/11/05 13:35:36 DEBUG : Waiting for deletions to finish 2025/11/05 13:35:40 DEBUG : toe/toe: Rmdir: contains trashed file: "tictactoe.bin" 2025/11/05 13:35:40 DEBUG : toe/toe: Rmdir: contains trashed file: "tictactoe.json" 2025/11/05 13:35:41 DEBUG : toe: Rmdir: contains trashed file: "toe" --- PASS: TestNoTag (12.45s) === RUN TestDirTag run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:35:42 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:35:42 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:35:42 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:42 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:42 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:42 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:42 DEBUG : tictacempty_dir: Making directory with metadata 2025/11/05 13:35:43 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:35:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:43 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:43 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:43 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:35:44 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:35:42.583065097Z) 2025/11/05 13:35:44 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:44 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:35:44 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/11/05 13:35:45 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-11-05T13:35:42.583065097Z) 2025/11/05 13:35:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:35:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/11/05 13:35:45 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:35:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/11/05 13:35:45 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:35:45 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:35:48 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2025/11/05 13:35:48 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:35:48 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/11/05 13:35:48 DEBUG : Waiting for deletions to finish 2025/11/05 13:35:52 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "toe.txt.bin" 2025/11/05 13:35:52 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "toe.txt.json" 2025/11/05 13:35:53 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe" --- PASS: TestDirTag (12.59s) === RUN TestAllTag run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:35:55 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:35:55 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:35:55 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:55 DEBUG : tictacempty_dir: Making directory with metadata 2025/11/05 13:35:56 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:35:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:35:56 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:56 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:56 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:35:57 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:35:55.177068446Z) 2025/11/05 13:35:57 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:57 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:35:57 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:35:57 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/11/05 13:35:58 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-11-05T13:35:55.177068446Z) 2025/11/05 13:35:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:35:58 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/05 13:35:58 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:35:58 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:35:58 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:35:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:35:58 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:36:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:36:02 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:36:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:02 DEBUG : Waiting for deletions to finish 2025/11/05 13:36:03 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:36:03 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:03 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:03 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:04 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/05 13:36:04 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:36:05 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:36:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK 2025/11/05 13:36:05 NOTICE: Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: 0 differences found 2025/11/05 13:36:05 NOTICE: Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: 1 matching files 2025/11/05 13:36:07 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "tictactoe.txt.bin" 2025/11/05 13:36:07 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "tictactoe.txt.json" 2025/11/05 13:36:08 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe" --- PASS: TestAllTag (14.68s) === RUN TestRunTwice run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:36:09 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:10 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:10 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:36:10 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:36:09.856072354Z) 2025/11/05 13:36:10 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:10 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:10 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:10 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/11/05 13:36:11 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-11-05T13:36:09.856072354Z) 2025/11/05 13:36:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/11/05 13:36:11 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:36:11 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/11/05 13:36:11 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:36:11 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:36:15 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2025/11/05 13:36:15 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:36:15 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2025/11/05 13:36:15 DEBUG : Waiting for deletions to finish 2025/11/05 13:36:17 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:17 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:17 DEBUG : tictactoe: Directory modification time the same (differ by -72.354µs, within tolerance 1ms) 2025/11/05 13:36:17 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:18 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -72.354µs, within tolerance 1ms) 2025/11/05 13:36:18 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2025/11/05 13:36:18 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/11/05 13:36:18 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:36:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2025/11/05 13:36:18 DEBUG : toe/toe/toe.txt: Unchanged skipping 2025/11/05 13:36:18 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:36:18 DEBUG : Waiting for deletions to finish 2025/11/05 13:36:23 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "toe.txt.bin" 2025/11/05 13:36:23 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "toe.txt.json" 2025/11/05 13:36:23 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe" --- PASS: TestRunTwice (14.84s) === RUN TestSyntax 2025/11/05 13:36:24 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:36:24 DEBUG : toe: Making directory with metadata 2025/11/05 13:36:26 INFO : toe: Made directory with metadata (mtime=2025-11-05T13:36:24.696076309Z) 2025/11/05 13:36:26 DEBUG : toe/toe: Making directory with metadata 2025/11/05 13:36:26 INFO : toe/toe: Made directory with metadata (mtime=2025-11-05T13:36:24.696076309Z) 2025/11/05 13:36:26 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/11/05 13:36:26 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:36:26 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:36:30 DEBUG : toe/toe/toe: size = 11 OK 2025/11/05 13:36:30 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:36:30 INFO : toe/toe/toe: Copied (new) 2025/11/05 13:36:30 DEBUG : Waiting for deletions to finish 2025/11/05 13:36:34 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.json" 2025/11/05 13:36:34 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.bin" 2025/11/05 13:36:35 DEBUG : toe: Rmdir: contains trashed file: "toe" --- PASS: TestConflicting (11.71s) === RUN TestMove run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:36:36 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:36:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:36:36 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:36 DEBUG : tictacempty_dir: Making directory with metadata 2025/11/05 13:36:37 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:36:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:37 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:37 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:37 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:36:38 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:36:36.402079431Z) 2025/11/05 13:36:38 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:38 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:38 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/11/05 13:36:39 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-11-05T13:36:36.402079431Z) 2025/11/05 13:36:39 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:39 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/05 13:36:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:39 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:36:39 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:36:39 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:36:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:39 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:42 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:36:42 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:36:42 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:42 INFO : toe/toe/toe.txt: Deleted 2025/11/05 13:36:42 INFO : toe/toe: Removing directory 2025/11/05 13:36:42 INFO : toe: Removing directory 2025/11/05 13:36:42 INFO : empty_dir: Removing directory 2025/11/05 13:36:42 DEBUG : Local file system at /tmp/rclone3599667924: deleted 3 directories 2025/11/05 13:36:46 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "tictactoe.txt.bin" 2025/11/05 13:36:46 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "tictactoe.txt.json" 2025/11/05 13:36:47 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe" --- PASS: TestMove (12.92s) === RUN TestTransformFile run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:36:49 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:36:49 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:36:49 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:49 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:49 DEBUG : tictacempty_dir: Making directory with metadata 2025/11/05 13:36:50 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:36:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:36:50 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:50 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:50 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:36:51 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:36:49.325082881Z) 2025/11/05 13:36:51 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:51 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:36:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:51 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/11/05 13:36:52 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-11-05T13:36:49.325082881Z) 2025/11/05 13:36:52 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:36:52 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/05 13:36:52 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:52 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:36:52 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:52 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:52 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:36:52 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:36:55 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:36:55 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:36:55 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:36:55 INFO : toe/toe/toe.txt: Deleted 2025/11/05 13:36:55 INFO : toe/toe: Removing directory 2025/11/05 13:36:55 INFO : toe: Removing directory 2025/11/05 13:36:55 INFO : empty_dir: Removing directory 2025/11/05 13:36:55 DEBUG : Local file system at /tmp/rclone3599667924: deleted 3 directories 2025/11/05 13:37:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:37:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 13:37:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/05 13:37:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/05 13:37:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/05 13:37:05 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt 2025/11/05 13:37:09 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.txt.bin" 2025/11/05 13:37:09 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.txt.json" 2025/11/05 13:37:10 DEBUG : toe: Rmdir: contains trashed file: "toe" 2025/11/05 13:37:12 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe" --- PASS: TestTransformFile (24.73s) === RUN TestManualTransformFile run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:37:14 DEBUG : Reset feature "Copy" 2025/11/05 13:37:14 DEBUG : Reset feature "Move" 2025/11/05 13:37:14 DEBUG : Reset feature "Copy" 2025/11/05 13:37:14 DEBUG : Reset feature "Move" 2025/11/05 13:37:14 DEBUG : empty_dir: Making directory with metadata 2025/11/05 13:37:14 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:37:14 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:37:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:37:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:37:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:37:14 DEBUG : tictacempty_dir: Making directory with metadata 2025/11/05 13:37:15 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/05 13:37:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2025/11/05 13:37:15 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:37:15 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:37:15 DEBUG : tictactoe: Making directory with metadata 2025/11/05 13:37:16 INFO : tictactoe: Made directory with metadata (mtime=2025-11-05T13:37:14.059089495Z) 2025/11/05 13:37:16 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:37:16 DEBUG : toe: transformed to: tictactoe 2025/11/05 13:37:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:37:16 DEBUG : tictactoe/tictactoe: Making directory with metadata 2025/11/05 13:37:17 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2025-11-05T13:37:14.059089495Z) 2025/11/05 13:37:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2025/11/05 13:37:17 DEBUG : toe.txt: transformed to: tictactoe.txt 2025/11/05 13:37:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:37:17 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:37:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:37:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:37:17 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:37:17 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:37:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:37:21 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:37:21 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2025/11/05 13:37:21 INFO : toe/toe/toe.txt: Deleted 2025/11/05 13:37:21 INFO : toe/toe: Removing directory 2025/11/05 13:37:21 INFO : toe: Removing directory 2025/11/05 13:37:21 INFO : empty_dir: Removing directory 2025/11/05 13:37:21 DEBUG : Local file system at /tmp/rclone3599667924: deleted 3 directories 2025/11/05 13:37:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2025/11/05 13:37:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/11/05 13:37:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/05 13:37:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/05 13:37:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2025/11/05 13:37:32 DEBUG : toe/toe/toe.txt: size = 11 OK 2025/11/05 13:37:32 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:37:32 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2025/11/05 13:37:33 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted 2025/11/05 13:37:38 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.txt.json" 2025/11/05 13:37:38 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.txt.bin" 2025/11/05 13:37:38 DEBUG : toe: Rmdir: contains trashed file: "toe" 2025/11/05 13:37:39 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "tictactoe.txt.json" 2025/11/05 13:37:39 DEBUG : tictactoe/tictactoe: Rmdir: contains trashed file: "tictactoe.txt.bin" 2025/11/05 13:37:40 DEBUG : tictactoe: Rmdir: contains trashed file: "tictactoe" --- PASS: TestManualTransformFile (28.28s) === RUN TestBase64 run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:37:42 DEBUG : toe: transformed to: dG9l 2025/11/05 13:37:42 DEBUG : toe: transformed to: dG9l 2025/11/05 13:37:42 DEBUG : dG9l: Making directory with metadata 2025/11/05 13:37:43 INFO : dG9l: Made directory with metadata (mtime=2025-11-05T13:37:42.336097071Z) 2025/11/05 13:37:43 DEBUG : toe: transformed to: dG9l 2025/11/05 13:37:43 DEBUG : toe: transformed to: dG9l 2025/11/05 13:37:43 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/11/05 13:37:43 DEBUG : dG9l/dG9l: Making directory with metadata 2025/11/05 13:37:44 INFO : dG9l/dG9l: Made directory with metadata (mtime=2025-11-05T13:37:42.336097071Z) 2025/11/05 13:37:44 DEBUG : toe/toe: transformed to: dG9l/dG9l 2025/11/05 13:37:44 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2025/11/05 13:37:44 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/11/05 13:37:44 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2025/11/05 13:37:44 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2025/11/05 13:37:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:37:44 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:37:47 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2025/11/05 13:37:47 DEBUG : toe/toe/toe.txt: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:37:47 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2025/11/05 13:37:47 DEBUG : Waiting for deletions to finish 2025/11/05 13:37:50 DEBUG : dG9l: transformed to: toe 2025/11/05 13:37:50 DEBUG : dG9l: transformed to: toe 2025/11/05 13:37:50 DEBUG : toe: Directory modification time the same (differ by 97.071µs, within tolerance 1ms) 2025/11/05 13:37:50 DEBUG : Added delayed dir = "toe", newDst=toe 2025/11/05 13:37:50 DEBUG : dG9l: transformed to: toe 2025/11/05 13:37:50 DEBUG : dG9l/dG9l: transformed to: toe/toe 2025/11/05 13:37:50 DEBUG : toe/toe: Directory modification time the same (differ by 97.071µs, within tolerance 1ms) 2025/11/05 13:37:50 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2025/11/05 13:37:50 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2025/11/05 13:37:50 DEBUG : toe/toe/toe.txt: size = 11 OK 2025/11/05 13:37:50 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2025/11/05 13:37:50 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for checks to finish 2025/11/05 13:37:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2025/11/05 13:37:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2025/11/05 13:37:51 DEBUG : Local file system at /tmp/rclone3599667924: Waiting for transfers to finish 2025/11/05 13:37:51 DEBUG : Waiting for deletions to finish 2025/11/05 13:37:55 DEBUG : dG9l/dG9l: Rmdir: contains trashed file: "dG9lLnR4dA==.bin" 2025/11/05 13:37:55 DEBUG : dG9l/dG9l: Rmdir: contains trashed file: "dG9lLnR4dA==.json" 2025/11/05 13:37:56 DEBUG : dG9l: Rmdir: contains trashed file: "dG9l" --- PASS: TestBase64 (15.34s) === RUN TestError run.go:185: Remote "Compressed: TestCompressDrive:rclone-test-qafuwas5rosu", Local "Local file system at /tmp/rclone3599667924", Modify Window "1ms" 2025/11/05 13:37:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:37:57 DEBUG : toe: transformed to: 2025/11/05 13:37:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:37:57 DEBUG : toe: transformed to: 2025/11/05 13:37:57 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Making directory with metadata 2025/11/05 13:37:58 INFO : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Made directory with metadata (mtime=2025-11-05T13:37:57.671101184Z) 2025/11/05 13:37:58 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:37:58 DEBUG : toe: transformed to: 2025/11/05 13:37:58 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:37:58 DEBUG : toe: transformed to: 2025/11/05 13:37:58 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:37:58 DEBUG : toe/toe: transformed to: 2025/11/05 13:37:58 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/11/05 13:37:58 DEBUG : toe/toe: Making directory with metadata 2025/11/05 13:38:00 INFO : toe/toe: Made directory with metadata (mtime=2025-11-05T13:37:57.671101184Z) 2025/11/05 13:38:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:38:00 DEBUG : toe/toe: transformed to: 2025/11/05 13:38:00 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2025/11/05 13:38:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:38:00 DEBUG : toe: transformed to: 2025/11/05 13:38:00 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2025/11/05 13:38:00 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2025/11/05 13:38:00 DEBUG : toe/toe/toe: transformed to: 2025/11/05 13:38:00 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2025/11/05 13:38:00 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for checks to finish 2025/11/05 13:38:00 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Waiting for transfers to finish 2025/11/05 13:38:04 DEBUG : toe/toe/toe: size = 11 OK 2025/11/05 13:38:04 DEBUG : toe/toe/toe: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/05 13:38:04 INFO : toe/toe/toe: Copied (new) 2025/11/05 13:38:04 ERROR : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: not deleting files as there were IO errors 2025/11/05 13:38:04 ERROR : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: not deleting directories as there were IO errors 2025/11/05 13:38:08 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.bin" 2025/11/05 13:38:08 DEBUG : toe/toe: Rmdir: contains trashed file: "toe.json" 2025/11/05 13:38:09 DEBUG : toe: Rmdir: contains trashed file: "toe" --- PASS: TestError (12.47s) PASS 2025/11/05 13:38:10 DEBUG : Compressed: TestCompressDrive:rclone-test-qafuwas5rosu: Purge remote "./sync.test -test.v -test.timeout 2h0m0s -remote TestCompressDrive: -verbose" - Finished OK in 1h17m3.247682359s (try 1/5)