"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2026/08/04 01:11:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego" 2026/08/04 01:11:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/04 01:11:44 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600" 2026/08/04 01:11:45 DEBUG : Creating backend with remote "/tmp/rclone3412067458" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === 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:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:11:46 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:11:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:11:46 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/04 01:11:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:11:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:11:46 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.71s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:11:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:11:47 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:11:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:11:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:11:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:11:49 DEBUG : sub dir/hello world: md5 = f7c11b42dd591f9aee258666bc86ed94 OK 2026/08/04 01:11:49 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:11:49 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:11:50 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (5.55s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:11:52 DEBUG : metadata sub dir: Making directory with metadata 2026/08/04 01:11:52 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:11:52 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/04 01:11:52 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:11:52 DEBUG : Local file system at /tmp/rclone3412067458: File to upload is small (21 bytes), uploading instead of streaming 2026/08/04 01:11:52 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/04 01:11:52 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/04 01:11:52 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/04 01:11:52 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:11:53 DEBUG : Google drive root 'crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600': Skipping btime metadata as can't update it on an existing file: 2026-08-04T01:11:52.991541968Z 2026/08/04 01:11:53 INFO : empty metadata sub dir: Updated directory metadata 2026/08/04 01:11:54 DEBUG : Google drive root 'crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600': Skipping btime metadata as can't update it on an existing file: 2026-08-04T01:11:52.990541955Z 2026/08/04 01:11:54 INFO : metadata sub dir: Updated directory metadata 2026/08/04 01:11:54 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/04 01:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:11:56 DEBUG : metadata sub dir/hello metadata world: md5 = 151cfd841c3443d0331d82f5dbba99e5 OK 2026/08/04 01:11:56 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/04 01:11:56 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.58s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:00 DEBUG : metadata sub dir: Making directory with metadata 2026/08/04 01:12:00 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:00 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/04 01:12:00 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:00 DEBUG : Local file system at /tmp/rclone3412067458: File to upload is small (21 bytes), uploading instead of streaming 2026/08/04 01:12:00 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/04 01:12:00 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/04 01:12:00 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/04 01:12:00 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:12:00 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/04 01:12:00 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/04 01:12:00 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/04 01:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:02 DEBUG : metadata sub dir/hello metadata world: md5 = 1763f00ea893f2e5e5386d124f85aace OK 2026/08/04 01:12:02 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/04 01:12:02 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/04 01:12:02 DEBUG : Google drive root 'crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600': Skipping btime metadata as can't update it on an existing file: 2026-08-04T01:12:00.570638261Z 2026/08/04 01:12:03 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.65s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:07 DEBUG : Creating backend with remote "/non-existing" 2026/08/04 01:12:07 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/04 01:12:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.70s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:07 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:12:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:10 DEBUG : sub dir/hello world: md5 = ebbf300bd2e679a33bde21ca67e5c4ce OK 2026/08/04 01:12:10 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:10 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:12:10 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.34s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.51s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Running all checks before starting transfers 2026/08/04 01:12:13 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:12:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Checks finished, now starting transfers 2026/08/04 01:12:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:16 DEBUG : sub dir/hello world: md5 = 971e5a11fc87c85bd3b0467a9e1de9de OK 2026/08/04 01:12:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:16 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:12:16 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.26s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:19 ERROR : Ignoring --no-traverse with sync 2026/08/04 01:12:19 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:12:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:21 DEBUG : sub dir/hello world: md5 = a8ff5e81aeea830853e83665907c0498 OK 2026/08/04 01:12:21 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:21 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:12:21 DEBUG : Waiting for deletions to finish 2026/08/04 01:12:21 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.32s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:24 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/04 01:12:24 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:12:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:26 DEBUG : hello world2: md5 = bb233a878ef3400e814a2dfdb1603702 OK 2026/08/04 01:12:26 DEBUG : hello world2: size = 12 OK 2026/08/04 01:12:26 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.91s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:12:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:29 DEBUG : potato2: md5 = 3c7d31b001cf4784ea905c66053b2f4b OK 2026/08/04 01:12:29 DEBUG : potato2: size = 11 OK 2026/08/04 01:12:29 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.89s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:30 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:12:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:31 DEBUG : potato2: md5 = a08cde663d0890147f2a5510a1076789 OK 2026/08/04 01:12:31 DEBUG : potato2: size = 11 OK 2026/08/04 01:12:31 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (2.87s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:33 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/04 01:12:33 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:12:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:12:33 DEBUG : sub dir2: Making directory with metadata 2026/08/04 01:12:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:33 DEBUG : sub dir: Making directory with metadata 2026/08/04 01:12:34 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:12:34 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/04 01:12:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:35 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:36 DEBUG : sub dir/hello world: md5 = 313d1b421cf4a3c304774cbf7e9ad25f OK 2026/08/04 01:12:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:36 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (8.36s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:41 INFO : sub dir2: Making directory 2026/08/04 01:12:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/04 01:12:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:41 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/04 01:12:41 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:12:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:41 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/04 01:12:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:43 DEBUG : sub dir/hello world: md5 = f8aac585ef4dc2c93c37d553b6396f21 OK 2026/08/04 01:12:43 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:43 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:12:44 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (5.23s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:46 DEBUG : sub dir2: Making directory with metadata 2026/08/04 01:12:46 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:46 DEBUG : sub dir2: Making directory with metadata 2026/08/04 01:12:47 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:12:47 DEBUG : sub dir: Making directory with metadata 2026/08/04 01:12:48 INFO : sub dir: Made directory with metadata (mtime=2026-08-04T01:12:46.598223103Z) 2026/08/04 01:12:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:50 DEBUG : sub dir/hello world: md5 = 3596806047b39ab5c7fb0d4d5e3360df OK 2026/08/04 01:12:50 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:50 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:12:50 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (7.03s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:53 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/04 01:12:53 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:12:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.77s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:12:57 INFO : sub dir2: Making directory 2026/08/04 01:12:57 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/04 01:12:57 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:12:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:12:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:12:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:12:59 DEBUG : sub dir/hello world: md5 = 9531162f575256dc76efb893d7e988c5 OK 2026/08/04 01:12:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:12:59 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:12:59 INFO : sub dir/hello world: Deleted 2026/08/04 01:13:00 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.36s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:13:02 DEBUG : sub dir2: Making directory with metadata 2026/08/04 01:13:02 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:13:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:13:02 DEBUG : sub dir2: Making directory with metadata 2026/08/04 01:13:03 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:13:03 DEBUG : sub dir: Making directory with metadata 2026/08/04 01:13:04 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:13:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:13:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:13:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:13:06 DEBUG : sub dir/hello world: md5 = 1c9e52a8587bb7d54110b16382b17a27 OK 2026/08/04 01:13:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:13:06 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:13:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (7.72s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.48s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:13:10 INFO : sub dir2: Making directory 2026/08/04 01:13:11 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/04 01:13:11 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:13:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:13:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:13:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:13:13 DEBUG : sub dir/hello world: md5 = d02df599fc640f563ae514393096f00a OK 2026/08/04 01:13:13 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:13:13 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:13:13 DEBUG : Waiting for deletions to finish 2026/08/04 01:13:13 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.40s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:13:18 DEBUG : sub dir/hello world: md5 = cdb93866171cfbe47fa982d600de0383 OK 2026/08/04 01:13:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-milugog7caxo" 2026/08/04 01:13:19 DEBUG : Creating backend with remote "TestDrive:crypt/rsrsgqurs2a4pv898s6knfaq2lhaq0mcud2060t0g5n68subs650" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego' -> Encrypted drive 'TestCryptDrive:rclone-test-milugog7caxo' 2026/08/04 01:13:20 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:13:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:13:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-milugog7caxo': Waiting for checks to finish 2026/08/04 01:13:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-milugog7caxo': Waiting for transfers to finish 2026/08/04 01:13:23 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:13:23 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/04 01:13:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:13:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-milugog7caxo': Purge remote --- PASS: TestServerSideCopy (10.39s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:13:29 DEBUG : sub dir/hello world: md5 = 5adf0a1337db0e4d1c91defa82c7f057 OK 2026/08/04 01:13:30 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/04 01:13:30 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/04 01:13:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:13:30 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:13:30 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:13:30 DEBUG : sub dir/hello world: Sizes differ 2026/08/04 01:13:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:13:31 DEBUG : sub dir/hello world: md5 = 82e40d9bb660013d2d7be8ee8698ff85 OK 2026/08/04 01:13:31 DEBUG : sub dir/hello world: size = 17 OK 2026/08/04 01:13:31 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/04 01:13:32 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (8.04s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:13:37 DEBUG : sub dir/hello world: md5 = 027c033fd685feabdb86d4d6053dd0a1 OK 2026/08/04 01:13:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mosumoh2taze" 2026/08/04 01:13:37 DEBUG : Creating backend with remote "TestDrive:crypt/35i42mia255tdqh32q9ifsr83tsa6o9mut5daklap2ci00d3o6i0" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego' -> Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze' 2026/08/04 01:13:39 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:13:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:13:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze': Waiting for checks to finish 2026/08/04 01:13:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze': Waiting for transfers to finish 2026/08/04 01:13:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:13:41 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/04 01:13:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:13:44 DEBUG : sub dir/hello world: md5 = 66f0f4341cedfb3ed7511deb6b19ccf5 OK 2026/08/04 01:13:45 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:13:45 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/04 01:13:45 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:13:45 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze') 2026/08/04 01:13:45 DEBUG : sub dir/hello world: Sizes differ 2026/08/04 01:13:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze': Waiting for checks to finish 2026/08/04 01:13:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze': Waiting for transfers to finish 2026/08/04 01:13:46 DEBUG : sub dir/hello world: size = 17 OK 2026/08/04 01:13:46 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/04 01:13:47 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/04 01:13:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mosumoh2taze': Purge remote --- PASS: TestServerSideCopyOverSelf (15.48s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:13:52 DEBUG : sub dir/hello world: md5 = 5f4bc426cdd482dbebe3c8fe3ea567a4 OK 2026/08/04 01:13:53 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/04 01:13:53 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/04 01:13:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:13:54 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:13:54 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:13:54 DEBUG : sub dir/hello world: Sizes differ 2026/08/04 01:13:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:13:55 DEBUG : sub dir/hello world: md5 = c5b65aecb4c386f3a5d6843e48b426e2 OK 2026/08/04 01:13:55 DEBUG : sub dir/hello world: size = 17 OK 2026/08/04 01:13:55 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/04 01:13:55 INFO : sub dir/hello world: Deleted 2026/08/04 01:13:55 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (7.59s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:00 DEBUG : sub dir/hello world: md5 = 9eb2d8636ed2640df474f5ec94dad63c OK 2026/08/04 01:14:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wakufaq2deyo" 2026/08/04 01:14:00 DEBUG : Creating backend with remote "TestDrive:crypt/ofuseqjg1uankg5plaqhales2a3j7p66oa5n11je9kkm0f43qvig" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego' -> Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo' 2026/08/04 01:14:01 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:14:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:14:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Waiting for checks to finish 2026/08/04 01:14:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Waiting for transfers to finish 2026/08/04 01:14:05 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:14:05 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/04 01:14:05 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:14:07 DEBUG : sub dir/hello world: md5 = 05491a413171ee9c6920c31e30c2dae9 OK 2026/08/04 01:14:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Using server-side directory move 2026/08/04 01:14:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/04 01:14:08 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:14:08 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/04 01:14:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Waiting for checks to finish 2026/08/04 01:14:08 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:14:08 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo') 2026/08/04 01:14:08 DEBUG : sub dir/hello world: Sizes differ 2026/08/04 01:14:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Waiting for transfers to finish 2026/08/04 01:14:09 INFO : sub dir/hello world: Deleted 2026/08/04 01:14:09 INFO : sub dir/hello world: Moved (server-side) 2026/08/04 01:14:10 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/04 01:14:12 DEBUG : sub dir/hello world: md5 = 3cb43b209f4cf9c224254adc2f625f3b OK 2026/08/04 01:14:13 DEBUG : testing file moves 2026/08/04 01:14:13 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:14:13 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/04 01:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Waiting for checks to finish 2026/08/04 01:14:13 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:14:13 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo') 2026/08/04 01:14:13 DEBUG : sub dir/hello world: Sizes differ 2026/08/04 01:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Waiting for transfers to finish 2026/08/04 01:14:14 INFO : sub dir/hello world: Deleted 2026/08/04 01:14:14 INFO : sub dir/hello world: Moved (server-side) 2026/08/04 01:14:15 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/04 01:14:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wakufaq2deyo': Purge remote --- PASS: TestServerSideMoveOverSelf (20.12s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:20 DEBUG : sub dir/hello world: md5 = 334a60ca371b199edb88a20e256b02ed OK 2026/08/04 01:14:20 ERROR : error listing: directory not found 2026/08/04 01:14:20 INFO : Local file system at /tmp/rclone3412067458: Making directory 2026/08/04 01:14:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.50s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:25 DEBUG : sub dir/hello world: md5 = ec4679ca10f42327a556ec83d7926ca7 OK 2026/08/04 01:14:26 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:14:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:14:26 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for checks to finish 2026/08/04 01:14:26 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for transfers to finish 2026/08/04 01:14:27 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/04 01:14:27 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/04 01:14:27 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:14:27 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (6.05s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:29 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/04 01:14:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:31 DEBUG : check sum: md5 = de54993e32bfa7ceb4186337598352c0 OK 2026/08/04 01:14:31 DEBUG : check sum: size = 1 OK 2026/08/04 01:14:31 INFO : check sum: Copied (new) 2026/08/04 01:14:31 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:31 DEBUG : check sum: size = 1 OK 2026/08/04 01:14:31 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/04 01:14:31 DEBUG : check sum: Size of src and dst objects identical 2026/08/04 01:14:31 DEBUG : check sum: Unchanged skipping 2026/08/04 01:14:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:31 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:31 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.44s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:33 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/04 01:14:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:34 DEBUG : sizeonly: md5 = 3ade9e789f6387e857342d2010fdf4bd OK 2026/08/04 01:14:34 DEBUG : sizeonly: size = 6 OK 2026/08/04 01:14:34 INFO : sizeonly: Copied (new) 2026/08/04 01:14:34 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:35 DEBUG : sizeonly: size = 6 OK 2026/08/04 01:14:35 DEBUG : sizeonly: Sizes identical 2026/08/04 01:14:35 DEBUG : sizeonly: Unchanged skipping 2026/08/04 01:14:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:35 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:35 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.40s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:36 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/04 01:14:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:38 DEBUG : ignore-size: md5 = b24e92685b7cf9892815091c3795a27a OK 2026/08/04 01:14:38 INFO : ignore-size: Copied (new) 2026/08/04 01:14:38 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:38 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:14:38 DEBUG : ignore-size: Unchanged skipping 2026/08/04 01:14:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:38 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:38 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.39s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:41 DEBUG : existing: md5 = f2ddd398db39021404c0fc297a7b3a42 OK 2026/08/04 01:14:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:41 DEBUG : existing: size = 6 OK 2026/08/04 01:14:41 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:14:41 DEBUG : existing: Unchanged skipping 2026/08/04 01:14:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:41 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:41 INFO : There was nothing to transfer 2026/08/04 01:14:41 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/04 01:14:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:43 DEBUG : existing: md5 = 9b32c3633cb8980df9e897c7662636db OK 2026/08/04 01:14:43 DEBUG : existing: size = 6 OK 2026/08/04 01:14:43 INFO : existing: Copied (replaced existing) 2026/08/04 01:14:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.58s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:44 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/04 01:14:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:45 DEBUG : existing: md5 = 28d3907b3309a25f2a3076467f40c158 OK 2026/08/04 01:14:45 DEBUG : existing: size = 6 OK 2026/08/04 01:14:45 INFO : existing: Copied (new) 2026/08/04 01:14:45 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:46 DEBUG : existing: Destination exists, skipping 2026/08/04 01:14:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:46 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:46 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.48s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:14:50 DEBUG : b/potato: md5 = 8bfab7a8f2d605e4e956ad9b05856105 OK 2026/08/04 01:14:52 DEBUG : c/non empty space: md5 = e2f1509c676f6096e93cfe8b866dd794 OK 2026/08/04 01:14:52 INFO : d: Making directory 2026/08/04 01:14:54 DEBUG : Added delayed dir = "a", newDst= 2026/08/04 01:14:54 INFO : c: Set directory modification time (using SetModTime) 2026/08/04 01:14:54 DEBUG : Added delayed dir = "c", newDst=c 2026/08/04 01:14:54 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/04 01:14:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:14:55 DEBUG : c/non empty space: size = 5 OK 2026/08/04 01:14:55 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:14:55 DEBUG : c/non empty space: Unchanged skipping 2026/08/04 01:14:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:14:56 DEBUG : a/potato2: md5 = 732c2b80450a24c82972491b0f105a2a OK 2026/08/04 01:14:56 DEBUG : a/potato2: size = 60 OK 2026/08/04 01:14:56 INFO : a/potato2: Copied (new) 2026/08/04 01:14:56 DEBUG : Waiting for deletions to finish 2026/08/04 01:14:57 INFO : b/potato: Deleted 2026/08/04 01:14:57 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/04 01:14:57 INFO : d: Removing directory 2026/08/04 01:14:58 INFO : b: Removing directory 2026/08/04 01:14:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': deleted 2 directories --- PASS: TestSyncIgnoreErrors (14.65s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:04 DEBUG : empty space: md5 = 3479f2d904724c043df93d499b65ea76 OK 2026/08/04 01:15:04 DEBUG : empty space: size = 1 OK 2026/08/04 01:15:04 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 2026/08/04 01:15:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:04 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/04 01:15:04 DEBUG : Waiting for deletions to finish 2026/08/04 01:15:05 DEBUG : empty space: size = 1 OK 2026/08/04 01:15:05 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 2026/08/04 01:15:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:06 DEBUG : empty space: md5 = 1e613273a373fd23d4b196110c027760 OK 2026/08/04 01:15:06 DEBUG : empty space: size = 1 OK 2026/08/04 01:15:06 INFO : empty space: Copied (replaced existing) 2026/08/04 01:15:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.17s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.47s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:09 DEBUG : foo: md5 = 7ed3f11a4643db420440912e99a5330c OK 2026/08/04 01:15:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:10 DEBUG : foo: size = 3 OK 2026/08/04 01:15:10 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 2026/08/04 01:15:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:11 DEBUG : foo: md5 = aa4b7461ff9e41736c81921e79a7fdd9 OK 2026/08/04 01:15:11 DEBUG : foo: size = 3 OK 2026/08/04 01:15:11 INFO : foo: Copied (replaced existing) 2026/08/04 01:15:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.61s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:14 DEBUG : empty space: md5 = eaeea4a3cab46c84f4a511a41b317dd0 OK 2026/08/04 01:15:14 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/04 01:15:14 DEBUG : empty space: size = 1 OK 2026/08/04 01:15:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:15:14 DEBUG : empty space: Unchanged skipping 2026/08/04 01:15:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:16 DEBUG : potato: md5 = bc806f6d374f9a53ee5b4f53c15906b6 OK 2026/08/04 01:15:16 DEBUG : potato: size = 60 OK 2026/08/04 01:15:16 INFO : potato: Copied (new) 2026/08/04 01:15:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (4.85s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:18 DEBUG : potato: md5 = 3d3aa81ca5ed6b79175774f851591c07 OK 2026/08/04 01:15:19 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:15:19 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:15:19 DEBUG : potato: Sizes differ 2026/08/04 01:15:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:20 DEBUG : potato: md5 = d4255621743e932321a63a70579d6741 OK 2026/08/04 01:15:20 DEBUG : potato: size = 21 OK 2026/08/04 01:15:20 INFO : potato: Copied (replaced existing) 2026/08/04 01:15:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.32s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:23 DEBUG : potato: md5 = acc1099b73bcc723f104f008ea9cc1d1 OK 2026/08/04 01:15:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:23 DEBUG : potato: size = 21 OK 2026/08/04 01:15:23 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 2026/08/04 01:15:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:25 DEBUG : potato: md5 = 2e0057a0b14cdd0084b83296a6d26dcb OK 2026/08/04 01:15:25 DEBUG : potato: size = 21 OK 2026/08/04 01:15:25 INFO : potato: Copied (replaced existing) 2026/08/04 01:15:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.70s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:28 DEBUG : potato: md5 = 4708f7c21f014947dcea8b39424f7b12 OK 2026/08/04 01:15:29 DEBUG : empty space: md5 = e21f7e76068b31d063288301ef1ae238 OK 2026/08/04 01:15:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:15:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:29 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/04 01:15:29 DEBUG : empty space: size = 1 OK 2026/08/04 01:15:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:15:29 DEBUG : empty space: Unchanged skipping 2026/08/04 01:15:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:29 DEBUG : Waiting for deletions to finish 2026/08/04 01:15:29 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (5.02s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:32 DEBUG : potato: md5 = 344dcbac24c4c424fab9770e120a6489 OK 2026/08/04 01:15:34 DEBUG : empty space: md5 = ef8e723083dd24b725c693cb55f8a60d OK 2026/08/04 01:15:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:15:35 DEBUG : empty space: size = 1 OK 2026/08/04 01:15:35 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:15:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:35 DEBUG : empty space: Unchanged skipping 2026/08/04 01:15:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:36 DEBUG : potato2: md5 = 9a3bdd6203fe296d072b45749fd94782 OK 2026/08/04 01:15:36 DEBUG : potato2: size = 60 OK 2026/08/04 01:15:36 INFO : potato2: Copied (new) 2026/08/04 01:15:36 DEBUG : Waiting for deletions to finish 2026/08/04 01:15:36 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.84s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:40 DEBUG : b/potato: md5 = d563da27f124555b6e69bd0a65452281 OK 2026/08/04 01:15:42 DEBUG : c/non empty space: md5 = 0bfe34dd11ac642a485750a5bf335c70 OK 2026/08/04 01:15:42 INFO : d: Making directory 2026/08/04 01:15:43 INFO : d/e: Making directory 2026/08/04 01:15:46 DEBUG : Added delayed dir = "a", newDst= 2026/08/04 01:15:46 INFO : c: Set directory modification time (using SetModTime) 2026/08/04 01:15:46 DEBUG : Added delayed dir = "c", newDst=c 2026/08/04 01:15:46 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/04 01:15:46 DEBUG : c/non empty space: size = 5 OK 2026/08/04 01:15:46 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:15:46 DEBUG : c/non empty space: Unchanged skipping 2026/08/04 01:15:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:15:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:15:48 DEBUG : a/potato2: md5 = bd44737ba146f0eb22075b0c396c697c OK 2026/08/04 01:15:48 DEBUG : a/potato2: size = 60 OK 2026/08/04 01:15:48 INFO : a/potato2: Copied (new) 2026/08/04 01:15:48 DEBUG : Waiting for deletions to finish 2026/08/04 01:15:49 INFO : b/potato: Deleted 2026/08/04 01:15:49 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/04 01:15:49 INFO : d/e: Removing directory 2026/08/04 01:15:50 INFO : d: Removing directory 2026/08/04 01:15:51 INFO : b: Removing directory 2026/08/04 01:15:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (16.80s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:15:57 DEBUG : b/potato: md5 = e0f13ac674adc059c8a4c9138549bf66 OK 2026/08/04 01:15:59 DEBUG : c/non empty space: md5 = f6e49bdf55d649530581b1d1a445eba3 OK 2026/08/04 01:15:59 INFO : d: Making directory 2026/08/04 01:16:01 DEBUG : Added delayed dir = "a", newDst= 2026/08/04 01:16:01 INFO : c: Set directory modification time (using SetModTime) 2026/08/04 01:16:01 DEBUG : Added delayed dir = "c", newDst=c 2026/08/04 01:16:01 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/04 01:16:02 DEBUG : c/non empty space: size = 5 OK 2026/08/04 01:16:02 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:16:02 DEBUG : c/non empty space: Unchanged skipping 2026/08/04 01:16:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:04 DEBUG : a/potato2: md5 = a3942c0758df38ad5e512d1ed87eb909 OK 2026/08/04 01:16:04 DEBUG : a/potato2: size = 60 OK 2026/08/04 01:16:04 INFO : a/potato2: Copied (new) 2026/08/04 01:16:04 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': not deleting files as there were IO errors 2026/08/04 01:16:04 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/04 01:16:04 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.49s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:16:11 DEBUG : potato: md5 = 5f8936ae5d44b0a8c9a357684f159379 OK 2026/08/04 01:16:12 DEBUG : empty space: md5 = 1df017dfcb2f0b6565fa4d3173d64a49 OK 2026/08/04 01:16:12 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:13 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:16:13 DEBUG : empty space: size = 1 OK 2026/08/04 01:16:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:16:13 DEBUG : empty space: Unchanged skipping 2026/08/04 01:16:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:13 INFO : potato: Deleted 2026/08/04 01:16:14 DEBUG : potato2: md5 = 42d3287859268945320b3af963ea1893 OK 2026/08/04 01:16:14 DEBUG : potato2: size = 60 OK 2026/08/04 01:16:14 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.58s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:16:17 DEBUG : potato: md5 = 5e84e42a4498fd1ef2d9e9a3cca2046d OK 2026/08/04 01:16:19 DEBUG : empty space: md5 = 016491b2c10e179aec3ad9a9b6a1b8af OK 2026/08/04 01:16:19 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:20 INFO : potato: Deleted 2026/08/04 01:16:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:16:20 DEBUG : empty space: size = 1 OK 2026/08/04 01:16:20 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:16:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:20 DEBUG : empty space: Unchanged skipping 2026/08/04 01:16:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:21 DEBUG : potato2: md5 = 9a7c6dce270d37d9561250ceacbdc9f1 OK 2026/08/04 01:16:21 DEBUG : potato2: size = 60 OK 2026/08/04 01:16:21 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.18s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:16:24 DEBUG : potato: md5 = 499ed730213eb090e4ce89477940a348 OK 2026/08/04 01:16:25 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:16:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:26 DEBUG : potato2: md5 = c1ec566e2335082b025a6cf6e0040d7f OK 2026/08/04 01:16:26 DEBUG : potato2: size = 19 OK 2026/08/04 01:16:26 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.25s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:16:30 DEBUG : potato2: md5 = e81e55bed16bdf4a701c4d60de23059d OK 2026/08/04 01:16:31 DEBUG : empty space: md5 = 9c08b4cc7364206ca809669077364668 OK 2026/08/04 01:16:31 DEBUG : enormous: Excluded (Size Filter) 2026/08/04 01:16:31 DEBUG : enormous: Excluded 2026/08/04 01:16:31 DEBUG : potato2: Excluded (Size Filter) 2026/08/04 01:16:31 DEBUG : potato2: Excluded 2026/08/04 01:16:32 DEBUG : potato2: Excluded (Size Filter) 2026/08/04 01:16:32 DEBUG : potato2: Excluded 2026/08/04 01:16:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:32 DEBUG : empty space: size = 1 OK 2026/08/04 01:16:32 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:16:32 DEBUG : empty space: Unchanged skipping 2026/08/04 01:16:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:32 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:32 INFO : There was nothing to transfer 2026/08/04 01:16:32 DEBUG : enormous: Excluded (Size Filter) 2026/08/04 01:16:32 DEBUG : enormous: Excluded 2026/08/04 01:16:32 DEBUG : potato2: Excluded (Size Filter) 2026/08/04 01:16:32 DEBUG : potato2: Excluded 2026/08/04 01:16:32 DEBUG : potato2: Excluded (Size Filter) 2026/08/04 01:16:32 DEBUG : potato2: Excluded 2026/08/04 01:16:32 DEBUG : empty space: size = 1 OK 2026/08/04 01:16:32 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for checks to finish 2026/08/04 01:16:32 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/04 01:16:32 DEBUG : empty space: Unchanged skipping 2026/08/04 01:16:32 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for transfers to finish 2026/08/04 01:16:32 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:32 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.16s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:16:35 DEBUG : potato2: md5 = 1ca83ecbe4447cc6b8dc818e836dd833 OK 2026/08/04 01:16:36 DEBUG : empty space: md5 = 47daf4b70cbd1cd3e69e306e4ef61116 OK 2026/08/04 01:16:38 DEBUG : enormous: md5 = 0a5b5fe83f6beaa35bdca9c41bf0cd49 OK 2026/08/04 01:16:38 DEBUG : enormous: Excluded (Size Filter) 2026/08/04 01:16:38 DEBUG : enormous: Excluded 2026/08/04 01:16:38 DEBUG : potato2: Excluded (Size Filter) 2026/08/04 01:16:38 DEBUG : potato2: Excluded 2026/08/04 01:16:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:38 DEBUG : empty space: size = 1 OK 2026/08/04 01:16:38 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:16:38 DEBUG : empty space: Unchanged skipping 2026/08/04 01:16:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:38 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:38 INFO : enormous: Deleted 2026/08/04 01:16:39 INFO : potato2: Deleted 2026/08/04 01:16:39 INFO : There was nothing to transfer 2026/08/04 01:16:39 DEBUG : empty space: size = 1 OK 2026/08/04 01:16:39 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/04 01:16:39 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for checks to finish 2026/08/04 01:16:39 DEBUG : empty space: Unchanged skipping 2026/08/04 01:16:39 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for transfers to finish 2026/08/04 01:16:39 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:39 INFO : enormous: Deleted 2026/08/04 01:16:39 INFO : potato2: Deleted 2026/08/04 01:16:39 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (6.78s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:16:42 DEBUG : one: md5 = 157dfa0f52beab682738d4419b089933 OK 2026/08/04 01:16:43 DEBUG : two: md5 = 0216aa56329c25ddabadaf27905adc99 OK 2026/08/04 01:16:45 DEBUG : three: md5 = ac80379e62596cf6477faacc7612989e OK 2026/08/04 01:16:46 DEBUG : four: md5 = 588c7cf57b6a2f2922c41f453c13ae68 OK 2026/08/04 01:16:47 DEBUG : five: Need to transfer - File not found at Destination 2026/08/04 01:16:47 DEBUG : four: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:16:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:47 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:16:47 DEBUG : four: Sizes differ 2026/08/04 01:16:47 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/04 01:16:47 DEBUG : one: Destination is newer than source, skipping 2026/08/04 01:16:47 DEBUG : three: size = 5 OK 2026/08/04 01:16:47 DEBUG : three: Sizes identical 2026/08/04 01:16:47 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/04 01:16:47 DEBUG : two: size = 3 OK 2026/08/04 01:16:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:48 DEBUG : two: md5 = 058a1a4c6c176ae01a33f5056881d21f OK 2026/08/04 01:16:48 DEBUG : two: size = 3 OK 2026/08/04 01:16:48 INFO : two: Copied (replaced existing) 2026/08/04 01:16:49 DEBUG : four: md5 = ad9840753760876fc88d5019271f6280 OK 2026/08/04 01:16:49 DEBUG : four: size = 4 OK 2026/08/04 01:16:49 INFO : four: Copied (replaced existing) 2026/08/04 01:16:49 DEBUG : five: md5 = ff66bcee240b1fa8ecd4e8986af93e16 OK 2026/08/04 01:16:49 DEBUG : five: size = 4 OK 2026/08/04 01:16:49 INFO : five: Copied (new) 2026/08/04 01:16:49 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (12.15s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1497: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1497: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/04 01:16:52 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/04 01:16:53 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/04 01:16:53 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/04 01:16:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:54 DEBUG : potato: md5 = 7407cbffbc009e79cdd598e200fce5aa OK 2026/08/04 01:16:54 DEBUG : potato: size = 14 OK 2026/08/04 01:16:54 INFO : potato: Copied (new) 2026/08/04 01:16:54 DEBUG : yam: md5 = ab2974e5b87b3328cd5703dbc7c0e1c9 OK 2026/08/04 01:16:54 DEBUG : yam: size = 11 OK 2026/08/04 01:16:54 INFO : yam: Copied (new) 2026/08/04 01:16:54 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:54 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/04 01:16:55 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/04 01:16:55 DEBUG : potato: size = 14 OK 2026/08/04 01:16:55 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:16:55 DEBUG : potato: Unchanged skipping 2026/08/04 01:16:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:16:56 DEBUG : yaml: md5 = 791e374be4eafe4505d9331396382505 OK 2026/08/04 01:16:56 DEBUG : yaml: size = 11 OK 2026/08/04 01:16:56 INFO : yaml: Copied (new) 2026/08/04 01:16:56 DEBUG : Waiting for deletions to finish 2026/08/04 01:16:57 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (5.78s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/04 01:16:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Making map for --track-renames 2026/08/04 01:16:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Finished making map for --track-renames 2026/08/04 01:16:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:16:58 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/04 01:16:58 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/04 01:16:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for renames to finish 2026/08/04 01:16:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:00 DEBUG : yam: md5 = 3f99c6dd9ff3d772cc6aa2a42c797808 OK 2026/08/04 01:17:00 DEBUG : yam: size = 11 OK 2026/08/04 01:17:00 INFO : yam: Copied (new) 2026/08/04 01:17:00 DEBUG : potato: md5 = 5b8fd443c271632c098168698770e787 OK 2026/08/04 01:17:00 DEBUG : potato: size = 14 OK 2026/08/04 01:17:00 INFO : potato: Copied (new) 2026/08/04 01:17:00 DEBUG : Waiting for deletions to finish 2026/08/04 01:17:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Making map for --track-renames 2026/08/04 01:17:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Finished making map for --track-renames 2026/08/04 01:17:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:00 DEBUG : potato: size = 14 OK 2026/08/04 01:17:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:17:00 DEBUG : potato: Unchanged skipping 2026/08/04 01:17:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for renames to finish 2026/08/04 01:17:01 INFO : yam: Moved (server-side) to: yaml 2026/08/04 01:17:01 INFO : yaml: Renamed from "yam" 2026/08/04 01:17:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:01 DEBUG : Waiting for deletions to finish 2026/08/04 01:17:01 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.09s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/04 01:17:03 DEBUG : Added delayed dir = "sub", newDst= 2026/08/04 01:17:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Making map for --track-renames 2026/08/04 01:17:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Finished making map for --track-renames 2026/08/04 01:17:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:03 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/04 01:17:03 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/04 01:17:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for renames to finish 2026/08/04 01:17:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:06 DEBUG : potato: md5 = 570fce94fd2df15ab0b5506f0d764fd1 OK 2026/08/04 01:17:06 DEBUG : potato: size = 14 OK 2026/08/04 01:17:06 INFO : potato: Copied (new) 2026/08/04 01:17:06 DEBUG : sub/yam: md5 = cb96a2fc1dc3023a93c7c1a756f9b5fd OK 2026/08/04 01:17:06 DEBUG : sub/yam: size = 11 OK 2026/08/04 01:17:06 INFO : sub/yam: Copied (new) 2026/08/04 01:17:06 DEBUG : Waiting for deletions to finish 2026/08/04 01:17:06 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/04 01:17:07 DEBUG : potato: size = 14 OK 2026/08/04 01:17:07 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:17:07 DEBUG : potato: Unchanged skipping 2026/08/04 01:17:08 INFO : sub: Set directory modification time (using SetModTime) 2026/08/04 01:17:08 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/04 01:17:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Making map for --track-renames 2026/08/04 01:17:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Finished making map for --track-renames 2026/08/04 01:17:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for renames to finish 2026/08/04 01:17:09 INFO : sub/yam: Moved (server-side) to: yam 2026/08/04 01:17:09 INFO : yam: Renamed from "sub/yam" 2026/08/04 01:17:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:09 DEBUG : Waiting for deletions to finish 2026/08/04 01:17:09 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (9.70s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:17:13 DEBUG : Creating backend with remote "/tmp/rclone3412067458/dir1" 2026/08/04 01:17:13 DEBUG : Creating backend with remote "/tmp/rclone3412067458/dir2" 2026/08/04 01:17:13 DEBUG : Local file system at /tmp/rclone3412067458/dir2: Using server-side directory move 2026/08/04 01:17:13 INFO : Local file system at /tmp/rclone3412067458/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/04 01:17:13 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/04 01:17:13 DEBUG : Local file system at /tmp/rclone3412067458/dir2: Waiting for checks to finish 2026/08/04 01:17:13 DEBUG : Local file system at /tmp/rclone3412067458/dir2: Waiting for transfers to finish 2026/08/04 01:17:13 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.44s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:17:14 DEBUG : Added delayed dir = "nested", newDst= 2026/08/04 01:17:14 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:17:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:17:14 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/04 01:17:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/04 01:17:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:16 DEBUG : sub dir/hello world: md5 = 3604484a16249a1a045548b75d4b5e6b OK 2026/08/04 01:17:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:17:16 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:17:16 INFO : sub dir/hello world: Deleted 2026/08/04 01:17:17 DEBUG : nested/sub dir/file: md5 = ae1539986e326ed77f26fb9643b3c3c4 OK 2026/08/04 01:17:17 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/04 01:17:17 INFO : nested/sub dir/file: Copied (new) 2026/08/04 01:17:17 INFO : nested/sub dir/file: Deleted 2026/08/04 01:17:18 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:17:18 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:17:18 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/04 01:17:18 INFO : sub dir: Removing directory 2026/08/04 01:17:18 INFO : nested/sub dir: Removing directory 2026/08/04 01:17:18 INFO : nested: Removing directory 2026/08/04 01:17:18 DEBUG : Local file system at /tmp/rclone3412067458: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (9.55s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:17:23 DEBUG : Added delayed dir = "nested", newDst= 2026/08/04 01:17:23 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/04 01:17:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/04 01:17:23 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/04 01:17:23 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/04 01:17:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:25 DEBUG : sub dir/hello world: md5 = 1ba3ad5142cf9809f10beeb048f4b8ff OK 2026/08/04 01:17:25 DEBUG : sub dir/hello world: size = 11 OK 2026/08/04 01:17:25 INFO : sub dir/hello world: Copied (new) 2026/08/04 01:17:25 INFO : sub dir/hello world: Deleted 2026/08/04 01:17:27 DEBUG : nested/sub dir/file: md5 = ed83316a99d4471e37c09637b26fbfd2 OK 2026/08/04 01:17:27 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/04 01:17:27 INFO : nested/sub dir/file: Copied (new) 2026/08/04 01:17:27 INFO : nested/sub dir/file: Deleted 2026/08/04 01:17:28 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:17:28 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/04 01:17:28 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (9.86s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:17:33 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/04 01:17:33 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/04 01:17:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:34 DEBUG : existing: md5 = daec4c46ce570b14780ba924c262ee95 OK 2026/08/04 01:17:34 DEBUG : existing: size = 6 OK 2026/08/04 01:17:34 INFO : existing: Copied (new) 2026/08/04 01:17:34 INFO : existing: Deleted 2026/08/04 01:17:34 DEBUG : existing-b: md5 = eb0055e6f7c1d859c4a19431448bcafc OK 2026/08/04 01:17:34 DEBUG : existing-b: size = 6 OK 2026/08/04 01:17:34 INFO : existing-b: Copied (new) 2026/08/04 01:17:34 INFO : existing-b: Deleted 2026/08/04 01:17:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:17:35 DEBUG : existing: Destination exists, skipping 2026/08/04 01:17:35 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/04 01:17:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:17:35 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (3.65s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:17:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-latewut0laro" 2026/08/04 01:17:36 DEBUG : Creating backend with remote "TestDrive:crypt/nliota55bfli7vcj0s4anrlbv5g1jctmieso5t4s5hnegovkc4s0" 2026/08/04 01:17:39 DEBUG : potato2: md5 = 14d90a3fc4a80db7299cf0902ae110ce OK 2026/08/04 01:17:40 DEBUG : empty space: md5 = c4ad87e7240cbb2768ac79a0733f4a64 OK 2026/08/04 01:17:42 DEBUG : potato3: md5 = e17bffd4324886223abea188a0b70f8b OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego' -> Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro' 2026/08/04 01:17:44 DEBUG : empty space: md5 = d804908b02a1604a4409ccedde9521e5 OK 2026/08/04 01:17:46 DEBUG : potato3: md5 = 55aedaeb315ee5422a3d5fa30a16acb3 OK 2026/08/04 01:17:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro': Using server-side directory move 2026/08/04 01:17:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/04 01:17:46 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:17:46 DEBUG : empty space: size = 1 OK 2026/08/04 01:17:46 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:17:46 DEBUG : empty space: Unchanged skipping 2026/08/04 01:17:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro': Waiting for checks to finish 2026/08/04 01:17:46 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:17:46 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro') 2026/08/04 01:17:46 DEBUG : potato3: Sizes differ 2026/08/04 01:17:46 INFO : potato3: Deleted 2026/08/04 01:17:46 INFO : empty space: Deleted 2026/08/04 01:17:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro': Waiting for transfers to finish 2026/08/04 01:17:47 INFO : potato2: Moved (server-side) 2026/08/04 01:17:47 INFO : potato3: Moved (server-side) 2026/08/04 01:17:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hepariz8tike" 2026/08/04 01:17:48 DEBUG : Creating backend with remote "TestDrive:crypt/7qddobmti4tn8p5128r9337jdnh79egso2p5g96kj3ele3jajgn0" 2026/08/04 01:17:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hepariz8tike': Using server-side directory move 2026/08/04 01:17:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-hepariz8tike': Server side directory move succeeded 2026/08/04 01:17:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hepariz8tike': Purge remote 2026/08/04 01:17:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-latewut0laro': Purge remote 2026/08/04 01:17:51 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (14.70s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:17:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xorovab4besi" 2026/08/04 01:17:51 DEBUG : Creating backend with remote "TestDrive:crypt/2d2lkjkr9u3p125qf95sh651aue9cjmetesjheaa2nvbo300b95g" 2026/08/04 01:17:54 DEBUG : potato2: md5 = 806b563f6ff61b94a13fe9bc913260d2 OK 2026/08/04 01:17:55 DEBUG : empty space: md5 = cc0f9a60bc4853ce02e71f60603b4433 OK 2026/08/04 01:17:56 DEBUG : potato3: md5 = f5e150d6dfb85791f9c4c23da06a8645 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego' -> Encrypted drive 'TestCryptDrive:rclone-test-xorovab4besi' 2026/08/04 01:17:59 DEBUG : empty space: md5 = 6c0ec8a859f8b401282fa4b6052d98ad OK 2026/08/04 01:18:00 DEBUG : potato3: md5 = b6266e3f668e4e40b908c4213c4ef71e OK 2026/08/04 01:18:01 DEBUG : empty space: Excluded (Size Filter) 2026/08/04 01:18:01 DEBUG : empty space: Excluded 2026/08/04 01:18:01 DEBUG : empty space: Excluded (Size Filter) 2026/08/04 01:18:01 DEBUG : empty space: Excluded 2026/08/04 01:18:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:18:01 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:18:01 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-xorovab4besi') 2026/08/04 01:18:01 DEBUG : potato3: Sizes differ 2026/08/04 01:18:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xorovab4besi': Waiting for checks to finish 2026/08/04 01:18:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xorovab4besi': Waiting for transfers to finish 2026/08/04 01:18:01 INFO : potato3: Deleted 2026/08/04 01:18:01 INFO : potato2: Moved (server-side) 2026/08/04 01:18:02 INFO : potato3: Moved (server-side) 2026/08/04 01:18:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dudahuc9kobo" 2026/08/04 01:18:02 DEBUG : Creating backend with remote "TestDrive:crypt/ko1svs45rks60qj9dd3g7pdtr966ilncetffb8ui8iu451h81b2g" 2026/08/04 01:18:04 DEBUG : empty space: Excluded (Size Filter) 2026/08/04 01:18:04 DEBUG : empty space: Excluded 2026/08/04 01:18:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:18:04 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/04 01:18:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dudahuc9kobo': Waiting for checks to finish 2026/08/04 01:18:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dudahuc9kobo': Waiting for transfers to finish 2026/08/04 01:18:05 INFO : potato3: Moved (server-side) 2026/08/04 01:18:05 INFO : potato2: Moved (server-side) 2026/08/04 01:18:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dudahuc9kobo': Purge remote 2026/08/04 01:18:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xorovab4besi': Purge remote --- PASS: TestServerSideMoveWithFilter (16.60s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:18:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xezavah5zuwe" 2026/08/04 01:18:08 DEBUG : Creating backend with remote "TestDrive:crypt/ks31d2rkh61c3113fh8ti1i5hltodsm3dp9ip1gqk4r1q2kmn6bg" 2026/08/04 01:18:10 DEBUG : potato2: md5 = 3977c205134ba449082d884a774d3d82 OK 2026/08/04 01:18:12 DEBUG : empty space: md5 = db3b2525f683815181202cde296294f2 OK 2026/08/04 01:18:13 DEBUG : potato3: md5 = 7863c893d1099457a7f5262f7dce4d29 OK 2026/08/04 01:18:13 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego' -> Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe' 2026/08/04 01:18:17 DEBUG : empty space: md5 = a81824f626da5a34ed9135f6b7376faa OK 2026/08/04 01:18:18 DEBUG : potato3: md5 = 6c3931fbeba727793cba91321722cd2b OK 2026/08/04 01:18:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe': Using server-side directory move 2026/08/04 01:18:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/04 01:18:19 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/04 01:18:19 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/04 01:18:19 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:18:19 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe') 2026/08/04 01:18:19 DEBUG : empty space: size = 1 OK 2026/08/04 01:18:19 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:18:19 DEBUG : empty space: Unchanged skipping 2026/08/04 01:18:19 DEBUG : potato3: Sizes differ 2026/08/04 01:18:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe': Waiting for checks to finish 2026/08/04 01:18:19 INFO : empty space: Deleted 2026/08/04 01:18:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe': Waiting for transfers to finish 2026/08/04 01:18:19 INFO : potato3: Deleted 2026/08/04 01:18:19 INFO : potato2: Moved (server-side) 2026/08/04 01:18:20 INFO : potato3: Moved (server-side) 2026/08/04 01:18:20 INFO : tomatoDir: Removing directory 2026/08/04 01:18:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': deleted 1 directories 2026/08/04 01:18:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jovacuz1zovo" 2026/08/04 01:18:21 DEBUG : Creating backend with remote "TestDrive:crypt/4ehqe2f3kt7k6as31buig1rui2uvliduijhggjunf4rp612oerr0" 2026/08/04 01:18:22 INFO : tomatoDir: Making directory 2026/08/04 01:18:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jovacuz1zovo': Using server-side directory move 2026/08/04 01:18:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jovacuz1zovo': Server side directory move succeeded 2026/08/04 01:18:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jovacuz1zovo': Purge remote 2026/08/04 01:18:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xezavah5zuwe': Purge remote 2026/08/04 01:18:25 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.18s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.47s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:18:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test" 2026/08/04 01:18:26 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (1.96s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:18:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test" 2026/08/04 01:18:28 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/04 01:18:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test-include/layer2" 2026/08/04 01:18:31 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/04 01:18:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test-ignore-file" 2026/08/04 01:18:34 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/04 01:18:38 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 763d22078cff75d7316ea56a47326472 OK 2026/08/04 01:18:39 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/04 01:18:39 DEBUG : rclone-sync-test: Excluded 2026/08/04 01:18:39 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/04 01:18:40 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/04 01:18:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test': Waiting for checks to finish 2026/08/04 01:18:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test': Waiting for transfers to finish 2026/08/04 01:18:40 DEBUG : Waiting for deletions to finish 2026/08/04 01:18:40 INFO : There was nothing to transfer 2026/08/04 01:18:41 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/04 01:18:41 DEBUG : rclone-sync-test: Excluded 2026/08/04 01:18:42 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/04 01:18:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:18:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:18:42 DEBUG : Waiting for deletions to finish 2026/08/04 01:18:42 INFO : rclone-sync-test-include: Removing directory 2026/08/04 01:18:42 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/04 01:18:42 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/04 01:18:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': failed to delete 1 directories 2026/08/04 01:18:42 INFO : There was nothing to transfer 2026/08/04 01:18:43 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/04 01:18:43 DEBUG : rclone-sync-test: Excluded 2026/08/04 01:18:43 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/04 01:18:44 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/04 01:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/04 01:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/04 01:18:44 DEBUG : Waiting for deletions to finish 2026/08/04 01:18:44 INFO : There was nothing to transfer 2026/08/04 01:18:44 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/04 01:18:45 DEBUG : rclone-sync-test: Excluded 2026/08/04 01:18:45 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/04 01:18:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:18:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:18:45 DEBUG : Waiting for deletions to finish 2026/08/04 01:18:45 INFO : rclone-sync-test-include: Removing directory 2026/08/04 01:18:45 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/04 01:18:45 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/04 01:18:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': failed to delete 1 directories 2026/08/04 01:18:45 INFO : There was nothing to transfer 2026/08/04 01:18:47 DEBUG : Excluded 2026/08/04 01:18:47 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/04 01:18:47 DEBUG : rclone-sync-test: Excluded 2026/08/04 01:18:47 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/04 01:18:48 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/04 01:18:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/04 01:18:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/04 01:18:48 DEBUG : Waiting for deletions to finish 2026/08/04 01:18:48 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (23.76s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:18:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:18:52 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:18:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/CompareDest" 2026/08/04 01:18:54 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/gveqi14airsml4bgu7krj116o8" 2026/08/04 01:18:56 DEBUG : one: Need to transfer - File not found at Destination 2026/08/04 01:18:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:18:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:18:59 DEBUG : one: md5 = 8752fbbd2fc8e13042041e5b59ba8663 OK 2026/08/04 01:18:59 DEBUG : one: size = 3 OK 2026/08/04 01:18:59 INFO : one: Copied (new) 2026/08/04 01:18:59 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:00 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:00 DEBUG : one: Sizes differ 2026/08/04 01:19:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:02 DEBUG : one: md5 = a69a9ce70a4949757c00c0d971d33738 OK 2026/08/04 01:19:02 DEBUG : one: size = 5 OK 2026/08/04 01:19:02 INFO : one: Copied (replaced existing) 2026/08/04 01:19:02 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:03 DEBUG : dst/one: md5 = b28a3874343409f689765c13b8d0b239 OK 2026/08/04 01:19:06 DEBUG : CompareDest/one: md5 = 6deed77643b040df364a4124a9ac98fc OK 2026/08/04 01:19:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:06 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:06 DEBUG : one: Sizes differ 2026/08/04 01:19:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:07 DEBUG : one: size = 5 OK 2026/08/04 01:19:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:07 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/04 01:19:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:07 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:07 INFO : There was nothing to transfer 2026/08/04 01:19:09 DEBUG : CompareDest/two: md5 = 5b41f1125e9055835dcdb4e6673be100 OK 2026/08/04 01:19:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:10 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:10 DEBUG : one: Sizes differ 2026/08/04 01:19:10 DEBUG : one: size = 5 OK 2026/08/04 01:19:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:10 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/04 01:19:10 DEBUG : two: size = 3 OK 2026/08/04 01:19:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:10 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/04 01:19:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:10 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:10 INFO : There was nothing to transfer 2026/08/04 01:19:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:11 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:11 DEBUG : one: Sizes differ 2026/08/04 01:19:11 DEBUG : two: size = 3 OK 2026/08/04 01:19:11 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:11 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/04 01:19:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:11 DEBUG : one: size = 5 OK 2026/08/04 01:19:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:11 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/04 01:19:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:11 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:11 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/04 01:19:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:12 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:12 DEBUG : one: Sizes differ 2026/08/04 01:19:12 DEBUG : one: size = 5 OK 2026/08/04 01:19:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:12 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/04 01:19:12 DEBUG : two: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:12 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/CompareDest') 2026/08/04 01:19:12 DEBUG : two: Sizes differ 2026/08/04 01:19:12 DEBUG : two: Need to transfer - File not found at Destination 2026/08/04 01:19:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:14 DEBUG : two: md5 = 28e2626907de4bf25232647f108fae41 OK 2026/08/04 01:19:14 DEBUG : two: size = 5 OK 2026/08/04 01:19:14 INFO : two: Copied (new) 2026/08/04 01:19:14 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (26.53s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:19:21 DEBUG : pre-dest1/1: md5 = f99e8cfbbaf18503acbd6e99b78b897f OK 2026/08/04 01:19:23 DEBUG : pre-dest2/2: md5 = 4afa8a5c87d19cd9074c9aa0135ed663 OK 2026/08/04 01:19:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dest" 2026/08/04 01:19:24 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/rg03c1jvnehrrc617i0lnqjddc" 2026/08/04 01:19:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/pre-dest1" 2026/08/04 01:19:26 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/bbnblvh6k061ssopqrp18kd7gc" 2026/08/04 01:19:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/pre-dest2" 2026/08/04 01:19:27 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/04 01:19:28 DEBUG : 1: size = 1 OK 2026/08/04 01:19:28 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:19:28 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/04 01:19:29 DEBUG : 2: size = 1 OK 2026/08/04 01:19:29 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:19:29 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/04 01:19:29 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/04 01:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dest': Waiting for checks to finish 2026/08/04 01:19:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dest': Waiting for transfers to finish 2026/08/04 01:19:31 DEBUG : 3: md5 = 58cd9264370c0c0c62715da0a1a3520b OK 2026/08/04 01:19:31 DEBUG : 3: size = 1 OK 2026/08/04 01:19:31 INFO : 3: Copied (new) 2026/08/04 01:19:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (17.39s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:19:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:19:36 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:19:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/CopyDest" 2026/08/04 01:19:38 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/04 01:19:40 DEBUG : one: Need to transfer - File not found at Destination 2026/08/04 01:19:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:42 DEBUG : one: md5 = 89ea3390dc551ae6e1ae8ff7ded01a82 OK 2026/08/04 01:19:42 DEBUG : one: size = 3 OK 2026/08/04 01:19:42 INFO : one: Copied (new) 2026/08/04 01:19:42 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:43 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:43 DEBUG : one: Sizes differ 2026/08/04 01:19:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:45 DEBUG : one: md5 = 7d9ab0a7ae10ddb04c1f787487a75216 OK 2026/08/04 01:19:45 DEBUG : one: size = 5 OK 2026/08/04 01:19:45 INFO : one: Copied (replaced existing) 2026/08/04 01:19:45 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:47 DEBUG : dst/one: md5 = 6d963346dc9c97ff765b5107380113cf OK 2026/08/04 01:19:49 DEBUG : CopyDest/one: md5 = 4105080420988ebac23ef4356c9e73ab OK 2026/08/04 01:19:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/BackupDir" 2026/08/04 01:19:50 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/04 01:19:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:52 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:52 DEBUG : one: Sizes differ 2026/08/04 01:19:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:52 DEBUG : one: size = 5 OK 2026/08/04 01:19:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:19:52 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:19:52 DEBUG : one: Sizes differ 2026/08/04 01:19:54 INFO : one: Moved (server-side) 2026/08/04 01:19:55 DEBUG : one: size = 5 OK 2026/08/04 01:19:55 INFO : one: Copied (server-side copy) 2026/08/04 01:19:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/04 01:19:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:55 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:57 DEBUG : CopyDest/two: md5 = dda0f83c721962b89c97f8982e09f59f OK 2026/08/04 01:19:57 DEBUG : one: size = 5 OK 2026/08/04 01:19:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:57 DEBUG : one: Unchanged skipping 2026/08/04 01:19:58 DEBUG : two: size = 3 OK 2026/08/04 01:19:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:59 DEBUG : two: size = 3 OK 2026/08/04 01:19:59 INFO : two: Copied (server-side copy) 2026/08/04 01:19:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/04 01:19:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:59 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:59 DEBUG : one: size = 5 OK 2026/08/04 01:19:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:59 DEBUG : two: size = 3 OK 2026/08/04 01:19:59 DEBUG : one: Unchanged skipping 2026/08/04 01:19:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:19:59 DEBUG : two: Unchanged skipping 2026/08/04 01:19:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:19:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:19:59 DEBUG : Waiting for deletions to finish 2026/08/04 01:19:59 INFO : There was nothing to transfer 2026/08/04 01:20:01 DEBUG : CopyDest/three: md5 = 899a489fcd6d23eeb19cdec7ae368aa6 OK 2026/08/04 01:20:02 DEBUG : one: size = 5 OK 2026/08/04 01:20:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:20:02 DEBUG : one: Unchanged skipping 2026/08/04 01:20:03 DEBUG : three: size = 7 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:20:03 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/CopyDest') 2026/08/04 01:20:03 DEBUG : three: Sizes differ 2026/08/04 01:20:03 DEBUG : three: Destination not found in --copy-dest 2026/08/04 01:20:03 DEBUG : three: Need to transfer - File not found at Destination 2026/08/04 01:20:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:20:03 DEBUG : two: size = 3 OK 2026/08/04 01:20:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/04 01:20:03 DEBUG : two: Unchanged skipping 2026/08/04 01:20:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:20:04 DEBUG : three: md5 = 03a585fcb1d01259cabb5554aa5feea9 OK 2026/08/04 01:20:04 DEBUG : three: size = 7 OK 2026/08/04 01:20:04 INFO : three: Copied (new) 2026/08/04 01:20:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (34.48s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:20:13 DEBUG : dst/one: md5 = e3602ac1c5189445ff59a7658c7f2bbe OK 2026/08/04 01:20:14 DEBUG : dst/two: md5 = 2a43705f42df2b0b52a82ef8e59a04d9 OK 2026/08/04 01:20:16 DEBUG : dst/three.txt: md5 = 34fb153fc33e63794046cef341a6fced OK 2026/08/04 01:20:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:20:16 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:20:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/backup" 2026/08/04 01:20:17 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/1nrff024r7pq65ecp72fc28jb0" 2026/08/04 01:20:19 DEBUG : one: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:20:19 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:20:19 DEBUG : one: Sizes differ 2026/08/04 01:20:19 DEBUG : two: size = 3 OK 2026/08/04 01:20:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:20:19 DEBUG : two: Unchanged skipping 2026/08/04 01:20:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:20:22 INFO : one: Moved (server-side) 2026/08/04 01:20:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:20:24 DEBUG : one: md5 = 106ccb7aa93be864eb68c7ff5a46586c OK 2026/08/04 01:20:24 DEBUG : one: size = 4 OK 2026/08/04 01:20:24 INFO : one: Copied (new) 2026/08/04 01:20:24 DEBUG : Waiting for deletions to finish 2026/08/04 01:20:25 INFO : three.txt: Moved (server-side) 2026/08/04 01:20:25 INFO : three.txt: Moved into backup dir 2026/08/04 01:20:27 DEBUG : dst/three.txt: md5 = 710dadb71fefd068ef2d84de032ab07d OK 2026/08/04 01:20:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:20:27 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:20:27 DEBUG : one: Sizes differ 2026/08/04 01:20:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:20:27 DEBUG : two: size = 3 OK 2026/08/04 01:20:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:20:27 DEBUG : two: Unchanged skipping 2026/08/04 01:20:28 INFO : one: Deleted 2026/08/04 01:20:29 INFO : one: Moved (server-side) 2026/08/04 01:20:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:20:30 DEBUG : one: md5 = c17b8571654f88b1e49c53b60f9bef4a OK 2026/08/04 01:20:30 DEBUG : one: size = 5 OK 2026/08/04 01:20:30 INFO : one: Copied (new) 2026/08/04 01:20:30 DEBUG : Waiting for deletions to finish 2026/08/04 01:20:31 INFO : three.txt: Deleted 2026/08/04 01:20:31 INFO : three.txt: Moved (server-side) 2026/08/04 01:20:31 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (25.06s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:20:38 DEBUG : dst/one: md5 = b930c40abda74a5b2e9b56cb8c83d5a4 OK 2026/08/04 01:20:39 DEBUG : dst/two: md5 = ed953e1d981e487890f678eea5b11f70 OK 2026/08/04 01:20:41 DEBUG : dst/three.txt: md5 = c0a85cc129e3cf08cdde7b58e2b4fd35 OK 2026/08/04 01:20:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:20:41 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:20:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/backup" 2026/08/04 01:20:42 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/1nrff024r7pq65ecp72fc28jb0" 2026/08/04 01:20:44 DEBUG : one: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:20:44 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:20:44 DEBUG : one: Sizes differ 2026/08/04 01:20:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:20:44 DEBUG : two: size = 3 OK 2026/08/04 01:20:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:20:44 DEBUG : two: Unchanged skipping 2026/08/04 01:20:46 INFO : one: Moved (server-side) to: one.bak 2026/08/04 01:20:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:20:48 DEBUG : one: md5 = aa74500e1e4edc4568790c271867c035 OK 2026/08/04 01:20:48 DEBUG : one: size = 4 OK 2026/08/04 01:20:48 INFO : one: Copied (new) 2026/08/04 01:20:48 DEBUG : Waiting for deletions to finish 2026/08/04 01:20:48 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/04 01:20:48 INFO : three.txt: Moved into backup dir 2026/08/04 01:20:51 DEBUG : dst/three.txt: md5 = 15963dc7042e8102a4b05165bce2ddf7 OK 2026/08/04 01:20:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:20:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:20:52 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:20:52 DEBUG : one: Sizes differ 2026/08/04 01:20:52 DEBUG : two: size = 3 OK 2026/08/04 01:20:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:20:52 DEBUG : two: Unchanged skipping 2026/08/04 01:20:53 INFO : one.bak: Deleted 2026/08/04 01:20:53 INFO : one: Moved (server-side) to: one.bak 2026/08/04 01:20:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:20:55 DEBUG : one: md5 = 1587bcc019782a7bf700b301cb19047a OK 2026/08/04 01:20:55 DEBUG : one: size = 5 OK 2026/08/04 01:20:55 INFO : one: Copied (new) 2026/08/04 01:20:55 DEBUG : Waiting for deletions to finish 2026/08/04 01:20:55 INFO : three.txt.bak: Deleted 2026/08/04 01:20:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/04 01:20:56 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (24.88s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:21:03 DEBUG : dst/one: md5 = af8dc38acd785e6650e5a9c4f0096fe9 OK 2026/08/04 01:21:05 DEBUG : dst/two: md5 = 96a71a5beb4c76e6c9897f0a5c52490b OK 2026/08/04 01:21:07 DEBUG : dst/three.txt: md5 = 1e6a72bc466198b6e25d940f71bd4e35 OK 2026/08/04 01:21:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:21:07 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:21:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/backup" 2026/08/04 01:21:08 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/1nrff024r7pq65ecp72fc28jb0" 2026/08/04 01:21:10 DEBUG : one: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:10 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:10 DEBUG : one: Sizes differ 2026/08/04 01:21:10 DEBUG : two: size = 3 OK 2026/08/04 01:21:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:21:10 DEBUG : two: Unchanged skipping 2026/08/04 01:21:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:21:12 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/04 01:21:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:21:13 DEBUG : one: md5 = bce4b93fcc5ad2f2c7ffd413c502e169 OK 2026/08/04 01:21:13 DEBUG : one: size = 4 OK 2026/08/04 01:21:13 INFO : one: Copied (new) 2026/08/04 01:21:13 DEBUG : Waiting for deletions to finish 2026/08/04 01:21:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/04 01:21:14 INFO : three.txt: Moved into backup dir 2026/08/04 01:21:16 DEBUG : dst/three.txt: md5 = 1abe624012d20cd815eb101a5f2d75ef OK 2026/08/04 01:21:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:17 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:17 DEBUG : one: Sizes differ 2026/08/04 01:21:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:21:17 DEBUG : two: size = 3 OK 2026/08/04 01:21:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:21:17 DEBUG : two: Unchanged skipping 2026/08/04 01:21:17 INFO : one-2019-01-01: Deleted 2026/08/04 01:21:18 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/04 01:21:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:21:20 DEBUG : one: md5 = 34265ca1e2b2452c42c6a641c8acc4a8 OK 2026/08/04 01:21:20 DEBUG : one: size = 5 OK 2026/08/04 01:21:20 INFO : one: Copied (new) 2026/08/04 01:21:20 DEBUG : Waiting for deletions to finish 2026/08/04 01:21:20 INFO : three-2019-01-01.txt: Deleted 2026/08/04 01:21:21 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/04 01:21:21 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (25.03s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:21:28 DEBUG : dst/one: md5 = ee1676d43eb03edf753c0dbc41edeba0 OK 2026/08/04 01:21:29 DEBUG : dst/two: md5 = b2677d61d901e2c05bc73a73dce2c815 OK 2026/08/04 01:21:31 DEBUG : dst/three.txt: md5 = 8b6707219eb499385a096ac8619d2d42 OK 2026/08/04 01:21:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:21:32 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:21:33 DEBUG : one: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:33 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:33 DEBUG : one: Sizes differ 2026/08/04 01:21:33 DEBUG : two: size = 3 OK 2026/08/04 01:21:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:21:33 DEBUG : two: Unchanged skipping 2026/08/04 01:21:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:21:33 INFO : one: Moved (server-side) to: one.bak 2026/08/04 01:21:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:21:35 DEBUG : one: md5 = 977ab5c8920cfe0617caedcdfa1c1b3f OK 2026/08/04 01:21:35 DEBUG : one: size = 4 OK 2026/08/04 01:21:35 INFO : one: Copied (new) 2026/08/04 01:21:35 DEBUG : Waiting for deletions to finish 2026/08/04 01:21:36 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/04 01:21:36 INFO : three.txt: Moved into backup dir 2026/08/04 01:21:38 DEBUG : dst/three.txt: md5 = 58e1a16892f63a54febb23738b4519cd OK 2026/08/04 01:21:39 DEBUG : one.bak: Excluded (Path Filter) 2026/08/04 01:21:39 DEBUG : one.bak: Excluded 2026/08/04 01:21:39 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/04 01:21:39 DEBUG : three.txt.bak: Excluded 2026/08/04 01:21:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:39 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:39 DEBUG : one: Sizes differ 2026/08/04 01:21:39 DEBUG : two: size = 3 OK 2026/08/04 01:21:39 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:21:39 DEBUG : two: Unchanged skipping 2026/08/04 01:21:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for checks to finish 2026/08/04 01:21:39 INFO : one.bak: Deleted 2026/08/04 01:21:40 INFO : one: Moved (server-side) to: one.bak 2026/08/04 01:21:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst': Waiting for transfers to finish 2026/08/04 01:21:41 DEBUG : one: md5 = 0f27fb322f883d70cf60c3dfc9caa189 OK 2026/08/04 01:21:41 DEBUG : one: size = 5 OK 2026/08/04 01:21:41 INFO : one: Copied (new) 2026/08/04 01:21:41 DEBUG : Waiting for deletions to finish 2026/08/04 01:21:42 INFO : three.txt.bak: Deleted 2026/08/04 01:21:42 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/04 01:21:42 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (20.46s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:21:48 DEBUG : dst/one: md5 = 5db39c1022d90789815bd574770207c6 OK 2026/08/04 01:21:50 DEBUG : dst/two: md5 = e53d17c75359c99aaae005db4010f37f OK 2026/08/04 01:21:51 DEBUG : dst/three.txt: md5 = d8dc90ef760b5425576619c6e39b538c OK 2026/08/04 01:21:51 DEBUG : TestDrive: Token expired 2026/08/04 01:21:51 DEBUG : TestDrive: No updated token found in the config file 2026/08/04 01:21:51 DEBUG : TestDrive: Token refresh successful 2026/08/04 01:21:51 DEBUG : Saving config "token" in section "TestDrive" of the config file 2026/08/04 01:21:51 DEBUG : TestDrive: Saved new token in config file 2026/08/04 01:21:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:21:52 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:21:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:53 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:53 DEBUG : one: Sizes differ 2026/08/04 01:21:54 INFO : one: Moved (server-side) to: one.bak 2026/08/04 01:21:55 DEBUG : one: md5 = 2def94a4f84d2f1d754a91eda697a3f7 OK 2026/08/04 01:21:55 DEBUG : one: size = 4 OK 2026/08/04 01:21:55 INFO : one: Copied (new) 2026/08/04 01:21:55 DEBUG : two: size = 3 OK 2026/08/04 01:21:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:21:55 DEBUG : two: Unchanged skipping 2026/08/04 01:21:56 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:56 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:56 DEBUG : three.txt: Sizes differ 2026/08/04 01:21:56 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/04 01:21:58 DEBUG : three.txt: md5 = 85247ab8e715e9484e8b0d833d7ac235 OK 2026/08/04 01:21:58 DEBUG : three.txt: size = 6 OK 2026/08/04 01:21:58 INFO : three.txt: Copied (new) 2026/08/04 01:21:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:21:59 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:21:59 DEBUG : one: Sizes differ 2026/08/04 01:22:00 INFO : one.bak: Deleted 2026/08/04 01:22:00 INFO : one: Moved (server-side) to: one.bak 2026/08/04 01:22:02 DEBUG : one: md5 = a81a16cf014fe4dc161e46573afa8a0d OK 2026/08/04 01:22:02 DEBUG : one: size = 5 OK 2026/08/04 01:22:02 INFO : one: Copied (new) 2026/08/04 01:22:02 DEBUG : two: size = 3 OK 2026/08/04 01:22:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:22:02 DEBUG : two: Unchanged skipping 2026/08/04 01:22:02 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:02 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:22:02 DEBUG : three.txt: Sizes differ 2026/08/04 01:22:03 INFO : three.txt.bak: Deleted 2026/08/04 01:22:03 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/04 01:22:05 DEBUG : three.txt: md5 = 6c8c699209b84370fa8169593ce37ea1 OK 2026/08/04 01:22:05 DEBUG : three.txt: size = 19 OK 2026/08/04 01:22:05 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (23.64s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:22:12 DEBUG : dst/one: md5 = 74989a3cc30548426548d65262e0cdfc OK 2026/08/04 01:22:13 DEBUG : dst/two: md5 = fb536488e317f62d85b944ad11327301 OK 2026/08/04 01:22:15 DEBUG : dst/three.txt: md5 = da574ea601c9ce94a2b86b4ab97b64e6 OK 2026/08/04 01:22:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qadutid6cego/dst" 2026/08/04 01:22:16 DEBUG : Creating backend with remote "TestDrive:crypt/rrqrnqd1c7vb82g68936l3afdg6v1pqjcdl77ob59gr7nq6o1600/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/04 01:22:17 DEBUG : one: size = 4 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:17 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:22:17 DEBUG : one: Sizes differ 2026/08/04 01:22:18 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/04 01:22:19 DEBUG : one: md5 = 898b956b8dddaee545c8e696eee9b20e OK 2026/08/04 01:22:19 DEBUG : one: size = 4 OK 2026/08/04 01:22:19 INFO : one: Copied (new) 2026/08/04 01:22:19 DEBUG : two: size = 3 OK 2026/08/04 01:22:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:22:19 DEBUG : two: Unchanged skipping 2026/08/04 01:22:20 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:20 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:22:20 DEBUG : three.txt: Sizes differ 2026/08/04 01:22:20 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/04 01:22:22 DEBUG : three.txt: md5 = 62222a96761a2d1e6f528215aff48b40 OK 2026/08/04 01:22:22 DEBUG : three.txt: size = 6 OK 2026/08/04 01:22:22 INFO : three.txt: Copied (new) 2026/08/04 01:22:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:23 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:22:23 DEBUG : one: Sizes differ 2026/08/04 01:22:24 INFO : one-2019-01-01: Deleted 2026/08/04 01:22:24 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/04 01:22:26 DEBUG : one: md5 = 940a30f1c5789274737c9bc40b53d307 OK 2026/08/04 01:22:26 DEBUG : one: size = 5 OK 2026/08/04 01:22:26 INFO : one: Copied (new) 2026/08/04 01:22:26 DEBUG : two: size = 3 OK 2026/08/04 01:22:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:22:26 DEBUG : two: Unchanged skipping 2026/08/04 01:22:27 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:27 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego/dst') 2026/08/04 01:22:27 DEBUG : three.txt: Sizes differ 2026/08/04 01:22:27 INFO : three-2019-01-01.txt: Deleted 2026/08/04 01:22:28 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/04 01:22:29 DEBUG : three.txt: md5 = baddd009a81fd67be30fef37bc4cc601 OK 2026/08/04 01:22:29 DEBUG : three.txt: size = 19 OK 2026/08/04 01:22:29 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (23.87s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:22:35 DEBUG : Testêé: md5 = c9e86c9654743e6e89fabc3599199376 OK 2026/08/04 01:22:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:22:36 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:36 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:22:36 DEBUG : Testêé: Sizes differ 2026/08/04 01:22:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:22:37 DEBUG : Testêé: md5 = b668437eaa9f2c3a8e202ac40f18e79f OK 2026/08/04 01:22:37 DEBUG : Testêé: size = 14 OK 2026/08/04 01:22:37 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/04 01:22:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (5.03s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:22:39 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/04 01:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:22:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:22:40 DEBUG : existing: md5 = b9374ca8b4c8cbc26d922fbbe3444f6f OK 2026/08/04 01:22:40 DEBUG : existing: size = 6 OK 2026/08/04 01:22:40 INFO : existing: Copied (new) 2026/08/04 01:22:40 DEBUG : Waiting for deletions to finish 2026/08/04 01:22:41 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:22:41 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:22:41 DEBUG : existing: Sizes differ 2026/08/04 01:22:41 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/04 01:22:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:22:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:22:41 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': not deleting files as there were IO errors 2026/08/04 01:22:41 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (3.81s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:22:44 DEBUG : EXISTING: md5 = dccda9ed1d2b2eee397e64c111b8f14d OK 2026/08/04 01:22:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:22:44 DEBUG : EXISTING: size = 6 OK 2026/08/04 01:22:44 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:22:44 DEBUG : existing: Unchanged skipping 2026/08/04 01:22:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:22:44 DEBUG : Waiting for deletions to finish 2026/08/04 01:22:44 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.06s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.46s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.43s) --- SKIP: TestMaxTransfer/Hard (0.50s) --- SKIP: TestMaxTransfer/Soft (0.47s) --- SKIP: TestMaxTransfer/Cautious (0.46s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:22:49 DEBUG : both0: md5 = 03071ccfa7f6247e1825c78486e2adbf OK 2026/08/04 01:22:50 DEBUG : only0: md5 = f17bcec1543314dc8048020e098a6414 OK 2026/08/04 01:22:52 DEBUG : both1: md5 = ccf5067cd096d6cf0edbd88d2b1f6023 OK 2026/08/04 01:22:54 DEBUG : only1: md5 = cddcef0cbf1e725327c39f18aaaf4287 OK 2026/08/04 01:22:55 DEBUG : both2: md5 = 2e3d171225183caccca6ce7cd33feb5d OK 2026/08/04 01:22:57 DEBUG : only2: md5 = 4b0129e67eb598a84ef10ad3f404b49c OK 2026/08/04 01:22:58 DEBUG : both3: md5 = 1cc75554bbf2e997995dc24f6d16be70 OK 2026/08/04 01:23:00 DEBUG : only3: md5 = 2d26fd6e0eb17c5bb4c8197bb615e215 OK 2026/08/04 01:23:01 DEBUG : both4: md5 = 0be89910265ed3697ce88a0fcd58df25 OK 2026/08/04 01:23:02 DEBUG : only4: md5 = 1f2962415096b05322ecbac9e33b474f OK 2026/08/04 01:23:04 DEBUG : both5: md5 = d1e7580eeb8e11090bfd9589c0b70c41 OK 2026/08/04 01:23:05 DEBUG : only5: md5 = 5d103c815ce492b8d2e4dc01034cb060 OK 2026/08/04 01:23:07 DEBUG : both6: md5 = 32656d3b8911e47d81fb1fcaa4ea9465 OK 2026/08/04 01:23:08 DEBUG : only6: md5 = 9a42bc00ae47fda424164fbdd2ba9f45 OK 2026/08/04 01:23:10 DEBUG : both7: md5 = 5a9e50e7f767107d4da8a15549e75788 OK 2026/08/04 01:23:11 DEBUG : only7: md5 = 0a0d7ace9b0456f1b810c2585cc4d131 OK 2026/08/04 01:23:13 DEBUG : both8: md5 = bbdb4cbb64e5cfbf170808c9df52b496 OK 2026/08/04 01:23:14 DEBUG : only8: md5 = b6fd2c1510745f80db3a19a976c145a7 OK 2026/08/04 01:23:16 DEBUG : both9: md5 = a43d7fc88dd549f54d00b5528c698512 OK 2026/08/04 01:23:17 DEBUG : only9: md5 = 0f6d5868c6f1bff0683e7c642dbf5bb3 OK 2026/08/04 01:23:19 DEBUG : both10: md5 = a1d366df51e02252db74e0267419c8dc OK 2026/08/04 01:23:20 DEBUG : only10: md5 = be12a6c130a4bff73b5e5c306ef44dad OK 2026/08/04 01:23:22 DEBUG : both11: md5 = e3b173de7db1047a778b3b6578e26670 OK 2026/08/04 01:23:23 DEBUG : only11: md5 = 867c9a3360c7d75b2ae2eb731571d8b4 OK 2026/08/04 01:23:25 DEBUG : both12: md5 = cb358c48e98ddb262aa6813b208688e3 OK 2026/08/04 01:23:26 DEBUG : only12: md5 = 2f2066281a7d55f8abd66674cb94650b OK 2026/08/04 01:23:28 DEBUG : both13: md5 = 983a41d744ab0754d1a48a01bf68bca1 OK 2026/08/04 01:23:30 DEBUG : only13: md5 = a539956b4f93c7fbce135fb1b29d7330 OK 2026/08/04 01:23:31 DEBUG : both14: md5 = 51006b6e25f7beadaa45b603fa254db0 OK 2026/08/04 01:23:33 DEBUG : only14: md5 = b153736b79a2478f7410e7ee768ec821 OK 2026/08/04 01:23:34 DEBUG : both15: md5 = 031486bf8b1bcd1343269336a893ac56 OK 2026/08/04 01:23:36 DEBUG : only15: md5 = 619857c484e4ebf545c99d08096089f8 OK 2026/08/04 01:23:37 DEBUG : both16: md5 = 2e638c4ec61ec0d518bdaf60ad132a83 OK 2026/08/04 01:23:39 DEBUG : only16: md5 = 14ef4ba03b623894d3eec0aa0c2ba78a OK 2026/08/04 01:23:41 DEBUG : both17: md5 = 562da298161b9e31bdd30a3e8b6fc995 OK 2026/08/04 01:23:42 DEBUG : only17: md5 = 3f61435724f100ec6702aee922846a34 OK 2026/08/04 01:23:44 DEBUG : both18: md5 = 66fc7cd84a75178418b312a9ad91587c OK 2026/08/04 01:23:45 DEBUG : only18: md5 = d2fd3127da9438d02410281b245e90df OK 2026/08/04 01:23:47 DEBUG : both19: md5 = 6cbedabfb50ad454146187d6da53fb2b OK 2026/08/04 01:23:48 DEBUG : only19: md5 = 2cd60954d893ca7a619c2f57ba221241 OK 2026/08/04 01:23:49 DEBUG : both10: size = 6 OK 2026/08/04 01:23:49 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both12: size = 6 OK 2026/08/04 01:23:49 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both11: size = 6 OK 2026/08/04 01:23:49 DEBUG : both0: size = 6 OK 2026/08/04 01:23:49 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both10: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both13: size = 6 OK 2026/08/04 01:23:49 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both0: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both14: size = 6 OK 2026/08/04 01:23:49 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both14: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both15: size = 6 OK 2026/08/04 01:23:49 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both15: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both16: size = 6 OK 2026/08/04 01:23:49 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both16: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both17: size = 6 OK 2026/08/04 01:23:49 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both17: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both18: size = 6 OK 2026/08/04 01:23:49 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both18: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both19: size = 6 OK 2026/08/04 01:23:49 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both19: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both1: size = 6 OK 2026/08/04 01:23:49 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both1: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both2: size = 6 OK 2026/08/04 01:23:49 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both12: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both3: size = 6 OK 2026/08/04 01:23:49 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both3: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both4: size = 6 OK 2026/08/04 01:23:49 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both4: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both5: size = 6 OK 2026/08/04 01:23:49 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both5: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both6: size = 6 OK 2026/08/04 01:23:49 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both6: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both7: size = 6 OK 2026/08/04 01:23:49 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both7: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both8: size = 6 OK 2026/08/04 01:23:49 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : both8: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both9: size = 6 OK 2026/08/04 01:23:49 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:23:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:23:49 DEBUG : both9: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both11: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both13: Unchanged skipping 2026/08/04 01:23:49 DEBUG : both2: Unchanged skipping 2026/08/04 01:23:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:23:49 DEBUG : Waiting for deletions to finish 2026/08/04 01:23:49 INFO : only6: Deleted 2026/08/04 01:23:49 INFO : only10: Deleted 2026/08/04 01:23:49 INFO : only8: Deleted 2026/08/04 01:23:50 INFO : only7: Deleted 2026/08/04 01:23:50 INFO : only16: Deleted 2026/08/04 01:23:50 INFO : only18: Deleted 2026/08/04 01:23:50 INFO : only14: Deleted 2026/08/04 01:23:50 INFO : only19: Deleted 2026/08/04 01:23:50 INFO : only3: Deleted 2026/08/04 01:23:50 INFO : only4: Deleted 2026/08/04 01:23:50 INFO : only11: Deleted 2026/08/04 01:23:50 INFO : only0: Deleted 2026/08/04 01:23:51 INFO : only1: Deleted 2026/08/04 01:23:51 INFO : only5: Deleted 2026/08/04 01:23:51 INFO : only2: Deleted 2026/08/04 01:23:51 INFO : only12: Deleted 2026/08/04 01:23:51 INFO : only9: Deleted 2026/08/04 01:23:51 INFO : only17: Deleted 2026/08/04 01:23:51 INFO : only15: Deleted 2026/08/04 01:23:51 INFO : only13: Deleted 2026/08/04 01:23:51 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (73.68s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:24:03 DEBUG : both0: md5 = 9b81baae01b8683f2faaf7347e53232b OK 2026/08/04 01:24:05 DEBUG : only0: md5 = ff587bbdb9708861daef4f08b88a24af OK 2026/08/04 01:24:06 DEBUG : both1: md5 = 9e0ec790f6cc8922ac03e9939708b29d OK 2026/08/04 01:24:08 DEBUG : only1: md5 = 042410ba21b5a4bd177808440c619c21 OK 2026/08/04 01:24:09 DEBUG : both2: md5 = db5e1f8a32cbda25e5661012394e6118 OK 2026/08/04 01:24:11 DEBUG : only2: md5 = 5fbc7c2a234e8b10d7e971442a2f2a31 OK 2026/08/04 01:24:12 DEBUG : both3: md5 = 706afdd2ac40c6922ee0e52bc78a50d4 OK 2026/08/04 01:24:14 DEBUG : only3: md5 = 01703973cdeccdacd1e91634487bf901 OK 2026/08/04 01:24:15 DEBUG : both4: md5 = ec4abaea5cf90db7c70db3ebee40cd92 OK 2026/08/04 01:24:17 DEBUG : only4: md5 = d6a6a8a4357115abc95405b134d57477 OK 2026/08/04 01:24:18 DEBUG : both5: md5 = 8e7cbc445e4c21f004ce0f2db09f6542 OK 2026/08/04 01:24:20 DEBUG : only5: md5 = 3844dc3a4b328b59521dcc8eba594214 OK 2026/08/04 01:24:21 DEBUG : both6: md5 = 48ea1faa06b2ac22ac77fcb3f3ffdf89 OK 2026/08/04 01:24:23 DEBUG : only6: md5 = 3bae0cc2417e60f8bbe100d7353eae54 OK 2026/08/04 01:24:24 DEBUG : both7: md5 = e0972b197abbcaca8b3ba0c69921227a OK 2026/08/04 01:24:26 DEBUG : only7: md5 = 5e85ed6888f2545db0639bcc5d63a54d OK 2026/08/04 01:24:27 DEBUG : both8: md5 = 6d1245b47ecdef5954481123dad3a130 OK 2026/08/04 01:24:29 DEBUG : only8: md5 = d40c6b8a7f2e1c450024e2b4debab2e1 OK 2026/08/04 01:24:30 DEBUG : both9: md5 = e9ff04c3ec02cdfe76fe751fdfc008cd OK 2026/08/04 01:24:32 DEBUG : only9: md5 = 68d38c4f75041ec59b928aa75ebff732 OK 2026/08/04 01:24:34 DEBUG : both10: md5 = 631348892ae5c2aa9a6eefaa20622fba OK 2026/08/04 01:24:35 DEBUG : only10: md5 = f154c2c4516a3c4a5a2638446163b360 OK 2026/08/04 01:24:37 DEBUG : both11: md5 = 6fcd8d8155db5874e8db6556367403d8 OK 2026/08/04 01:24:38 DEBUG : only11: md5 = 0dfbf781594ea915cc80dd1ecdffe0ae OK 2026/08/04 01:24:40 DEBUG : both12: md5 = 30cccf2e21fcd414dd29edd2c86bd0f8 OK 2026/08/04 01:24:41 DEBUG : only12: md5 = 96861094c9554a989f7c4705b0332360 OK 2026/08/04 01:24:43 DEBUG : both13: md5 = 49afdedcd970423932c2f423105674b3 OK 2026/08/04 01:24:44 DEBUG : only13: md5 = 04e4f07712b3d8c94597a9d5f026f723 OK 2026/08/04 01:24:45 DEBUG : both14: md5 = 34317486005f7d55c2f2cbb390121b37 OK 2026/08/04 01:24:47 DEBUG : only14: md5 = 39619c7f6aeb69e012d3e35620075283 OK 2026/08/04 01:24:48 DEBUG : both15: md5 = a23013c0c45ad49120ea48e188138d5c OK 2026/08/04 01:24:50 DEBUG : only15: md5 = cab5ba326e217cc4cd90b882fdd907e0 OK 2026/08/04 01:24:52 DEBUG : both16: md5 = 76b105b2708ca679856580045185d8bc OK 2026/08/04 01:24:53 DEBUG : only16: md5 = 3e3cd5d907f26aa72f2b711715927a65 OK 2026/08/04 01:24:54 DEBUG : both17: md5 = ad359b478f9e6e7ea7b17cc9bfda3627 OK 2026/08/04 01:24:56 DEBUG : only17: md5 = 30d1b32e2227f33054ebf85ab7a0a4cb OK 2026/08/04 01:24:57 DEBUG : both18: md5 = 2c58cb9cf395d4e96603c8846ed3e867 OK 2026/08/04 01:24:59 DEBUG : only18: md5 = 2d7281f4e309604d3b866c2f39654ad8 OK 2026/08/04 01:25:00 DEBUG : both19: md5 = 06be3dd1a3b1a8dbf04de3e018e59099 OK 2026/08/04 01:25:02 DEBUG : only19: md5 = 710bf93ec5c74dc49df598768354ba40 OK 2026/08/04 01:25:03 DEBUG : both0: size = 6 OK 2026/08/04 01:25:03 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both11: size = 6 OK 2026/08/04 01:25:03 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both12: size = 6 OK 2026/08/04 01:25:03 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:25:03 DEBUG : both10: size = 6 OK 2026/08/04 01:25:03 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both0: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both13: size = 6 OK 2026/08/04 01:25:03 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both13: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both14: size = 6 OK 2026/08/04 01:25:03 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both14: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both15: size = 6 OK 2026/08/04 01:25:03 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both11: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both16: size = 6 OK 2026/08/04 01:25:03 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both12: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both17: size = 6 OK 2026/08/04 01:25:03 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both17: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both18: size = 6 OK 2026/08/04 01:25:03 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both18: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both19: size = 6 OK 2026/08/04 01:25:03 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both19: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both1: size = 6 OK 2026/08/04 01:25:03 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both1: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both2: size = 6 OK 2026/08/04 01:25:03 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both2: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both3: size = 6 OK 2026/08/04 01:25:03 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both3: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both4: size = 6 OK 2026/08/04 01:25:03 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both4: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both5: size = 6 OK 2026/08/04 01:25:03 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both5: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both6: size = 6 OK 2026/08/04 01:25:03 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both6: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both7: size = 6 OK 2026/08/04 01:25:03 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both7: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both8: size = 6 OK 2026/08/04 01:25:03 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both8: Unchanged skipping 2026/08/04 01:25:03 DEBUG : both9: size = 6 OK 2026/08/04 01:25:03 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:25:03 DEBUG : both9: Unchanged skipping 2026/08/04 01:25:03 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : both15: Unchanged skipping 2026/08/04 01:25:03 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only0: Sizes differ 2026/08/04 01:25:03 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only10: Sizes differ 2026/08/04 01:25:03 DEBUG : both10: Unchanged skipping 2026/08/04 01:25:03 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only11: Sizes differ 2026/08/04 01:25:03 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only13: Sizes differ 2026/08/04 01:25:03 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : both16: Unchanged skipping 2026/08/04 01:25:03 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only16: Sizes differ 2026/08/04 01:25:03 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only15: Sizes differ 2026/08/04 01:25:03 DEBUG : only14: Sizes differ 2026/08/04 01:25:03 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only12: Sizes differ 2026/08/04 01:25:03 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only17: Sizes differ 2026/08/04 01:25:03 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only18: Sizes differ 2026/08/04 01:25:03 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only19: Sizes differ 2026/08/04 01:25:03 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only1: Sizes differ 2026/08/04 01:25:03 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only2: Sizes differ 2026/08/04 01:25:03 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only3: Sizes differ 2026/08/04 01:25:03 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only4: Sizes differ 2026/08/04 01:25:03 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only5: Sizes differ 2026/08/04 01:25:03 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only6: Sizes differ 2026/08/04 01:25:03 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only7: Sizes differ 2026/08/04 01:25:03 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only8: Sizes differ 2026/08/04 01:25:03 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3412067458) 2026/08/04 01:25:03 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego') 2026/08/04 01:25:03 DEBUG : only9: Sizes differ 2026/08/04 01:25:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:25:04 DEBUG : only13: md5 = 20e9268c81fe066d34c6dfb6d5e41dd3 OK 2026/08/04 01:25:04 DEBUG : only13: size = 0 OK 2026/08/04 01:25:04 INFO : only13: Copied (replaced existing) 2026/08/04 01:25:04 DEBUG : only11: md5 = 5e56622071bcaa178038135db20b4268 OK 2026/08/04 01:25:04 DEBUG : only11: size = 0 OK 2026/08/04 01:25:04 INFO : only11: Copied (replaced existing) 2026/08/04 01:25:04 DEBUG : only0: md5 = a75f41ee94ddcad7a1b64ad61fdc4678 OK 2026/08/04 01:25:04 DEBUG : only0: size = 0 OK 2026/08/04 01:25:04 INFO : only0: Copied (replaced existing) 2026/08/04 01:25:04 DEBUG : only10: md5 = 83604ff597e182e817239f34f1f52e37 OK 2026/08/04 01:25:04 DEBUG : only10: size = 0 OK 2026/08/04 01:25:04 INFO : only10: Copied (replaced existing) 2026/08/04 01:25:05 DEBUG : only17: md5 = 2cc852b90e9ee15d77b11a567a1daf48 OK 2026/08/04 01:25:05 DEBUG : only17: size = 0 OK 2026/08/04 01:25:05 INFO : only17: Copied (replaced existing) 2026/08/04 01:25:05 DEBUG : only16: md5 = 9b504747d4fbfabc4251865ead3e93f2 OK 2026/08/04 01:25:05 DEBUG : only16: size = 0 OK 2026/08/04 01:25:05 INFO : only16: Copied (replaced existing) 2026/08/04 01:25:05 DEBUG : only15: md5 = 5f6a1ae1a1d3ee608935b502c10e6f29 OK 2026/08/04 01:25:05 DEBUG : only15: size = 0 OK 2026/08/04 01:25:05 INFO : only15: Copied (replaced existing) 2026/08/04 01:25:05 DEBUG : only19: md5 = f20f0423f77f140037354a527269d4e6 OK 2026/08/04 01:25:05 DEBUG : only19: size = 0 OK 2026/08/04 01:25:05 INFO : only19: Copied (replaced existing) 2026/08/04 01:25:06 DEBUG : only2: md5 = 56ead163240cd2c193b26e1278e3f495 OK 2026/08/04 01:25:06 DEBUG : only2: size = 0 OK 2026/08/04 01:25:06 INFO : only2: Copied (replaced existing) 2026/08/04 01:25:06 DEBUG : only1: md5 = 0269cde85227911993556f94dec97eba OK 2026/08/04 01:25:06 DEBUG : only1: size = 0 OK 2026/08/04 01:25:06 INFO : only1: Copied (replaced existing) 2026/08/04 01:25:06 DEBUG : only4: md5 = 7eb4c0cb044cd335f285512e714b54ad OK 2026/08/04 01:25:06 DEBUG : only4: size = 0 OK 2026/08/04 01:25:06 INFO : only4: Copied (replaced existing) 2026/08/04 01:25:06 DEBUG : only3: md5 = c8d4612210554a73de51adaf1583e848 OK 2026/08/04 01:25:06 DEBUG : only3: size = 0 OK 2026/08/04 01:25:06 INFO : only3: Copied (replaced existing) 2026/08/04 01:25:07 DEBUG : only6: md5 = ad72fdff00b7793bd9e066c684872912 OK 2026/08/04 01:25:07 DEBUG : only6: size = 0 OK 2026/08/04 01:25:07 INFO : only6: Copied (replaced existing) 2026/08/04 01:25:07 DEBUG : only5: md5 = ca606fb5e0b4fe704cdea668dd0a588f OK 2026/08/04 01:25:07 DEBUG : only5: size = 0 OK 2026/08/04 01:25:07 INFO : only5: Copied (replaced existing) 2026/08/04 01:25:08 DEBUG : only7: md5 = 3ab673e44d74ec022b348aef70f36c3a OK 2026/08/04 01:25:08 DEBUG : only7: size = 0 OK 2026/08/04 01:25:08 INFO : only7: Copied (replaced existing) 2026/08/04 01:25:08 DEBUG : only8: md5 = 5b1b95f1157acc6958393d8dbfeb5ec0 OK 2026/08/04 01:25:08 DEBUG : only8: size = 0 OK 2026/08/04 01:25:08 INFO : only8: Copied (replaced existing) 2026/08/04 01:25:09 DEBUG : only14: md5 = d8863938cab3dd50b5471e37dcafd0ae OK 2026/08/04 01:25:09 DEBUG : only14: size = 0 OK 2026/08/04 01:25:09 INFO : only14: Copied (replaced existing) 2026/08/04 01:25:09 DEBUG : only12: md5 = 2c03b4d7aea1f63281a5b4e42b6a85d0 OK 2026/08/04 01:25:09 DEBUG : only12: size = 0 OK 2026/08/04 01:25:09 INFO : only12: Copied (replaced existing) 2026/08/04 01:25:09 DEBUG : only18: md5 = 042ccb878c25ac9f2f2e57aa89cc6b10 OK 2026/08/04 01:25:09 DEBUG : only18: size = 0 OK 2026/08/04 01:25:09 INFO : only18: Copied (replaced existing) 2026/08/04 01:25:09 DEBUG : only9: md5 = d987a33d5884398b31565e7021843973 OK 2026/08/04 01:25:09 DEBUG : only9: size = 0 OK 2026/08/04 01:25:09 INFO : only9: Copied (replaced existing) 2026/08/04 01:25:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (87.50s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:25:28 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:25:28 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:25:28 DEBUG : empty_on_remote: Making directory with metadata 2026/08/04 01:25:28 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:25:28 DEBUG : empty_on_remote: Making directory with metadata 2026/08/04 01:25:29 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:25:35 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:35 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:35 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:35 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (15.96s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:25:44 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:25:44 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:25:44 DEBUG : empty_on_remote: Making directory with metadata 2026/08/04 01:25:44 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:25:44 DEBUG : empty_on_remote: Making directory with metadata 2026/08/04 01:25:45 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:25:50 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:50 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:50 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:50 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/04 01:25:50 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.89s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:26:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:26:01 DEBUG : sub dir: Making directory with metadata 2026/08/04 01:26:02 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/04 01:26:20 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:26:20 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:26:20 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:26:20 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (38.40s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:26:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/04 01:26:40 DEBUG : sub dir: Making directory with metadata 2026/08/04 01:26:40 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/04 01:27:03 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:27:03 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/04 01:27:03 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/04 01:27:03 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (42.66s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:27:25 DEBUG : dir1/0000-abcdefg.txt: md5 = 4750a32042c4f03f8a389acd4786decc OK 2026/08/04 01:27:26 DEBUG : dir1/0001-bcdefgh.txt: md5 = ca4353649aafffe7e0cd2c10432ff579 OK 2026/08/04 01:27:27 DEBUG : dir1/0002-cdefghi.txt: md5 = c8b56b3d55791666d4f6b4ff4cd804db OK 2026/08/04 01:27:29 DEBUG : dir1/0003-defghij.txt: md5 = adcc280ab1800825d9eceb85d5a70664 OK 2026/08/04 01:27:30 DEBUG : dir1/0004-efghijk.txt: md5 = 637af9ef6637f4af8d9572846a403a2f OK 2026/08/04 01:27:32 DEBUG : dir1/0005-fghijkl.txt: md5 = 7eeb9913b5d4aa45b352e4faf75f573c OK 2026/08/04 01:27:33 DEBUG : dir1/0006-ghijklm.txt: md5 = 55a77e75c0ad00fe490147364f57fc4b OK 2026/08/04 01:27:35 DEBUG : dir1/0007-1234567.txt: md5 = b4046ba66aee5d373f183ff3c1de3999 OK 2026/08/04 01:27:36 DEBUG : dir1/0008-2345678.txt: md5 = a669d3b3a1d4bbc16c1c49ffdfdade79 OK 2026/08/04 01:27:38 DEBUG : dir1/0009-3456789.txt: md5 = a147196c061860c1555f756ef4daeda5 OK 2026/08/04 01:27:39 DEBUG : dir1/0010-456789.txt: md5 = 43bf3ede0ede9fcf65f26b5c2b8ca8a8 OK 2026/08/04 01:27:40 DEBUG : dir1/0011-56789;.txt: md5 = 4b43c288a878f57adcd99511e8aaaa75 OK 2026/08/04 01:27:42 DEBUG : dir1/0012-6789;.txt: md5 = 15bf7b56724ebaa2f8c16e40fe9be092 OK 2026/08/04 01:27:43 DEBUG : dir1/0013-789;=.txt: md5 = 9418e36abd3f1ed0d691005a1373c899 OK 2026/08/04 01:27:45 DEBUG : dir1/0014-89;=.txt: md5 = 365300b183acb2deb36f85a318cc4c26 OK 2026/08/04 01:27:46 DEBUG : dir1/0015-9;=.txt: md5 = 3219c5566650f299b1cf309f80dff556 OK 2026/08/04 01:27:48 DEBUG : apple: md5 = c79e56469f7b2c7c099fe4da6ec857d9 OK 2026/08/04 01:27:49 DEBUG : banana: md5 = 6504c97049a4619d475c6b200e49abe8 OK 2026/08/04 01:27:51 DEBUG : appleappleapplebanana: md5 = 51fc0dd02e83dbb77cc288c99af4efdc OK 2026/08/04 01:27:53 DEBUG : splitbananasplit: md5 = 4918c3bf203fbca7f5d9e1a4fcba7023 OK 2026/08/04 01:27:53 DEBUG : Waiting for deletions to finish 2026/08/04 01:27:53 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:27:53 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:27:54 DEBUG : apple: size = 5 OK 2026/08/04 01:27:54 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:54 DEBUG : apple: Unchanged skipping 2026/08/04 01:27:54 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:27:54 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:54 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:27:54 DEBUG : banana: size = 6 OK 2026/08/04 01:27:54 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:54 DEBUG : banana: Unchanged skipping 2026/08/04 01:27:55 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:27:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:27:55 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:27:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:27:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:27:55 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:27:55 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:27:55 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:27:55 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:27:55 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:27:55 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:27:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:27:55 DEBUG : Waiting for deletions to finish 2026/08/04 01:27:55 INFO : There was nothing to transfer 2026/08/04 01:27:55 DEBUG : Waiting for deletions to finish 2026/08/04 01:27:56 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:27:56 DEBUG : dir1: Directory modification time the same (differ by -315.235µs, within tolerance 1ms) 2026/08/04 01:27:56 DEBUG : apple: size = 5 OK 2026/08/04 01:27:56 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:56 DEBUG : apple: Unchanged skipping 2026/08/04 01:27:56 DEBUG : banana: size = 6 OK 2026/08/04 01:27:56 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:56 DEBUG : banana: Unchanged skipping 2026/08/04 01:27:56 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:27:56 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:56 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:27:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:27:56 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:27:57 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:27:57 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:27:57 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:27:57 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:27:57 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:27:57 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:27:57 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:27:57 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:27:57 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:27:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:27:57 DEBUG : Waiting for deletions to finish 2026/08/04 01:27:57 INFO : There was nothing to transfer 2026/08/04 01:27:57 DEBUG : Waiting for deletions to finish 2026/08/04 01:27:57 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:27:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:28:11 DEBUG : dir1/0000-abcdefg.txt: md5 = 7b705257b3721f0a09f02e7803ab712e OK 2026/08/04 01:28:12 DEBUG : dir1/0001-bcdefgh.txt: md5 = 747aedb10f26168152249ec972a3c425 OK 2026/08/04 01:28:14 DEBUG : dir1/0002-cdefghi.txt: md5 = d5ab67ab4a48e43e04552a249197cadc OK 2026/08/04 01:28:15 DEBUG : dir1/0003-defghij.txt: md5 = 48a2d8bb2c9acb596844444767a99d91 OK 2026/08/04 01:28:17 DEBUG : dir1/0004-efghijk.txt: md5 = 16a161ae7a9b6dfe986e1459c2c8cd33 OK 2026/08/04 01:28:18 DEBUG : dir1/0005-fghijkl.txt: md5 = 1d413a10224a402bd791ca731814c02c OK 2026/08/04 01:28:20 DEBUG : dir1/0006-ghijklm.txt: md5 = c6b82ba05a1aeb9d352e2c5a54e8cf56 OK 2026/08/04 01:28:21 DEBUG : dir1/0007-1234567.txt: md5 = 7b39838362cec51e4ac0a854ad45d8aa OK 2026/08/04 01:28:23 DEBUG : dir1/0008-2345678.txt: md5 = 03b95a614bf0e607ebf9b6601daeaded OK 2026/08/04 01:28:24 DEBUG : dir1/0009-3456789.txt: md5 = fdbb23b1ce2f3a53fb16e7a84284a72f OK 2026/08/04 01:28:26 DEBUG : dir1/0010-456789.txt: md5 = 8d87f8de078bb1ce972145a3519c9936 OK 2026/08/04 01:28:28 DEBUG : dir1/0011-56789;.txt: md5 = 0cbfedefaa29799429f9736ad9c4e500 OK 2026/08/04 01:28:29 DEBUG : dir1/0012-6789;.txt: md5 = f11507ed6fe6dca285bf4d1b36f8236f OK 2026/08/04 01:28:31 DEBUG : dir1/0013-789;=.txt: md5 = ef8bd9db0dbd4d870ce49e7f9b4eb6b5 OK 2026/08/04 01:28:32 DEBUG : dir1/0014-89;=.txt: md5 = 20cfb9a2407eb3449b0bef61e2ec1aca OK 2026/08/04 01:28:34 DEBUG : dir1/0015-9;=.txt: md5 = de92e36a58aa891f692a2b23a2f1cae8 OK 2026/08/04 01:28:35 DEBUG : apple: md5 = 5fb067b9fbfdc83a0b4a37bf5193af82 OK 2026/08/04 01:28:36 DEBUG : banana: md5 = 848bdd474cbe4b80ad59b9e67a1c8a2f OK 2026/08/04 01:28:38 DEBUG : appleappleapplebanana: md5 = f4d00dbd58e868ae9363312fe674f5d9 OK 2026/08/04 01:28:39 DEBUG : splitbananasplit: md5 = 53211d915c6838f13ea1672e0d243606 OK 2026/08/04 01:28:39 DEBUG : Waiting for deletions to finish 2026/08/04 01:28:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:28:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:28:41 DEBUG : apple: size = 5 OK 2026/08/04 01:28:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : apple: Unchanged skipping 2026/08/04 01:28:41 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:28:41 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:28:41 DEBUG : banana: size = 6 OK 2026/08/04 01:28:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : banana: Unchanged skipping 2026/08/04 01:28:41 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:28:41 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:28:41 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:28:41 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:28:41 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:28:41 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:28:41 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:28:41 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:28:41 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:28:41 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:41 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:28:41 DEBUG : Waiting for deletions to finish 2026/08/04 01:28:41 INFO : There was nothing to transfer 2026/08/04 01:28:41 DEBUG : Waiting for deletions to finish 2026/08/04 01:28:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:28:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:28:43 DEBUG : dir1: Directory modification time the same (differ by -901.337µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : apple: size = 5 OK 2026/08/04 01:28:43 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:28:43 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : apple: Unchanged skipping 2026/08/04 01:28:43 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:28:43 DEBUG : banana: size = 6 OK 2026/08/04 01:28:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:28:43 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : banana: Unchanged skipping 2026/08/04 01:28:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:28:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:28:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:28:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:28:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:28:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:28:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:28:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:28:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:28:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:28:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:28:43 DEBUG : Waiting for deletions to finish 2026/08/04 01:28:43 INFO : There was nothing to transfer 2026/08/04 01:28:43 DEBUG : Waiting for deletions to finish 2026/08/04 01:28:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:28:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:28:57 DEBUG : dir1/0000-abcdefg.txt: md5 = bc2e6585b05069154fb1b2c536ce9a28 OK 2026/08/04 01:28:59 DEBUG : dir1/0001-bcdefgh.txt: md5 = f0879d9d0f993af473cea8be5bc27af0 OK 2026/08/04 01:29:00 DEBUG : dir1/0002-cdefghi.txt: md5 = e99b07abe5bf22d3df6793c059c0b753 OK 2026/08/04 01:29:02 DEBUG : dir1/0003-defghij.txt: md5 = ab043a50bc892651a04e9d06f7af9676 OK 2026/08/04 01:29:03 DEBUG : dir1/0004-efghijk.txt: md5 = 2107a77d47bcb2b1c175391502a61224 OK 2026/08/04 01:29:05 DEBUG : dir1/0005-fghijkl.txt: md5 = 3f454ee61ff5574997e593147e72a421 OK 2026/08/04 01:29:07 DEBUG : dir1/0006-ghijklm.txt: md5 = 2d3a9099da5f5844ad2e9a7fc958e707 OK 2026/08/04 01:29:08 DEBUG : dir1/0007-1234567.txt: md5 = e0f1c2711d8c4e169daa2a6a926ded50 OK 2026/08/04 01:29:09 DEBUG : dir1/0008-2345678.txt: md5 = d7427df3cc1fd1d65a152db9449c53f1 OK 2026/08/04 01:29:11 DEBUG : dir1/0009-3456789.txt: md5 = f640e44655099818e5e29c821fb0f267 OK 2026/08/04 01:29:12 DEBUG : dir1/0010-456789.txt: md5 = b745d98b2fbf9fd099a359fec9ba0071 OK 2026/08/04 01:29:14 DEBUG : dir1/0011-56789;.txt: md5 = c98252e6fa84e5b89e572cbc5505d6a9 OK 2026/08/04 01:29:16 DEBUG : dir1/0012-6789;.txt: md5 = 20aba26a6fbe6f5b4ecf517b326b6d9a OK 2026/08/04 01:29:17 DEBUG : dir1/0013-789;=.txt: md5 = 72226bab8724ba61039a906446ce47ed OK 2026/08/04 01:29:18 DEBUG : dir1/0014-89;=.txt: md5 = 0f53645dc2cd9074f99f8a2266500931 OK 2026/08/04 01:29:20 DEBUG : dir1/0015-9;=.txt: md5 = e2f450412ed13b002ff8351702fc5eed OK 2026/08/04 01:29:21 DEBUG : apple: md5 = 05024b7c3112a97e1e5bfe61d3d5c69a OK 2026/08/04 01:29:23 DEBUG : banana: md5 = c3c2e3e0a3f0884b43dd3c94865765e0 OK 2026/08/04 01:29:24 DEBUG : appleappleapplebanana: md5 = 3bc92728473a6ca4e1dfffe9e60ad3ed OK 2026/08/04 01:29:26 DEBUG : splitbananasplit: md5 = 8e79b0b6998bdec606b118f98beef42c OK 2026/08/04 01:29:26 DEBUG : Waiting for deletions to finish 2026/08/04 01:29:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:29:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:29:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:27 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/04 01:29:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:27 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/04 01:29:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:27 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/04 01:29:27 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:27 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:27 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:27 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:28 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:28 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:28 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:28 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:28 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:28 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/04 01:29:28 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:29:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:29:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:29:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = 0544c2ace48ef81993c29dc24df4a50e OK 2026/08/04 01:29:29 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/04 01:29:29 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:29 DEBUG : YmFuYW5h: md5 = a6434a5f1e52994e4f67c1024b94cbe2 OK 2026/08/04 01:29:29 DEBUG : YmFuYW5h: size = 6 OK 2026/08/04 01:29:29 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/04 01:29:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = d40d2b20a5a52816a8057eea48f9a995 OK 2026/08/04 01:29:29 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/04 01:29:29 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:29 DEBUG : YXBwbGU=: md5 = b589b0bed9c751befeb344a6c60195af OK 2026/08/04 01:29:29 DEBUG : YXBwbGU=: size = 5 OK 2026/08/04 01:29:29 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/04 01:29:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 9ed0a9f6071cb0e20f3b85b5c5f81b96 OK 2026/08/04 01:29:30 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/04 01:29:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = 2fc06a19c9525965bbec50e8a4b0b4d8 OK 2026/08/04 01:29:30 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/04 01:29:30 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 723b00ab0d84de6f8fe36de32276f6cf OK 2026/08/04 01:29:30 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/04 01:29:30 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 5ecf1128fcfd536b61b06ae5467071fb OK 2026/08/04 01:29:30 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/04 01:29:30 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 6809793594a2d01d4403944650318ff2 OK 2026/08/04 01:29:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/04 01:29:31 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 9a33142b90832593666e2aad0e170c47 OK 2026/08/04 01:29:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/04 01:29:31 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:32 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 99d5fbd7c31a61472ac0525303f6e185 OK 2026/08/04 01:29:32 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/04 01:29:32 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:32 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 17adb0f837b3e74dc667e008ec6aeaf8 OK 2026/08/04 01:29:32 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/04 01:29:32 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 7c5f48a16fee302a34f80023d85734d9 OK 2026/08/04 01:29:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/04 01:29:33 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = e3ade32addad5512fe84142e8eef980c OK 2026/08/04 01:29:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/04 01:29:33 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 2756706f005a727fd9753de304a2a24d OK 2026/08/04 01:29:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/04 01:29:33 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = c4dd0ec083a6ad412266d04ddea88870 OK 2026/08/04 01:29:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/04 01:29:33 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 3b982463ca759f6f8ac1be3081dbcd69 OK 2026/08/04 01:29:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/04 01:29:34 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 0f897297889b35444fca0864a9f76dfd OK 2026/08/04 01:29:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/04 01:29:34 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:34 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 3ebb74866cee458d75d63b8e1a812a6d OK 2026/08/04 01:29:34 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/04 01:29:34 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = fcfd74c65d856c4c04e9997b41636381 OK 2026/08/04 01:29:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/04 01:29:34 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:34 DEBUG : Waiting for deletions to finish 2026/08/04 01:29:35 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0013-789;=.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0007-1234567.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0012-6789;.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/04 01:29:35 INFO : apple: Deleted 2026/08/04 01:29:35 INFO : banana: Deleted 2026/08/04 01:29:35 INFO : dir1/0011-56789;.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0010-456789.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0003-defghij.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0014-89;=.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0008-2345678.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/04 01:29:35 INFO : dir1/0009-3456789.txt: Deleted 2026/08/04 01:29:36 INFO : dir1/0015-9;=.txt: Deleted 2026/08/04 01:29:36 INFO : appleappleapplebanana: Deleted 2026/08/04 01:29:36 INFO : splitbananasplit: Deleted 2026/08/04 01:29:36 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/04 01:29:36 DEBUG : Waiting for deletions to finish 2026/08/04 01:29:36 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:36 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:37 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:37 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:37 DEBUG : dir1: Directory modification time the same (differ by -478.595µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : YXBwbGU=: size = 5 OK 2026/08/04 01:29:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : apple: Unchanged skipping 2026/08/04 01:29:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:29:37 DEBUG : YmFuYW5h: size = 6 OK 2026/08/04 01:29:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : banana: Unchanged skipping 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:37 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/04 01:29:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:29:37 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:37 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:37 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:37 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:37 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:37 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:37 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:37 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:37 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:37 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:37 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:37 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:37 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:37 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:37 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/04 01:29:37 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:29:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:29:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:29:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:29:37 DEBUG : Waiting for deletions to finish 2026/08/04 01:29:37 DEBUG : Waiting for deletions to finish 2026/08/04 01:29:38 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/04 01:29:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:38 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:38 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:38 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/04 01:29:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:38 DEBUG : apple: transformed to: YXBwbGU= 2026/08/04 01:29:38 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/04 01:29:38 DEBUG : banana: transformed to: YmFuYW5h 2026/08/04 01:29:38 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/04 01:29:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/04 01:29:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/04 01:29:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/04 01:29:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/04 01:29:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/04 01:29:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:29:51 DEBUG : dir1/0000-abcdefg.txt: md5 = ab076138cc7384368e17506f6700dbc1 OK 2026/08/04 01:29:52 DEBUG : dir1/0001-bcdefgh.txt: md5 = d2ef25bd7dc69df21df4ea3a3f7cd5e6 OK 2026/08/04 01:29:54 DEBUG : dir1/0002-cdefghi.txt: md5 = 444f29b94f2d5863f2b670772219f445 OK 2026/08/04 01:29:55 DEBUG : dir1/0003-defghij.txt: md5 = 8b4d0f2e96ec9f548a6d464715ce6cc3 OK 2026/08/04 01:29:57 DEBUG : dir1/0004-efghijk.txt: md5 = 1c425cf99f767cd202bceb90961590e4 OK 2026/08/04 01:29:59 DEBUG : dir1/0005-fghijkl.txt: md5 = d9523dfb555558e0489480d217fcdecb OK 2026/08/04 01:30:00 DEBUG : dir1/0006-ghijklm.txt: md5 = 49f13a4b2f8d5603de40ab831d1a674d OK 2026/08/04 01:30:02 DEBUG : dir1/0007-1234567.txt: md5 = 05ae323daf0f2d624e1099f2307f6f6b OK 2026/08/04 01:30:03 DEBUG : dir1/0008-2345678.txt: md5 = 9af202c27737769489e0c7a28b6e6660 OK 2026/08/04 01:30:04 DEBUG : dir1/0009-3456789.txt: md5 = 129e854449505c04f9b201d8890de467 OK 2026/08/04 01:30:06 DEBUG : dir1/0010-456789.txt: md5 = c4d7e680ba9921f06592eb5a91960fcf OK 2026/08/04 01:30:08 DEBUG : dir1/0011-56789;.txt: md5 = 761aeb7e0a60cc20bc7e79e379650252 OK 2026/08/04 01:30:09 DEBUG : dir1/0012-6789;.txt: md5 = 1ecfdefa33d793766d0e59c46b3ce885 OK 2026/08/04 01:30:11 DEBUG : dir1/0013-789;=.txt: md5 = d0e87146cba49206f99e347cbb3903b2 OK 2026/08/04 01:30:13 DEBUG : dir1/0014-89;=.txt: md5 = 78181b28cee5b934089794e21edda6b8 OK 2026/08/04 01:30:14 DEBUG : dir1/0015-9;=.txt: md5 = 5efeceb1e545c2c09ea7a4b7d1abe27c OK 2026/08/04 01:30:16 DEBUG : apple: md5 = 52b6d816fb22f49bbb17114688fa5cba OK 2026/08/04 01:30:17 DEBUG : banana: md5 = 711f49563cf15b671924d001c6426a2e OK 2026/08/04 01:30:19 DEBUG : appleappleapplebanana: md5 = 3c4a59a32020aaa20c78a1bf1417a9e8 OK 2026/08/04 01:30:20 DEBUG : splitbananasplit: md5 = 4e1d5b140a4f1cecf3229e18180e2191 OK 2026/08/04 01:30:20 DEBUG : Waiting for deletions to finish 2026/08/04 01:30:21 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:30:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:30:22 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:22 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:22 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:22 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:22 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:22 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:22 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:22 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:22 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:22 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:22 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:22 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/04 01:30:22 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:22 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/04 01:30:22 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/04 01:30:22 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:22 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:22 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:22 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:22 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:22 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:22 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/04 01:30:22 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:22 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/04 01:30:23 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/04 01:30:23 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/04 01:30:23 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/04 01:30:23 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/04 01:30:23 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/04 01:30:23 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/04 01:30:23 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/04 01:30:23 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/04 01:30:23 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/04 01:30:23 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/04 01:30:23 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/04 01:30:23 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/04 01:30:23 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/04 01:30:23 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/04 01:30:23 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/04 01:30:23 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:30:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:30:23 DEBUG : PREFIXsplitbananasplit: md5 = 4ef145bcbfd68c97595ec33ed2e3ba89 OK 2026/08/04 01:30:23 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/04 01:30:23 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/04 01:30:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:23 DEBUG : PREFIXapple: md5 = 865ef23452ff83ecebef75123f5ea485 OK 2026/08/04 01:30:23 DEBUG : PREFIXapple: size = 5 OK 2026/08/04 01:30:23 INFO : apple: Copied (new) to: PREFIXapple 2026/08/04 01:30:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:23 DEBUG : PREFIXbanana: md5 = 47fad0c4eeca5f3d33192b3530c80bec OK 2026/08/04 01:30:23 DEBUG : PREFIXbanana: size = 6 OK 2026/08/04 01:30:23 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/04 01:30:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:23 DEBUG : PREFIXappleappleapplebanana: md5 = f28607dbf5c39674b1336936b85c2189 OK 2026/08/04 01:30:23 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/04 01:30:23 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/04 01:30:23 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = bce258638b537b4b9ad3c313d8eede73 OK 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/04 01:30:25 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 400ab17e63a1083559272f68363a42c3 OK 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/04 01:30:25 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = ba195c453088c1ee6d01d0fa187de222 OK 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:30:25 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 5a7ab024ca012588100930f26a450929 OK 2026/08/04 01:30:25 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/04 01:30:25 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 0975e7c645618bf18c9cddc5b4b5a0fa OK 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/04 01:30:26 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = db0aa0c5c1d37940960c8e5a33136813 OK 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/04 01:30:26 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 72e91a9b8843b72ce075ec40f69e01b7 OK 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/04 01:30:26 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 54e99a8957659db3a44cda01fef68c6a OK 2026/08/04 01:30:26 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/04 01:30:26 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = ab675d4a54d6bbaf8ea2f3c662c89e90 OK 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/04 01:30:28 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = 8030da530d6dea674165585164288380 OK 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/04 01:30:28 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 1a6f84b6e6d05512fc92f7bfad79109f OK 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/04 01:30:28 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 6a79704a7af7a4590847b8fae510b7cf OK 2026/08/04 01:30:28 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/04 01:30:28 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:29 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = b629785d760ec4198a2dddf4e3fa56a0 OK 2026/08/04 01:30:29 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/04 01:30:29 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:29 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = d8f6989552372d3cc78d7fc495bb0d73 OK 2026/08/04 01:30:29 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/04 01:30:29 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:29 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 1b2a100ad4ea3f6aea44168006b54884 OK 2026/08/04 01:30:29 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/04 01:30:29 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:30 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 1fa3a6cb5797d2ce75dfedf9a372f828 OK 2026/08/04 01:30:30 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/04 01:30:30 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:30 DEBUG : Waiting for deletions to finish 2026/08/04 01:30:30 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/04 01:30:30 INFO : dir1/0007-1234567.txt: Deleted 2026/08/04 01:30:30 INFO : dir1/0014-89;=.txt: Deleted 2026/08/04 01:30:30 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/04 01:30:30 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/04 01:30:30 INFO : appleappleapplebanana: Deleted 2026/08/04 01:30:30 INFO : dir1/0009-3456789.txt: Deleted 2026/08/04 01:30:30 INFO : dir1/0010-456789.txt: Deleted 2026/08/04 01:30:31 INFO : banana: Deleted 2026/08/04 01:30:31 INFO : dir1/0003-defghij.txt: Deleted 2026/08/04 01:30:31 INFO : dir1/0012-6789;.txt: Deleted 2026/08/04 01:30:31 INFO : dir1/0008-2345678.txt: Deleted 2026/08/04 01:30:31 INFO : dir1/0013-789;=.txt: Deleted 2026/08/04 01:30:31 INFO : splitbananasplit: Deleted 2026/08/04 01:30:31 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/04 01:30:31 INFO : apple: Deleted 2026/08/04 01:30:31 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/04 01:30:31 INFO : dir1/0015-9;=.txt: Deleted 2026/08/04 01:30:31 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/04 01:30:31 INFO : dir1/0011-56789;.txt: Deleted 2026/08/04 01:30:31 DEBUG : Waiting for deletions to finish 2026/08/04 01:30:32 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : apple: transformed to: PREFIXapple 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/04 01:30:32 DEBUG : banana: transformed to: PREFIXbanana 2026/08/04 01:30:32 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/04 01:30:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/04 01:30:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/04 01:30:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/04 01:30:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/04 01:30:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/04 01:30:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/04 01:30:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/04 01:30:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/04 01:30:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/04 01:30:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/04 01:30:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/04 01:30:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/04 01:30:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/04 01:30:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/04 01:30:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/04 01:30:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/04 01:30:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/04 01:30:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/04 01:30:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/04 01:30:32 DEBUG : dir1: Directory modification time the same (differ by -158.325µs, within tolerance 1ms) 2026/08/04 01:30:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:30:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:30:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:30:34 DEBUG : apple: md5 = eae50246e96242eb4442ee81c4110aef OK 2026/08/04 01:30:34 DEBUG : apple: size = 5 OK 2026/08/04 01:30:34 INFO : apple: Copied (new) 2026/08/04 01:30:34 DEBUG : splitbananasplit: md5 = 892fdc4518ff75f7b728abdac4999d85 OK 2026/08/04 01:30:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:30:34 INFO : splitbananasplit: Copied (new) 2026/08/04 01:30:34 DEBUG : appleappleapplebanana: md5 = b5c918cf4e517b529a6cbcad21915b67 OK 2026/08/04 01:30:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:30:34 INFO : appleappleapplebanana: Copied (new) 2026/08/04 01:30:34 DEBUG : banana: md5 = 004bfec88f0fc211f9d2d9daef30eeca OK 2026/08/04 01:30:34 DEBUG : banana: size = 6 OK 2026/08/04 01:30:34 INFO : banana: Copied (new) 2026/08/04 01:30:35 DEBUG : dir1/0000-abcdefg.txt: md5 = 08df08e963e5ff0815d392e59542ed0d OK 2026/08/04 01:30:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:30:35 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/04 01:30:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 26b6fd99afe7ed2eb597046c3a8af2a0 OK 2026/08/04 01:30:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:30:35 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/04 01:30:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = 190fecbe19f0e794c0e998788bbe2385 OK 2026/08/04 01:30:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:30:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/04 01:30:36 DEBUG : dir1/0003-defghij.txt: md5 = 0276c361cc3d55ea18b6baa46b86fb2a OK 2026/08/04 01:30:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:30:36 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/04 01:30:37 DEBUG : dir1/0004-efghijk.txt: md5 = 43371acb6f5ef7856d974486d20bcf06 OK 2026/08/04 01:30:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:30:37 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/04 01:30:37 DEBUG : dir1/0005-fghijkl.txt: md5 = 4047dc166158c1bf1ea70eb437c976f2 OK 2026/08/04 01:30:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:30:37 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/04 01:30:37 DEBUG : dir1/0006-ghijklm.txt: md5 = bd0df37042a78f0c851510599588614f OK 2026/08/04 01:30:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:30:37 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/04 01:30:37 DEBUG : dir1/0007-1234567.txt: md5 = bea971e5c837eca49c73fdd0acc2e429 OK 2026/08/04 01:30:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:30:37 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/04 01:30:38 DEBUG : dir1/0008-2345678.txt: md5 = f34505b8394a33a70050d34549caf132 OK 2026/08/04 01:30:38 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:30:38 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/04 01:30:38 DEBUG : dir1/0009-3456789.txt: md5 = 12cf0c65c2c1393391ce24066b2c3302 OK 2026/08/04 01:30:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:30:38 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/04 01:30:39 DEBUG : dir1/0011-56789;.txt: md5 = bed7a2ba9b409c15737e4fd310581366 OK 2026/08/04 01:30:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:30:39 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/04 01:30:39 DEBUG : dir1/0010-456789.txt: md5 = 170b61263f72401428474092b1de4f20 OK 2026/08/04 01:30:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:30:39 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/04 01:30:40 DEBUG : dir1/0012-6789;.txt: md5 = 81fe94f380474a3d5ae1eb2bb41039e1 OK 2026/08/04 01:30:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:30:40 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/04 01:30:40 DEBUG : dir1/0013-789;=.txt: md5 = cfeebf44add99cd6ac61d75793bb478f OK 2026/08/04 01:30:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:30:40 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/04 01:30:40 DEBUG : dir1/0014-89;=.txt: md5 = 1088c4c661285c099bbc82a1afa36876 OK 2026/08/04 01:30:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:30:40 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/04 01:30:40 DEBUG : dir1/0015-9;=.txt: md5 = 300bd50682672853078d9287b3a3d242 OK 2026/08/04 01:30:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:30:40 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/04 01:30:40 DEBUG : Waiting for deletions to finish 2026/08/04 01:30:41 INFO : PREFIXsplitbananasplit: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/04 01:30:41 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/04 01:30:41 INFO : PREFIXapple: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/04 01:30:41 INFO : PREFIXbanana: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/04 01:30:41 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/04 01:30:42 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/04 01:30:42 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/04 01:30:42 DEBUG : Waiting for deletions to finish 2026/08/04 01:30:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:30:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : Waiting for deletions to finish 2026/08/04 01:30:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:30:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:30:58 DEBUG : dir1/0000-abcdefg.txt: md5 = e6570a4bda1f2dde4d3b55f270e75b46 OK 2026/08/04 01:31:00 DEBUG : dir1/0001-bcdefgh.txt: md5 = 711b2b066ddb0169ef235ea105a04d08 OK 2026/08/04 01:31:01 DEBUG : dir1/0002-cdefghi.txt: md5 = a3af920f9abb0f83ac8a293730f6ceef OK 2026/08/04 01:31:03 DEBUG : dir1/0003-defghij.txt: md5 = 0788fcd799ac8c8fab067d50b7087bfb OK 2026/08/04 01:31:04 DEBUG : dir1/0004-efghijk.txt: md5 = 13a812af0ed859342b00fb669a7e3bab OK 2026/08/04 01:31:06 DEBUG : dir1/0005-fghijkl.txt: md5 = 6d86301b412134dd0b64b9ba14767334 OK 2026/08/04 01:31:08 DEBUG : dir1/0006-ghijklm.txt: md5 = dce72c77d89c1ea9287c474b26d4da95 OK 2026/08/04 01:31:09 DEBUG : dir1/0007-1234567.txt: md5 = 81758108b6ef4cad9f2854079b8c2139 OK 2026/08/04 01:31:10 DEBUG : dir1/0008-2345678.txt: md5 = e143604a8dc146a5308d402d20c5998d OK 2026/08/04 01:31:12 DEBUG : dir1/0009-3456789.txt: md5 = b7a8837a4493cc5bac6ce1953dfeee3f OK 2026/08/04 01:31:13 DEBUG : dir1/0010-456789.txt: md5 = 0f1b2162dd6e11307949bec57ca6bba0 OK 2026/08/04 01:31:15 DEBUG : dir1/0011-56789;.txt: md5 = c2c47da795b32dd22c945a5734c66456 OK 2026/08/04 01:31:16 DEBUG : dir1/0012-6789;.txt: md5 = 2ac315a27efbd78cd6f829ef884784e8 OK 2026/08/04 01:31:18 DEBUG : dir1/0013-789;=.txt: md5 = 3714e7e76144d363e50fefee0baf255a OK 2026/08/04 01:31:19 DEBUG : dir1/0014-89;=.txt: md5 = 30a9a17abf9d6f41ff1cb4eb287631bf OK 2026/08/04 01:31:21 DEBUG : dir1/0015-9;=.txt: md5 = 1e23e67ae61e7930cb60ac81dd821918 OK 2026/08/04 01:31:22 DEBUG : apple: md5 = 6066ca7a55c377e25a51ff4e0e7cd0f3 OK 2026/08/04 01:31:24 DEBUG : banana: md5 = 0f0f89ddd8b4e235e431e6e40f1f1d21 OK 2026/08/04 01:31:25 DEBUG : appleappleapplebanana: md5 = 1985ad887e2e0fbbc0daf48fa5a7c0b9 OK 2026/08/04 01:31:27 DEBUG : splitbananasplit: md5 = b46293b0786dafb814b153b60b271487 OK 2026/08/04 01:31:27 DEBUG : Waiting for deletions to finish 2026/08/04 01:31:28 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:31:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:28 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/04 01:31:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:28 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/04 01:31:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:29 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:31:29 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:29 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/04 01:31:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:31:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:31:30 DEBUG : appleSUFFIX: md5 = 5ce37668a47304989ba2c7fe0f2f6128 OK 2026/08/04 01:31:30 DEBUG : appleSUFFIX: size = 5 OK 2026/08/04 01:31:30 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/04 01:31:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:30 DEBUG : bananaSUFFIX: md5 = b2d0905f77b441f273bb6d35fd606725 OK 2026/08/04 01:31:30 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/04 01:31:30 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/04 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:30 DEBUG : appleappleapplebananaSUFFIX: md5 = 5608c148876d6725ef89ad6be048d839 OK 2026/08/04 01:31:30 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/04 01:31:30 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/04 01:31:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:30 DEBUG : splitbananasplitSUFFIX: md5 = 6cf4815a0a0825debf44a31fdd955f4d OK 2026/08/04 01:31:30 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/04 01:31:30 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/04 01:31:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:31 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = a8e49b76b7eca13fae0cbdb7c083f3d7 OK 2026/08/04 01:31:31 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/04 01:31:31 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:31 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 0eb6f15cd03cadba3f7b673f66d42b83 OK 2026/08/04 01:31:31 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/04 01:31:31 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:31 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = ed25b42dfcaf1749a1760c241b54a174 OK 2026/08/04 01:31:31 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/04 01:31:31 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:32 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 32d5ce7121cc63509434bbd1ef6f9f9c OK 2026/08/04 01:31:32 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/04 01:31:32 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = 64eed499c65abf4dce16b966cb0df6b1 OK 2026/08/04 01:31:33 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/04 01:31:33 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = c0ed596d0276f4dfe84bf5fcd0c3ec17 OK 2026/08/04 01:31:33 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/04 01:31:33 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = aececa59c9aa8f2d2b86497a4ec3e55f OK 2026/08/04 01:31:33 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/04 01:31:33 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = a16f392522b732c595a16cc0fa24cdd6 OK 2026/08/04 01:31:33 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/04 01:31:33 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:34 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 5ab51ee04df60d318f8c3e94f7f8159d OK 2026/08/04 01:31:34 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/04 01:31:34 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:34 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = 43387da20c8f087066fe76131e2b2f4e OK 2026/08/04 01:31:34 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/04 01:31:34 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:34 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 3ef091f644ac42772155955b6d543774 OK 2026/08/04 01:31:34 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/04 01:31:34 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:35 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = 533dc650dff7d412f307da89add69d9c OK 2026/08/04 01:31:35 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/04 01:31:35 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:35 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 81b69224d99b41a203a424d2d847a7c8 OK 2026/08/04 01:31:35 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/04 01:31:35 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:36 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = 8af4f80ba4f03a8f146631e6511a4f8a OK 2026/08/04 01:31:36 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/04 01:31:36 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:36 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 58a93c3d0cbaf72702390bc58f42c10a OK 2026/08/04 01:31:36 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/04 01:31:36 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:36 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 53443c18f8b92a4bdd18f797e8a3a935 OK 2026/08/04 01:31:36 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/04 01:31:36 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:36 DEBUG : Waiting for deletions to finish 2026/08/04 01:31:36 INFO : dir1/0011-56789;.txt: Deleted 2026/08/04 01:31:36 INFO : appleappleapplebanana: Deleted 2026/08/04 01:31:36 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/04 01:31:36 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/04 01:31:36 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/04 01:31:36 INFO : apple: Deleted 2026/08/04 01:31:36 INFO : dir1/0015-9;=.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0007-1234567.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0014-89;=.txt: Deleted 2026/08/04 01:31:37 INFO : banana: Deleted 2026/08/04 01:31:37 INFO : dir1/0009-3456789.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/04 01:31:37 INFO : splitbananasplit: Deleted 2026/08/04 01:31:37 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0012-6789;.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0013-789;=.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0003-defghij.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0010-456789.txt: Deleted 2026/08/04 01:31:37 INFO : dir1/0008-2345678.txt: Deleted 2026/08/04 01:31:37 DEBUG : Waiting for deletions to finish 2026/08/04 01:31:38 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : apple: transformed to: appleSUFFIX 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/04 01:31:38 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/04 01:31:38 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/04 01:31:38 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/04 01:31:38 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/04 01:31:38 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/04 01:31:38 DEBUG : dir1: Directory modification time the same (differ by -986.945µs, within tolerance 1ms) 2026/08/04 01:31:38 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:31:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:31:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:31:40 DEBUG : splitbananasplit: md5 = c8f9ecf07cd430a9aac55479dd37a736 OK 2026/08/04 01:31:40 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:31:40 INFO : splitbananasplit: Copied (new) 2026/08/04 01:31:40 DEBUG : apple: md5 = 962ce06480f4f4cec0ca9d0b4f3d27ce OK 2026/08/04 01:31:40 DEBUG : apple: size = 5 OK 2026/08/04 01:31:40 INFO : apple: Copied (new) 2026/08/04 01:31:40 DEBUG : appleappleapplebanana: md5 = 3be060ccda3663240cd95eaba7cd5821 OK 2026/08/04 01:31:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:31:40 INFO : appleappleapplebanana: Copied (new) 2026/08/04 01:31:40 DEBUG : banana: md5 = f267b63feffd218fc007f66997023660 OK 2026/08/04 01:31:40 DEBUG : banana: size = 6 OK 2026/08/04 01:31:40 INFO : banana: Copied (new) 2026/08/04 01:31:41 DEBUG : dir1/0002-cdefghi.txt: md5 = f9f312ce33b87d1d25e721d5b3319abb OK 2026/08/04 01:31:41 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:31:41 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/04 01:31:41 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7f21831567e3ec979128ca87ba2cbfdf OK 2026/08/04 01:31:41 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:31:41 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/04 01:31:42 DEBUG : dir1/0000-abcdefg.txt: md5 = 1593d8d3f2bc89e3573b873a2779362c OK 2026/08/04 01:31:42 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:31:42 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/04 01:31:42 DEBUG : dir1/0003-defghij.txt: md5 = a81c49cc125e035f81065f29a2162993 OK 2026/08/04 01:31:42 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:31:42 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/04 01:31:43 DEBUG : dir1/0004-efghijk.txt: md5 = 8d957ceed36bc31e2cc09a9788d64d33 OK 2026/08/04 01:31:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:31:43 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/04 01:31:43 DEBUG : dir1/0005-fghijkl.txt: md5 = a4b6ae31c210e0308f1b73acb9e9e191 OK 2026/08/04 01:31:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:31:43 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/04 01:31:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 09b7019e8f728e219d28fc5c1bec84b0 OK 2026/08/04 01:31:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:31:43 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/04 01:31:43 DEBUG : dir1/0007-1234567.txt: md5 = c2668f298186c08d8e835c65117e8011 OK 2026/08/04 01:31:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:31:43 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/04 01:31:44 DEBUG : dir1/0009-3456789.txt: md5 = 552be1dceabd103285b1523dc951308f OK 2026/08/04 01:31:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:31:44 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/04 01:31:44 DEBUG : dir1/0008-2345678.txt: md5 = 5a16b0759b6a34fc36a945241a069e89 OK 2026/08/04 01:31:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:31:44 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/04 01:31:45 DEBUG : dir1/0010-456789.txt: md5 = e864f3c9a94f6390fd28eb84b8a01b5d OK 2026/08/04 01:31:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:31:45 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/04 01:31:45 DEBUG : dir1/0011-56789;.txt: md5 = ab0709ac11b4ee2c3ee873266e9bf5ce OK 2026/08/04 01:31:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:31:45 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/04 01:31:46 DEBUG : dir1/0012-6789;.txt: md5 = 0aa06aed7a4ef5306c9b96c472f08d9e OK 2026/08/04 01:31:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:31:46 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/04 01:31:46 DEBUG : dir1/0014-89;=.txt: md5 = c79a0a7fa31bd639de045f75f4403990 OK 2026/08/04 01:31:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:31:46 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/04 01:31:46 DEBUG : dir1/0013-789;=.txt: md5 = 69b759545179903cf4e3f8a41cee5635 OK 2026/08/04 01:31:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:31:46 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/04 01:31:46 DEBUG : dir1/0015-9;=.txt: md5 = 2d6622a1a290316daa6e95b36c2a158d OK 2026/08/04 01:31:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:31:46 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/04 01:31:46 DEBUG : Waiting for deletions to finish 2026/08/04 01:31:46 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : appleSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : splitbananasplitSUFFIX: Deleted 2026/08/04 01:31:47 INFO : bananaSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/04 01:31:47 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/04 01:31:47 DEBUG : Waiting for deletions to finish 2026/08/04 01:31:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:31:48 DEBUG : Waiting for deletions to finish 2026/08/04 01:31:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:31:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:32:03 DEBUG : dir1/0000-abcdefg.txt: md5 = 28ceeace0b51eb00d9be12dbaf50c157 OK 2026/08/04 01:32:04 DEBUG : dir1/0001-bcdefgh.txt: md5 = 0b3621b8a93ffff8cc1c5ca6bc5060ad OK 2026/08/04 01:32:06 DEBUG : dir1/0002-cdefghi.txt: md5 = 31addda29e9e1461be398a29211aaded OK 2026/08/04 01:32:07 DEBUG : dir1/0003-defghij.txt: md5 = 1c4dbb9641a411e262664605b996c72b OK 2026/08/04 01:32:09 DEBUG : dir1/0004-efghijk.txt: md5 = 19c8c88053bb25aaa876e45ecac10352 OK 2026/08/04 01:32:11 DEBUG : dir1/0005-fghijkl.txt: md5 = 0a84c17dbb7133818e9c9640f9df7363 OK 2026/08/04 01:32:12 DEBUG : dir1/0006-ghijklm.txt: md5 = 272866f26db177dd634dad27a2133569 OK 2026/08/04 01:32:14 DEBUG : dir1/0007-1234567.txt: md5 = 41acaf255e08f36d646464612f306c6c OK 2026/08/04 01:32:15 DEBUG : dir1/0008-2345678.txt: md5 = a75824385ba47d3b4710738ba9c7e025 OK 2026/08/04 01:32:17 DEBUG : dir1/0009-3456789.txt: md5 = 43e4d30993e819d25d1a5de42873e9e7 OK 2026/08/04 01:32:18 DEBUG : dir1/0010-456789.txt: md5 = 1687d01f93e5731be8feb0344650ecd9 OK 2026/08/04 01:32:20 DEBUG : dir1/0011-56789;.txt: md5 = a0a6969eb816a9ed0edc3f2ce8709b8f OK 2026/08/04 01:32:22 DEBUG : dir1/0012-6789;.txt: md5 = 6cd9e194447a3165643eb88de25099ad OK 2026/08/04 01:32:23 DEBUG : dir1/0013-789;=.txt: md5 = 14329027c6a5ede349a1ace0a6c03844 OK 2026/08/04 01:32:24 DEBUG : dir1/0014-89;=.txt: md5 = a44559df46cb32fa7aa0b1fb82135ccc OK 2026/08/04 01:32:26 DEBUG : dir1/0015-9;=.txt: md5 = d5f90b57c810fcb83e4f7da0947c516d OK 2026/08/04 01:32:27 DEBUG : apple: md5 = becb5a30ed0d72eeb55304e777491a7e OK 2026/08/04 01:32:29 DEBUG : banana: md5 = 3a6c3baa68b112486d92d99f7a94f940 OK 2026/08/04 01:32:30 DEBUG : appleappleapplebanana: md5 = 7b4e320e96f212ff0eba9836ce7eb212 OK 2026/08/04 01:32:32 DEBUG : splitbananasplit: md5 = 71b125c5489de70256f2ca342aedfdab OK 2026/08/04 01:32:32 DEBUG : Waiting for deletions to finish 2026/08/04 01:32:32 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:32:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:32:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:33 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/04 01:32:33 DEBUG : apple: size = 5 OK 2026/08/04 01:32:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:33 DEBUG : apple: Unchanged skipping 2026/08/04 01:32:33 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:33 DEBUG : banana: size = 6 OK 2026/08/04 01:32:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:33 DEBUG : banana: Unchanged skipping 2026/08/04 01:32:34 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:32:34 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:34 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:34 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:34 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:34 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:34 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:34 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:34 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:34 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:34 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:34 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:34 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:34 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:34 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:34 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:34 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:34 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/04 01:32:34 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/04 01:32:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:32:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:32:35 DEBUG : appleapple: md5 = c906f67292b98dff52c930b48b0cd4d2 OK 2026/08/04 01:32:35 DEBUG : appleapple: size = 21 OK 2026/08/04 01:32:35 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/04 01:32:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:35 DEBUG : splitbanan: md5 = 7d9778b8e0adb506dbecfe480091a578 OK 2026/08/04 01:32:35 DEBUG : splitbanan: size = 16 OK 2026/08/04 01:32:35 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/04 01:32:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:35 DEBUG : dir1/0000-abcde: md5 = 6a2a6c06529e462f9445c7e8de842ff5 OK 2026/08/04 01:32:35 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/04 01:32:35 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/04 01:32:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:36 DEBUG : dir1/0001-bcdef: md5 = d1711cad51bd2faf9686c4f8daac8f85 OK 2026/08/04 01:32:36 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/04 01:32:36 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/04 01:32:36 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:37 DEBUG : dir1/0002-cdefg: md5 = a6d6562f1a9980fbd1d3be7fdc8c21f4 OK 2026/08/04 01:32:37 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/04 01:32:37 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/04 01:32:37 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:37 DEBUG : dir1/0003-defgh: md5 = 182631537e7e5b8c45e7318ebc7299d5 OK 2026/08/04 01:32:37 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/04 01:32:37 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/04 01:32:37 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:37 DEBUG : dir1/0004-efghi: md5 = b8594ba4e613047c8412a1d29c5001d6 OK 2026/08/04 01:32:37 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/04 01:32:37 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/04 01:32:37 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:37 DEBUG : dir1/0005-fghij: md5 = 8ec06594cb76bbd4a67ea67d5db48db4 OK 2026/08/04 01:32:37 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/04 01:32:37 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/04 01:32:37 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:38 DEBUG : dir1/0007-12345: md5 = 5b07b46499bd17c5ee70467a4cfe4e11 OK 2026/08/04 01:32:38 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/04 01:32:38 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/04 01:32:38 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:38 DEBUG : dir1/0008-23456: md5 = 9482cc6d26d8a32208dbd34c6137096d OK 2026/08/04 01:32:38 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/04 01:32:38 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/04 01:32:38 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:39 DEBUG : dir1/0009-34567: md5 = 124022eb5416bbd7401c1678ef1b8f6d OK 2026/08/04 01:32:39 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/04 01:32:39 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/04 01:32:39 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:39 DEBUG : dir1/0006-ghijk: md5 = 92393ee753e18fc023d2dd9c15e7e525 OK 2026/08/04 01:32:39 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/04 01:32:39 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/04 01:32:39 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:40 DEBUG : dir1/0011-56789: md5 = 6116f5956ba163e62c7ff4fe99cfb57e OK 2026/08/04 01:32:40 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/04 01:32:40 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/04 01:32:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:40 DEBUG : dir1/0010-45678: md5 = 2e5510e380ad52f6d2ae3180273cfdf4 OK 2026/08/04 01:32:40 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/04 01:32:40 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/04 01:32:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:40 DEBUG : dir1/0012-6789;: md5 = 13fae5dee7070765ec8e2ee686563329 OK 2026/08/04 01:32:40 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/04 01:32:40 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/04 01:32:40 DEBUG : dir1/0013-789;=: md5 = b5c8a53b8a5fd1c7cc4854aa62f60461 OK 2026/08/04 01:32:40 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/04 01:32:40 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/04 01:32:41 DEBUG : dir1/0014-89;=.: md5 = 4a1c7a7cc13d4ee9c40156160842fb34 OK 2026/08/04 01:32:41 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/04 01:32:41 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/04 01:32:41 DEBUG : dir1/0015-9;=.t: md5 = e81e8d095aafd82cf9153c1fed92c545 OK 2026/08/04 01:32:41 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/04 01:32:41 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/04 01:32:41 DEBUG : Waiting for deletions to finish 2026/08/04 01:32:42 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/04 01:32:42 INFO : appleappleapplebanana: Deleted 2026/08/04 01:32:42 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0007-1234567.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0011-56789;.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0010-456789.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0014-89;=.txt: Deleted 2026/08/04 01:32:42 INFO : splitbananasplit: Deleted 2026/08/04 01:32:42 INFO : dir1/0012-6789;.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0013-789;=.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0009-3456789.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0008-2345678.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0015-9;=.txt: Deleted 2026/08/04 01:32:42 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/04 01:32:43 INFO : dir1/0003-defghij.txt: Deleted 2026/08/04 01:32:43 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/04 01:32:43 DEBUG : Waiting for deletions to finish 2026/08/04 01:32:43 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : appleapple: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/04 01:32:43 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:44 DEBUG : dir1: Directory modification time the same (differ by -803.586µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:44 DEBUG : apple: size = 5 OK 2026/08/04 01:32:44 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : apple: Unchanged skipping 2026/08/04 01:32:44 DEBUG : appleapple: size = 21 OK 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:32:44 DEBUG : banana: size = 6 OK 2026/08/04 01:32:44 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : banana: Unchanged skipping 2026/08/04 01:32:44 DEBUG : splitbanan: size = 16 OK 2026/08/04 01:32:44 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/04 01:32:44 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/04 01:32:44 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/04 01:32:44 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/04 01:32:44 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/04 01:32:44 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/04 01:32:44 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/04 01:32:44 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/04 01:32:44 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/04 01:32:44 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/04 01:32:44 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/04 01:32:44 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/04 01:32:44 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/04 01:32:44 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/04 01:32:44 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/04 01:32:44 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/04 01:32:44 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/04 01:32:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:32:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:32:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:32:44 DEBUG : Waiting for deletions to finish 2026/08/04 01:32:44 DEBUG : Waiting for deletions to finish 2026/08/04 01:32:45 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : appleapple: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/04 01:32:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:45 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/04 01:32:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:45 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/04 01:32:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/04 01:32:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/04 01:32:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/04 01:32:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/04 01:32:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/04 01:32:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/04 01:32:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/04 01:32:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/04 01:32:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/04 01:32:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/04 01:32:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/04 01:32:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/04 01:32:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/04 01:32:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/04 01:32:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/04 01:32:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/04 01:32:45 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:32:59 DEBUG : dir1/0000-abcdefg.txt: md5 = d2c7df75cc705fe05e5bc78847f6648b OK 2026/08/04 01:33:00 DEBUG : dir1/0001-bcdefgh.txt: md5 = 3caaa2a531fa5597a10f0fb1d989c7b6 OK 2026/08/04 01:33:02 DEBUG : dir1/0002-cdefghi.txt: md5 = fe59e3689ec761e6b7e05e398ff28438 OK 2026/08/04 01:33:03 DEBUG : dir1/0003-defghij.txt: md5 = 2af60d31ca57bbfea8e8bc466bfdfa1d OK 2026/08/04 01:33:05 DEBUG : dir1/0004-efghijk.txt: md5 = 7bc1b2f28c541d3a5f5127929f711295 OK 2026/08/04 01:33:06 DEBUG : dir1/0005-fghijkl.txt: md5 = 8237d5a57a5aba089abd2befc568bcc1 OK 2026/08/04 01:33:08 DEBUG : dir1/0006-ghijklm.txt: md5 = fec6f1879c0cd91eaa08f57fa579581d OK 2026/08/04 01:33:09 DEBUG : dir1/0007-1234567.txt: md5 = eebc2c1da6b22cb7731359d5215b8f70 OK 2026/08/04 01:33:11 DEBUG : dir1/0008-2345678.txt: md5 = 76b8e3832dbc7b0deacdf21eb1eac9d8 OK 2026/08/04 01:33:12 DEBUG : dir1/0009-3456789.txt: md5 = 3455c3074b3e1c818fbc768d6ddff2d4 OK 2026/08/04 01:33:14 DEBUG : dir1/0010-456789.txt: md5 = 523eb842a75cf9d1b62a37affe3a7858 OK 2026/08/04 01:33:15 DEBUG : dir1/0011-56789;.txt: md5 = 1ed4b3f170636b9d2e8af036b9a24338 OK 2026/08/04 01:33:17 DEBUG : dir1/0012-6789;.txt: md5 = a31f11e433e3bba34755a8d14d37bc51 OK 2026/08/04 01:33:19 DEBUG : dir1/0013-789;=.txt: md5 = 9eba513fa5ac8572cf0a18d36f94483e OK 2026/08/04 01:33:20 DEBUG : dir1/0014-89;=.txt: md5 = 6182ee56187490267a3b9b041c25db68 OK 2026/08/04 01:33:21 DEBUG : dir1/0015-9;=.txt: md5 = 2533c7f0e95d8770f05e128d57c0376c OK 2026/08/04 01:33:23 DEBUG : apple: md5 = 0de323dd4c16f41769d3e1f513d8ac14 OK 2026/08/04 01:33:24 DEBUG : banana: md5 = 5e8378ec408f3817d0d1b88f38aae7f9 OK 2026/08/04 01:33:26 DEBUG : appleappleapplebanana: md5 = 67c1c63e0d81465a580df181fe51aba5 OK 2026/08/04 01:33:27 DEBUG : splitbananasplit: md5 = 93fc372febee1630304d9f026041c572 OK 2026/08/04 01:33:27 DEBUG : Waiting for deletions to finish 2026/08/04 01:33:28 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:33:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:33:29 DEBUG : apple: size = 5 OK 2026/08/04 01:33:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : apple: Unchanged skipping 2026/08/04 01:33:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:33:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:33:29 DEBUG : banana: size = 6 OK 2026/08/04 01:33:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : banana: Unchanged skipping 2026/08/04 01:33:29 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:33:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:33:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:33:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:33:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:33:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:33:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:33:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:33:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:33:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:33:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:33:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:33:29 DEBUG : Waiting for deletions to finish 2026/08/04 01:33:29 INFO : There was nothing to transfer 2026/08/04 01:33:29 DEBUG : Waiting for deletions to finish 2026/08/04 01:33:30 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:33:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1: Directory modification time the same (differ by -499.582µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : apple: size = 5 OK 2026/08/04 01:33:31 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : banana: size = 6 OK 2026/08/04 01:33:31 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : banana: Unchanged skipping 2026/08/04 01:33:31 DEBUG : apple: Unchanged skipping 2026/08/04 01:33:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:33:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:33:31 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:33:31 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:33:31 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:33:31 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:33:31 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:33:31 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:33:31 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:33:31 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:33:31 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:33:31 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:33:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:33:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:33:31 DEBUG : Waiting for deletions to finish 2026/08/04 01:33:31 INFO : There was nothing to transfer 2026/08/04 01:33:31 DEBUG : Waiting for deletions to finish 2026/08/04 01:33:31 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:33:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:33:32 DEBUG : Waiting for deletions to finish 2026/08/04 01:33:33 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:33:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:33:46 DEBUG : dir1/0000-abcdefg.txt: md5 = baf4cb648ea9da57e4129ca9b9be04b9 OK 2026/08/04 01:33:47 DEBUG : dir1/0001-bcdefgh.txt: md5 = d608262c16419f50f67a30458ceca431 OK 2026/08/04 01:33:49 DEBUG : dir1/0002-cdefghi.txt: md5 = e3eb1e59aaf077cee380c914f34e4a2b OK 2026/08/04 01:33:50 DEBUG : dir1/0003-defghij.txt: md5 = 714c3ef943944d2731e7500400e04d18 OK 2026/08/04 01:33:52 DEBUG : dir1/0004-efghijk.txt: md5 = 1b0fb8af9c07daec65e2f75909439efe OK 2026/08/04 01:33:53 DEBUG : dir1/0005-fghijkl.txt: md5 = 2ff9ad54e63f16b5a173457f3e44e9df OK 2026/08/04 01:33:55 DEBUG : dir1/0006-ghijklm.txt: md5 = d01c684ea10392636ecf7f638595ea80 OK 2026/08/04 01:33:56 DEBUG : dir1/0007-1234567.txt: md5 = 077aff210b16b17d0cc8d50ce5de1daf OK 2026/08/04 01:33:58 DEBUG : dir1/0008-2345678.txt: md5 = a86eb690e1bb7b6702542c332e747ed4 OK 2026/08/04 01:33:59 DEBUG : dir1/0009-3456789.txt: md5 = 812d65de23fc15d2a1f6868f0bcc481b OK 2026/08/04 01:34:01 DEBUG : dir1/0010-456789.txt: md5 = 4e2f97259e7dbee5ed538135ec32e147 OK 2026/08/04 01:34:02 DEBUG : dir1/0011-56789;.txt: md5 = 5c4e6cbbc7710ca9c3e465ed10dbaf64 OK 2026/08/04 01:34:04 DEBUG : dir1/0012-6789;.txt: md5 = 692d63a3b00d9f2ad772d226f7b69baf OK 2026/08/04 01:34:06 DEBUG : dir1/0013-789;=.txt: md5 = 7d05e37b8555ba26d9db323ddc775e98 OK 2026/08/04 01:34:07 DEBUG : dir1/0014-89;=.txt: md5 = 3471465c57e318477c52dd291004bda9 OK 2026/08/04 01:34:09 DEBUG : dir1/0015-9;=.txt: md5 = 841b95da948cb04cc52f0ef59cf5e3fd OK 2026/08/04 01:34:10 DEBUG : apple: md5 = 155ede5f0f74d0735babf6622a16665f OK 2026/08/04 01:34:11 DEBUG : banana: md5 = 55fbc7ff1ab2c4837385d8b2d3d64de0 OK 2026/08/04 01:34:13 DEBUG : appleappleapplebanana: md5 = 4005672cdb333c84d1362be37cbac6f2 OK 2026/08/04 01:34:15 DEBUG : splitbananasplit: md5 = c1dc957f9f0f0fabc05f703505d5fd66 OK 2026/08/04 01:34:15 DEBUG : Waiting for deletions to finish 2026/08/04 01:34:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:34:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:34:16 DEBUG : apple: size = 5 OK 2026/08/04 01:34:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:16 DEBUG : apple: Unchanged skipping 2026/08/04 01:34:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:34:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:16 DEBUG : banana: size = 6 OK 2026/08/04 01:34:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:34:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:16 DEBUG : banana: Unchanged skipping 2026/08/04 01:34:16 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:34:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:34:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:34:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:34:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:34:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:34:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:34:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:34:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:34:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:34:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:34:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:34:17 DEBUG : Waiting for deletions to finish 2026/08/04 01:34:17 INFO : There was nothing to transfer 2026/08/04 01:34:17 DEBUG : Waiting for deletions to finish 2026/08/04 01:34:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:34:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:34:18 DEBUG : dir1: Directory modification time the same (differ by -91.354µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:34:18 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : banana: size = 6 OK 2026/08/04 01:34:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : banana: Unchanged skipping 2026/08/04 01:34:18 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:34:18 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:34:18 DEBUG : apple: size = 5 OK 2026/08/04 01:34:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:34:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : apple: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:34:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:34:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:34:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:34:18 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:34:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:34:18 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:34:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:34:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:34:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:34:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:34:18 DEBUG : Waiting for deletions to finish 2026/08/04 01:34:18 INFO : There was nothing to transfer 2026/08/04 01:34:18 DEBUG : Waiting for deletions to finish 2026/08/04 01:34:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:34:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:34:32 DEBUG : dir1/0000-abcdefg.txt: md5 = fd5cf3fcccb988150eb3924cae695cda OK 2026/08/04 01:34:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = 5aca3e472f7d2cb589e7e72b841ee0fc OK 2026/08/04 01:34:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 40dfdb83ed4d287ecfbe95159d88d52d OK 2026/08/04 01:34:37 DEBUG : dir1/0003-defghij.txt: md5 = 794e40ab5283e51ce7f9541aaa4285a4 OK 2026/08/04 01:34:38 DEBUG : dir1/0004-efghijk.txt: md5 = 021d2f82e963df6a49ac08b0c6004bf3 OK 2026/08/04 01:34:40 DEBUG : dir1/0005-fghijkl.txt: md5 = b70a8e95edaeeb8a5e702d216f9e07a5 OK 2026/08/04 01:34:41 DEBUG : dir1/0006-ghijklm.txt: md5 = a74bc91bf206188b3f7ac5e934a8b184 OK 2026/08/04 01:34:43 DEBUG : dir1/0007-1234567.txt: md5 = 5f90985a4453ae6bb8e16e916c72d530 OK 2026/08/04 01:34:44 DEBUG : dir1/0008-2345678.txt: md5 = 99268d59edae6f10f04b1994cd028da1 OK 2026/08/04 01:34:46 DEBUG : dir1/0009-3456789.txt: md5 = 73ac28b25111c0c00e967bba761929a7 OK 2026/08/04 01:34:47 DEBUG : dir1/0010-456789.txt: md5 = ad92eb58a43c63738443db205be3c776 OK 2026/08/04 01:34:49 DEBUG : dir1/0011-56789;.txt: md5 = c09f543c21bb3ff2ba9c183b4046bfbd OK 2026/08/04 01:34:51 DEBUG : dir1/0012-6789;.txt: md5 = 948037a51bbd0e76686caedb982e2016 OK 2026/08/04 01:34:52 DEBUG : dir1/0013-789;=.txt: md5 = 438b9c983bb49a4e2093643cf7a9fe77 OK 2026/08/04 01:34:54 DEBUG : dir1/0014-89;=.txt: md5 = 865aab344ba4414773a02819d9da9138 OK 2026/08/04 01:34:55 DEBUG : dir1/0015-9;=.txt: md5 = d5799dccc4793de79dbcc2944373fdaa OK 2026/08/04 01:34:56 DEBUG : apple: md5 = 7859317021fbb705c9a84571a8123422 OK 2026/08/04 01:34:58 DEBUG : banana: md5 = 2f6d2661ab0882390aff9789f393d5dd OK 2026/08/04 01:34:59 DEBUG : appleappleapplebanana: md5 = e4502f8d25363ebd5b1ba1db79fbae59 OK 2026/08/04 01:35:01 DEBUG : splitbananasplit: md5 = 24c74fc41ff1c862dcd2646bbd40a9bd OK 2026/08/04 01:35:01 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:35:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:35:02 DEBUG : apple: size = 5 OK 2026/08/04 01:35:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:02 DEBUG : apple: Unchanged skipping 2026/08/04 01:35:02 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:35:02 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:02 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:35:02 DEBUG : banana: size = 6 OK 2026/08/04 01:35:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:02 DEBUG : banana: Unchanged skipping 2026/08/04 01:35:03 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:35:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:35:03 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:35:03 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:35:03 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:35:03 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:35:03 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:35:03 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:35:03 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:35:03 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:35:03 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:03 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:35:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:35:03 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:03 INFO : There was nothing to transfer 2026/08/04 01:35:03 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:35:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:35:04 DEBUG : apple: size = 5 OK 2026/08/04 01:35:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : apple: Unchanged skipping 2026/08/04 01:35:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:35:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1: Directory modification time the same (differ by -673.946µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : banana: size = 6 OK 2026/08/04 01:35:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : banana: Unchanged skipping 2026/08/04 01:35:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:35:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:35:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:35:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:35:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:35:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:35:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:35:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:35:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:35:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:35:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:35:04 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:04 INFO : There was nothing to transfer 2026/08/04 01:35:04 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:35:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:35:18 DEBUG : dir1/0000-abcdefg.txt: md5 = 72ff3c4251ce12681a018fef38d35cdb OK 2026/08/04 01:35:20 DEBUG : dir1/0001-bcdefgh.txt: md5 = 3f509a6a7eaa75c138c749f789417dce OK 2026/08/04 01:35:21 DEBUG : dir1/0002-cdefghi.txt: md5 = a3ffa53095ea7132ac466bc9df292e41 OK 2026/08/04 01:35:23 DEBUG : dir1/0003-defghij.txt: md5 = 6656332616550a111f99d7ed97d99f12 OK 2026/08/04 01:35:24 DEBUG : dir1/0004-efghijk.txt: md5 = 0142a21f8b1c1fc5d62766c601c394b4 OK 2026/08/04 01:35:26 DEBUG : dir1/0005-fghijkl.txt: md5 = e475ecb60abe4b396389b39c4f5e6a26 OK 2026/08/04 01:35:27 DEBUG : dir1/0006-ghijklm.txt: md5 = 50550845cd2b0aa3ebcf48f67ee4987d OK 2026/08/04 01:35:29 DEBUG : dir1/0007-1234567.txt: md5 = 910166ae72f9e1d360c19dde398f668c OK 2026/08/04 01:35:31 DEBUG : dir1/0008-2345678.txt: md5 = cb80401231631aed4874c78e124b463d OK 2026/08/04 01:35:32 DEBUG : dir1/0009-3456789.txt: md5 = 102034cf4dbb95403910a6988036997d OK 2026/08/04 01:35:34 DEBUG : dir1/0010-456789.txt: md5 = 6f1601988970260388192e99d5366c67 OK 2026/08/04 01:35:35 DEBUG : dir1/0011-56789;.txt: md5 = bb8805338aa9ff6002d78b4f8b9ed953 OK 2026/08/04 01:35:37 DEBUG : dir1/0012-6789;.txt: md5 = 10b7a69fee84c3995a5ebb83e1239446 OK 2026/08/04 01:35:38 DEBUG : dir1/0013-789;=.txt: md5 = 90b9afab0438ed1d0bb41dc6a29ebd9c OK 2026/08/04 01:35:39 DEBUG : dir1/0014-89;=.txt: md5 = 335e2340204e981c645659b1b58b0f9a OK 2026/08/04 01:35:41 DEBUG : dir1/0015-9;=.txt: md5 = 9fad42e0edd8e257ba3855464d04997f OK 2026/08/04 01:35:42 DEBUG : apple: md5 = 3bfecedf78c74d7740d5ee4b27e653e7 OK 2026/08/04 01:35:44 DEBUG : banana: md5 = 887a95c9d10efa9cbeb38ca9b208e462 OK 2026/08/04 01:35:45 DEBUG : appleappleapplebanana: md5 = 01414139dc3fc6bf40a0e7a17988ee4f OK 2026/08/04 01:35:47 DEBUG : splitbananasplit: md5 = daf0ad301efc1fc64b2e811563cd8f32 OK 2026/08/04 01:35:47 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:47 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:35:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:35:48 DEBUG : apple: size = 5 OK 2026/08/04 01:35:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:48 DEBUG : apple: Unchanged skipping 2026/08/04 01:35:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:35:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:35:48 DEBUG : banana: size = 6 OK 2026/08/04 01:35:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:48 DEBUG : banana: Unchanged skipping 2026/08/04 01:35:49 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:35:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:35:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:35:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:35:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:35:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:35:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:35:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:35:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:35:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:35:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:35:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:35:49 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:49 INFO : There was nothing to transfer 2026/08/04 01:35:49 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:49 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:35:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:35:50 DEBUG : dir1: Directory modification time the same (differ by -251.281µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : apple: size = 5 OK 2026/08/04 01:35:50 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : apple: Unchanged skipping 2026/08/04 01:35:50 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:35:50 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:35:50 DEBUG : banana: size = 6 OK 2026/08/04 01:35:50 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : banana: Unchanged skipping 2026/08/04 01:35:50 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:35:50 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:35:50 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:35:50 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:35:50 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:35:50 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:35:50 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:35:50 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:35:50 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:35:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:35:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:35:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:35:50 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:50 INFO : There was nothing to transfer 2026/08/04 01:35:50 DEBUG : Waiting for deletions to finish 2026/08/04 01:35:51 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:35:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:36:05 DEBUG : dir1/0000-abcdefg.txt: md5 = 5bcded22191b78bfcbafdd955faae201 OK 2026/08/04 01:36:06 DEBUG : dir1/0001-bcdefgh.txt: md5 = 5f281d595bfd26e16719dd4adf612f5a OK 2026/08/04 01:36:08 DEBUG : dir1/0002-cdefghi.txt: md5 = 8631d4ccf2146ad1196e65f37437dd3e OK 2026/08/04 01:36:09 DEBUG : dir1/0003-defghij.txt: md5 = 85b8aa04087fcb07e0f9a09d4c19905a OK 2026/08/04 01:36:11 DEBUG : dir1/0004-efghijk.txt: md5 = bbfb2c30e9307b67a4296e4083f893d0 OK 2026/08/04 01:36:12 DEBUG : dir1/0005-fghijkl.txt: md5 = 8894af81755a0fdb30cc163d3aa0c2f8 OK 2026/08/04 01:36:14 DEBUG : dir1/0006-ghijklm.txt: md5 = 051faab21b65217a540465c243f2e2c2 OK 2026/08/04 01:36:15 DEBUG : dir1/0007-1234567.txt: md5 = fe214b1fe7648701e10ca3d3514910be OK 2026/08/04 01:36:17 DEBUG : dir1/0008-2345678.txt: md5 = 510b6124c1771d062f72d5df2449a4f8 OK 2026/08/04 01:36:18 DEBUG : dir1/0009-3456789.txt: md5 = 357f09f42823df19747c91287e4b0051 OK 2026/08/04 01:36:20 DEBUG : dir1/0010-456789.txt: md5 = b10296c7227cd3bd4e710f37e67aff63 OK 2026/08/04 01:36:22 DEBUG : dir1/0011-56789;.txt: md5 = fe72a3cb87bd682f04b15461f1333acd OK 2026/08/04 01:36:23 DEBUG : dir1/0012-6789;.txt: md5 = ee3e1a0f937a7ae9ba4daf2c0b9633db OK 2026/08/04 01:36:25 DEBUG : dir1/0013-789;=.txt: md5 = fca79fd4394c815cff70934add9f86a5 OK 2026/08/04 01:36:26 DEBUG : dir1/0014-89;=.txt: md5 = 7e44ab9d0e352758f54684cd62ff6b59 OK 2026/08/04 01:36:27 DEBUG : dir1/0015-9;=.txt: md5 = 181be9579a0217f70e1f6f5f16a39ff3 OK 2026/08/04 01:36:29 DEBUG : apple: md5 = 0c36b1bee684a93760345c1353e011dc OK 2026/08/04 01:36:31 DEBUG : banana: md5 = cfe431a6bcc86cc446989e8cfd04af93 OK 2026/08/04 01:36:32 DEBUG : appleappleapplebanana: md5 = f6e0aaae3552af94ba991c793bdf6df7 OK 2026/08/04 01:36:33 DEBUG : splitbananasplit: md5 = 412836a3ad49ddd82dc2995e6a447efa OK 2026/08/04 01:36:33 DEBUG : Waiting for deletions to finish 2026/08/04 01:36:34 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:36:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:36:35 DEBUG : apple: size = 5 OK 2026/08/04 01:36:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:35 DEBUG : apple: Unchanged skipping 2026/08/04 01:36:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:36:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:36:35 DEBUG : banana: size = 6 OK 2026/08/04 01:36:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:35 DEBUG : banana: Unchanged skipping 2026/08/04 01:36:35 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/04 01:36:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:36:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:36:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:36:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:36:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:36:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:36:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:36:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:36:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:36:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:36:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:36:36 DEBUG : Waiting for deletions to finish 2026/08/04 01:36:36 INFO : There was nothing to transfer 2026/08/04 01:36:36 DEBUG : Waiting for deletions to finish 2026/08/04 01:36:36 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:36:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/04 01:36:37 DEBUG : dir1: Directory modification time the same (differ by -834.3µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : apple: size = 5 OK 2026/08/04 01:36:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : apple: Unchanged skipping 2026/08/04 01:36:37 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/04 01:36:37 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/04 01:36:37 DEBUG : banana: size = 6 OK 2026/08/04 01:36:37 DEBUG : splitbananasplit: size = 16 OK 2026/08/04 01:36:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : banana: Unchanged skipping 2026/08/04 01:36:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : splitbananasplit: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:36:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/04 01:36:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/04 01:36:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/04 01:36:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/04 01:36:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/04 01:36:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/04 01:36:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/04 01:36:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:36:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/04 01:36:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:36:37 DEBUG : Waiting for deletions to finish 2026/08/04 01:36:37 INFO : There was nothing to transfer 2026/08/04 01:36:37 DEBUG : Waiting for deletions to finish 2026/08/04 01:36:38 DEBUG : apple: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : banana: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/04 01:36:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) --- PASS: TestTransform (566.16s) --- PASS: TestTransform/NFC (46.17s) --- PASS: TestTransform/NFD (46.72s) --- PASS: TestTransform/base64 (53.25s) --- PASS: TestTransform/prefix (67.34s) --- PASS: TestTransform/suffix (64.58s) --- PASS: TestTransform/truncate (55.89s) --- PASS: TestTransform/encoder (47.10s) --- PASS: TestTransform/ISO-8859-1 (46.29s) --- PASS: TestTransform/charmap (46.38s) --- PASS: TestTransform/lowercase (46.40s) --- PASS: TestTransform/ascii (46.03s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:36:48 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/04 01:36:49 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/04 01:36:49 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/04 01:36:50 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-04T01:36:48.97109962Z) 2026/08/04 01:36:50 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/04 01:36:50 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/04 01:36:50 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/04 01:36:50 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/04 01:36:50 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/04 01:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:36:51 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = e07f4fc74715ea58935a02a704dadbb3 OK 2026/08/04 01:36:51 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/04 01:36:51 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/04 01:36:51 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.96s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:36:53 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:36:54 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:36:54 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:36:54 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:36:53.93516201Z) 2026/08/04 01:36:54 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:36:54 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:36:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:36:54 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/04 01:36:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:36:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:36:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:36:56 DEBUG : tictactoe/tictactoe: md5 = bb2ddecb733417e53366d123effb52ca OK 2026/08/04 01:36:56 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/04 01:36:56 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/04 01:36:56 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (4.85s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:36:59 DEBUG : toe: Making directory with metadata 2026/08/04 01:36:59 INFO : toe: Made directory with metadata (mtime=2026-08-04T01:36:58.780222906Z) 2026/08/04 01:36:59 DEBUG : toe/toe: Making directory with metadata 2026/08/04 01:37:00 INFO : toe/toe: Made directory with metadata (mtime=2026-08-04T01:36:58.780222906Z) 2026/08/04 01:37:00 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:00 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/04 01:37:00 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/04 01:37:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:00 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/04 01:37:01 DEBUG : toe/toe/tictactoe: md5 = 1c96bbd4e4ab60a7bd7d3fad404e3202 OK 2026/08/04 01:37:01 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/04 01:37:01 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/04 01:37:01 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.51s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:05 DEBUG : toe: Making directory with metadata 2026/08/04 01:37:06 INFO : toe: Made directory with metadata (mtime=2026-08-04T01:37:05.293304772Z) 2026/08/04 01:37:06 DEBUG : toe/toe: Making directory with metadata 2026/08/04 01:37:07 INFO : toe/toe: Made directory with metadata (mtime=2026-08-04T01:37:05.293304772Z) 2026/08/04 01:37:07 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:07 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/04 01:37:07 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/04 01:37:07 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/04 01:37:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:08 DEBUG : toe/toe/tictactoe: md5 = 0e5b51c54c7c60c03fd5bf18ee88e529 OK 2026/08/04 01:37:08 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/04 01:37:08 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/04 01:37:08 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (6.62s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:11 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:37:11 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:11 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:12 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/04 01:37:12 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:12 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:12 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:12 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:12 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:37:13 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:11.909387938Z) 2026/08/04 01:37:13 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:13 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:13 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/04 01:37:14 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:11.909387938Z) 2026/08/04 01:37:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:14 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:37:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:14 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:15 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 5537b79ccd9cee74f72ab6cc52564efe OK 2026/08/04 01:37:15 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/04 01:37:15 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:15 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (8.16s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:20 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:37:20 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:20 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:20 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/04 01:37:21 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:21 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:21 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:21 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:37:21 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:20.067490495Z) 2026/08/04 01:37:21 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:21 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:21 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/04 01:37:22 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:20.067490495Z) 2026/08/04 01:37:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:22 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/04 01:37:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:22 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:37:22 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = ab473e151ac2f1308dacfe4ce6b2bfd6 OK 2026/08/04 01:37:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:37:24 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:24 DEBUG : Waiting for deletions to finish 2026/08/04 01:37:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:24 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:25 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:25 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:25 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/04 01:37:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:37:25 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/04 01:37:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': 0 differences found 2026/08/04 01:37:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': 1 hashes could not be checked 2026/08/04 01:37:25 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': 1 matching files --- PASS: TestAllTag (8.96s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:29 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:29 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:29 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:37:30 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:29.032603206Z) 2026/08/04 01:37:30 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:30 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:30 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:30 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/04 01:37:30 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:29.032603206Z) 2026/08/04 01:37:30 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:30 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:30 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:30 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:32 DEBUG : tictactoe/tictactoe/toe.txt: md5 = cece6480310e9d92bdfadaa36dcca0f2 OK 2026/08/04 01:37:32 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/04 01:37:32 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:32 DEBUG : Waiting for deletions to finish 2026/08/04 01:37:33 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:33 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:33 DEBUG : tictactoe: Directory modification time the same (differ by -603.206µs, within tolerance 1ms) 2026/08/04 01:37:33 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:33 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -603.206µs, within tolerance 1ms) 2026/08/04 01:37:33 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/04 01:37:33 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/04 01:37:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/04 01:37:33 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/04 01:37:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:33 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.35s) === RUN TestSyntax 2026/08/04 01:37:37 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:37 DEBUG : toe: Making directory with metadata 2026/08/04 01:37:38 INFO : toe: Made directory with metadata (mtime=2026-08-04T01:37:37.382708194Z) 2026/08/04 01:37:38 DEBUG : toe/toe: Making directory with metadata 2026/08/04 01:37:39 INFO : toe/toe: Made directory with metadata (mtime=2026-08-04T01:37:37.382708194Z) 2026/08/04 01:37:39 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/04 01:37:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:40 DEBUG : toe/toe/toe: md5 = 6fc5956979a5a5126cacf29d18ec8068 OK 2026/08/04 01:37:40 DEBUG : toe/toe/toe: size = 11 OK 2026/08/04 01:37:40 INFO : toe/toe/toe: Copied (new) 2026/08/04 01:37:40 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (6.72s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:44 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:37:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:44 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:44 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/04 01:37:45 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:45 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:37:45 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:44.10179268Z) 2026/08/04 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:45 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/04 01:37:46 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:44.10179268Z) 2026/08/04 01:37:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:46 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/04 01:37:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:46 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:37:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = df7cd2bedf43a98e960db3ac5acfae3d OK 2026/08/04 01:37:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:37:48 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:48 INFO : toe/toe/toe.txt: Deleted 2026/08/04 01:37:48 INFO : toe/toe: Removing directory 2026/08/04 01:37:48 INFO : toe: Removing directory 2026/08/04 01:37:48 INFO : empty_dir: Removing directory 2026/08/04 01:37:48 DEBUG : Local file system at /tmp/rclone3412067458: deleted 3 directories --- PASS: TestMove (8.13s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:37:52 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:37:52 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:52 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:52 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/04 01:37:53 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:37:53 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:37:53 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:53 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:53 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:37:54 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:52.232894928Z) 2026/08/04 01:37:54 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:54 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:37:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:54 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/04 01:37:55 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-04T01:37:52.232894928Z) 2026/08/04 01:37:55 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:37:55 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/04 01:37:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:55 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:37:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:37:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:37:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 838c0555cffba4d4fcbb6d5be6bc66ad OK 2026/08/04 01:37:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:37:56 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:37:56 INFO : toe/toe/toe.txt: Deleted 2026/08/04 01:37:56 INFO : toe/toe: Removing directory 2026/08/04 01:37:56 INFO : toe: Removing directory 2026/08/04 01:37:56 INFO : empty_dir: Removing directory 2026/08/04 01:37:56 DEBUG : Local file system at /tmp/rclone3412067458: deleted 3 directories 2026/08/04 01:37:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:37:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:37:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/04 01:37:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/04 01:37:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/04 01:38:00 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.53s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:38:05 DEBUG : Reset feature "Copy" 2026/08/04 01:38:05 DEBUG : Reset feature "Move" 2026/08/04 01:38:05 DEBUG : Reset feature "Copy" 2026/08/04 01:38:05 DEBUG : Reset feature "Move" 2026/08/04 01:38:05 DEBUG : empty_dir: Making directory with metadata 2026/08/04 01:38:05 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:38:05 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:38:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:38:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:38:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:38:06 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/04 01:38:06 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/04 01:38:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/04 01:38:06 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:38:06 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:38:06 DEBUG : tictactoe: Making directory with metadata 2026/08/04 01:38:07 INFO : tictactoe: Made directory with metadata (mtime=2026-08-04T01:38:05.767065136Z) 2026/08/04 01:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:38:07 DEBUG : toe: transformed to: tictactoe 2026/08/04 01:38:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:38:07 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/04 01:38:08 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-04T01:38:05.767065136Z) 2026/08/04 01:38:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/04 01:38:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/04 01:38:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:38:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:38:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:38:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:38:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:38:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:38:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 8ea154d19a557d68763dbf898cced3e8 OK 2026/08/04 01:38:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:38:10 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/04 01:38:10 INFO : toe/toe/toe.txt: Deleted 2026/08/04 01:38:10 INFO : toe/toe: Removing directory 2026/08/04 01:38:10 INFO : toe: Removing directory 2026/08/04 01:38:10 INFO : empty_dir: Removing directory 2026/08/04 01:38:10 DEBUG : Local file system at /tmp/rclone3412067458: deleted 3 directories 2026/08/04 01:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/04 01:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/04 01:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/04 01:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/04 01:38:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/04 01:38:15 DEBUG : toe/toe/toe.txt: md5 = 94ea8f95868475a9af367b81b861b082 OK 2026/08/04 01:38:15 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/04 01:38:15 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/04 01:38:15 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.58s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:38:21 DEBUG : toe: transformed to: dG9l 2026/08/04 01:38:21 DEBUG : toe: transformed to: dG9l 2026/08/04 01:38:21 DEBUG : dG9l: Making directory with metadata 2026/08/04 01:38:22 INFO : dG9l: Made directory with metadata (mtime=2026-08-04T01:38:21.344261062Z) 2026/08/04 01:38:22 DEBUG : toe: transformed to: dG9l 2026/08/04 01:38:22 DEBUG : toe: transformed to: dG9l 2026/08/04 01:38:22 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/04 01:38:22 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/04 01:38:23 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-04T01:38:21.344261062Z) 2026/08/04 01:38:23 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/04 01:38:23 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/04 01:38:23 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/04 01:38:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/04 01:38:23 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/04 01:38:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:38:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:38:24 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = c5912b44cad2dfe1b6402278a211eb0b OK 2026/08/04 01:38:24 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/04 01:38:24 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/04 01:38:24 DEBUG : Waiting for deletions to finish 2026/08/04 01:38:25 DEBUG : dG9l: transformed to: toe 2026/08/04 01:38:25 DEBUG : dG9l: transformed to: toe 2026/08/04 01:38:25 DEBUG : toe: Directory modification time the same (differ by 261.062µs, within tolerance 1ms) 2026/08/04 01:38:25 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/04 01:38:26 DEBUG : dG9l: transformed to: toe 2026/08/04 01:38:26 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/04 01:38:26 DEBUG : toe/toe: Directory modification time the same (differ by 261.062µs, within tolerance 1ms) 2026/08/04 01:38:26 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/04 01:38:26 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/04 01:38:26 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/04 01:38:26 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/04 01:38:26 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/04 01:38:26 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/04 01:38:26 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for checks to finish 2026/08/04 01:38:26 DEBUG : Local file system at /tmp/rclone3412067458: Waiting for transfers to finish 2026/08/04 01:38:26 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.53s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego'", Local "Local file system at /tmp/rclone3412067458", Modify Window "1ms" 2026/08/04 01:38:29 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:29 DEBUG : toe: transformed to: 2026/08/04 01:38:30 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:30 DEBUG : toe: transformed to: 2026/08/04 01:38:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Making directory with metadata 2026/08/04 01:38:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Made directory with metadata (mtime=2026-08-04T01:38:29.871368324Z) 2026/08/04 01:38:30 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:30 DEBUG : toe: transformed to: 2026/08/04 01:38:30 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:30 DEBUG : toe: transformed to: 2026/08/04 01:38:30 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:30 DEBUG : toe/toe: transformed to: 2026/08/04 01:38:30 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/04 01:38:30 DEBUG : toe/toe: Making directory with metadata 2026/08/04 01:38:32 INFO : toe/toe: Made directory with metadata (mtime=2026-08-04T01:38:29.871368324Z) 2026/08/04 01:38:32 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:32 DEBUG : toe/toe: transformed to: 2026/08/04 01:38:32 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/04 01:38:32 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:32 DEBUG : toe: transformed to: 2026/08/04 01:38:32 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/04 01:38:32 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/04 01:38:32 DEBUG : toe/toe/toe: transformed to: 2026/08/04 01:38:32 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/04 01:38:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for checks to finish 2026/08/04 01:38:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Waiting for transfers to finish 2026/08/04 01:38:33 DEBUG : toe/toe/toe: md5 = ae84dedb73db8e4e911a6c0364ab0c35 OK 2026/08/04 01:38:33 DEBUG : toe/toe/toe: size = 11 OK 2026/08/04 01:38:33 INFO : toe/toe/toe: Copied (new) 2026/08/04 01:38:33 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': not deleting files as there were IO errors 2026/08/04 01:38:33 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': not deleting directories as there were IO errors --- PASS: TestError (7.65s) PASS 2026/08/04 01:38:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qadutid6cego': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 26m53.388833104s (try 1/5)