"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/08/11 04:03:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice" 2026/08/11 04:03:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/11 04:03:19 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug" 2026/08/11 04:03:20 DEBUG : Creating backend with remote "/tmp/rclone2695753653" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === 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-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:21 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:03:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:21 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/11 04:03:21 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.69s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:03:22 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:03:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:03:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:24 DEBUG : sub dir/hello world: md5 = ec9db1b40ed257e8d97994196b7dbfbd OK 2026/08/11 04:03:24 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:03:24 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:03:25 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (5.40s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:27 DEBUG : metadata sub dir: Making directory with metadata 2026/08/11 04:03:27 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:03:27 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/11 04:03:27 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:03:27 DEBUG : Local file system at /tmp/rclone2695753653: File to upload is small (21 bytes), uploading instead of streaming 2026/08/11 04:03:27 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:03:27 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/11 04:03:27 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/11 04:03:27 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:03:28 DEBUG : Google drive root 'crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug': Skipping btime metadata as can't update it on an existing file: 2026-08-11T04:03:27.881043971Z 2026/08/11 04:03:28 INFO : empty metadata sub dir: Updated directory metadata 2026/08/11 04:03:29 DEBUG : Google drive root 'crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug': Skipping btime metadata as can't update it on an existing file: 2026-08-11T04:03:27.881043971Z 2026/08/11 04:03:29 INFO : metadata sub dir: Updated directory metadata 2026/08/11 04:03:29 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/11 04:03:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:31 DEBUG : metadata sub dir/hello metadata world: md5 = e15f4cb800586c282a9c99be8b112708 OK 2026/08/11 04:03:31 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:03:31 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.26s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:35 DEBUG : metadata sub dir: Making directory with metadata 2026/08/11 04:03:35 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:03:35 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/11 04:03:35 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:03:35 DEBUG : Local file system at /tmp/rclone2695753653: File to upload is small (21 bytes), uploading instead of streaming 2026/08/11 04:03:35 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:03:35 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/11 04:03:35 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/11 04:03:35 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:03:35 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/11 04:03:35 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/11 04:03:35 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/11 04:03:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:37 DEBUG : metadata sub dir/hello metadata world: md5 = 7c3b3436caaa0fe7a2197c0feecb95ab OK 2026/08/11 04:03:37 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:03:37 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/11 04:03:37 DEBUG : Google drive root 'crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug': Skipping btime metadata as can't update it on an existing file: 2026-08-11T04:03:35.136129606Z 2026/08/11 04:03:38 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.46s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:41 DEBUG : Creating backend with remote "/non-existing" 2026/08/11 04:03:41 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/11 04:03:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.74s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:42 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:03:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:03:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:45 DEBUG : sub dir/hello world: md5 = 7b66438786e127fe8352f2480dd568dd OK 2026/08/11 04:03:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:03:45 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:03:45 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (6.10s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", 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-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:48 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Running all checks before starting transfers 2026/08/11 04:03:49 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:03:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:03:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Checks finished, now starting transfers 2026/08/11 04:03:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:51 DEBUG : sub dir/hello world: md5 = b708b218591cdf28c07d2be302f3d64d OK 2026/08/11 04:03:51 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:03:51 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:03:52 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.69s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:03:54 ERROR : Ignoring --no-traverse with sync 2026/08/11 04:03:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:03:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:03:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:03:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:03:57 DEBUG : sub dir/hello world: md5 = b60657143403abb9743df1999386dd50 OK 2026/08/11 04:03:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:03:57 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:03:57 DEBUG : Waiting for deletions to finish 2026/08/11 04:03:57 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.60s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:00 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/11 04:04:00 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:04:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:01 DEBUG : hello world2: md5 = 6bbccc4348c364a7560a013ac89dd9ef OK 2026/08/11 04:04:01 DEBUG : hello world2: size = 12 OK 2026/08/11 04:04:01 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (3.03s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:04:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:04 DEBUG : potato2: md5 = c5a39a996c44169e6c0880f35333f71d OK 2026/08/11 04:04:04 DEBUG : potato2: size = 11 OK 2026/08/11 04:04:04 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.90s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:08 DEBUG : potato2: md5 = cd252d79c8b8cc727f2e29e7cba970e0 OK 2026/08/11 04:04:08 DEBUG : potato2: size = 11 OK 2026/08/11 04:04:08 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.14s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:09 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/11 04:04:09 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:09 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:04:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:04:09 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:04:10 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:10 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:04:11 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:04:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:11 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/11 04:04:11 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:12 DEBUG : sub dir/hello world: md5 = 535ddc9d183cfd129b6164e726194333 OK 2026/08/11 04:04:12 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:04:12 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (8.61s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:17 INFO : sub dir2: Making directory 2026/08/11 04:04:17 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/11 04:04:17 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:18 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/11 04:04:18 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:04:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:18 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/11 04:04:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:20 DEBUG : sub dir/hello world: md5 = fd96d703185fe391a7756db0eeebadb8 OK 2026/08/11 04:04:20 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:04:20 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:04:20 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (5.29s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:23 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:04:23 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:23 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:04:24 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:24 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:04:25 INFO : sub dir: Made directory with metadata (mtime=2026-08-11T04:04:23.196700247Z) 2026/08/11 04:04:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:26 DEBUG : sub dir/hello world: md5 = afa2c7a5bb63c4158a4c1d976deeb104 OK 2026/08/11 04:04:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:04:26 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:04:26 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (7.90s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:31 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/11 04:04:31 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:04:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.77s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:34 INFO : sub dir2: Making directory 2026/08/11 04:04:35 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/11 04:04:35 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:04:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:37 DEBUG : sub dir/hello world: md5 = b22c065f5edb7950453fa7e69372b367 OK 2026/08/11 04:04:37 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:04:37 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:04:37 INFO : sub dir/hello world: Deleted 2026/08/11 04:04:37 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.51s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:40 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:04:40 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:04:40 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:04:41 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:04:41 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:04:42 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:04:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:43 DEBUG : sub dir/hello world: md5 = 7c489940280dbb6596de0ba3bff36411 OK 2026/08/11 04:04:43 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:04:43 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:04:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (6.96s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.45s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:47 INFO : sub dir2: Making directory 2026/08/11 04:04:48 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/11 04:04:48 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:04:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:04:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:04:50 DEBUG : sub dir/hello world: md5 = e11aff878adbcc357475664a4d1d2b8d OK 2026/08/11 04:04:50 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:04:50 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:04:50 DEBUG : Waiting for deletions to finish 2026/08/11 04:04:50 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.49s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:04:55 DEBUG : sub dir/hello world: md5 = afec78ebadb8190921ca7071142f41f3 OK 2026/08/11 04:04:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-siqacag7gise" 2026/08/11 04:04:56 DEBUG : Creating backend with remote "TestDrive:crypt/rm4abqbqr5hm9n2svoj8udmgqham313n8dojjj1k0tfrj0t6phmg" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice' -> Encrypted drive 'TestCryptDrive:rclone-test-siqacag7gise' 2026/08/11 04:04:57 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:04:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:04:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siqacag7gise': Waiting for checks to finish 2026/08/11 04:04:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siqacag7gise': Waiting for transfers to finish 2026/08/11 04:05:00 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:05:00 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 04:05:00 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:05:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-siqacag7gise': Purge remote --- PASS: TestServerSideCopy (10.31s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:05:05 DEBUG : sub dir/hello world: md5 = 63275821510c10a78b8584d636308312 OK 2026/08/11 04:05:07 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 04:05:07 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 04:05:07 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:05:07 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:05:07 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 04:05:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:05:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:05:08 DEBUG : sub dir/hello world: md5 = 40fd41d9d97fed307a8c3c78a6f31a72 OK 2026/08/11 04:05:08 DEBUG : sub dir/hello world: size = 17 OK 2026/08/11 04:05:08 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/11 04:05:08 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (7.52s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:05:13 DEBUG : sub dir/hello world: md5 = 3f3486fe77fd53f115747dd61e17ae59 OK 2026/08/11 04:05:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qonicib6ruti" 2026/08/11 04:05:13 DEBUG : Creating backend with remote "TestDrive:crypt/3h5dhqpu074glfsfb8kii2u59os49j5jhhobhkg52jm791un93f0" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice' -> Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti' 2026/08/11 04:05:15 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:05:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti': Waiting for checks to finish 2026/08/11 04:05:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti': Waiting for transfers to finish 2026/08/11 04:05:18 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:05:18 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 04:05:18 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:05:20 DEBUG : sub dir/hello world: md5 = 656e068f4ddbb73341724e06161572cf OK 2026/08/11 04:05:21 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:05:21 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 04:05:21 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:05:21 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti') 2026/08/11 04:05:21 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 04:05:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti': Waiting for checks to finish 2026/08/11 04:05:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti': Waiting for transfers to finish 2026/08/11 04:05:22 DEBUG : sub dir/hello world: size = 17 OK 2026/08/11 04:05:22 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 04:05:23 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 04:05:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qonicib6ruti': Purge remote --- PASS: TestServerSideCopyOverSelf (14.94s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:05:28 DEBUG : sub dir/hello world: md5 = de34b7d014b446cd39cf9c3a36d44c8c OK 2026/08/11 04:05:29 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 04:05:29 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 04:05:29 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:05:29 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:05:29 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 04:05:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:05:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:05:31 DEBUG : sub dir/hello world: md5 = 1b9e2db6770b611728d90888d985fc77 OK 2026/08/11 04:05:31 DEBUG : sub dir/hello world: size = 17 OK 2026/08/11 04:05:31 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/11 04:05:31 INFO : sub dir/hello world: Deleted 2026/08/11 04:05:31 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (8.08s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:05:36 DEBUG : sub dir/hello world: md5 = 5101cab2c678ce4eb76dafaa7408e292 OK 2026/08/11 04:05:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lebulak9sive" 2026/08/11 04:05:37 DEBUG : Creating backend with remote "TestDrive:crypt/ref3f93ic83rchmguuq85ggkmm6dl5s10ritg3tjnmosc4imtcqg" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice' -> Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive' 2026/08/11 04:05:38 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:05:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:05:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Waiting for checks to finish 2026/08/11 04:05:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Waiting for transfers to finish 2026/08/11 04:05:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:05:41 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 04:05:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:05:43 DEBUG : sub dir/hello world: md5 = bcfc8fa0741897490f0c76f3ff2624cc OK 2026/08/11 04:05:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Using server-side directory move 2026/08/11 04:05:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 04:05:44 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:05:44 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 04:05:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Waiting for checks to finish 2026/08/11 04:05:44 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:05:44 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive') 2026/08/11 04:05:44 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 04:05:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Waiting for transfers to finish 2026/08/11 04:05:45 INFO : sub dir/hello world: Deleted 2026/08/11 04:05:45 INFO : sub dir/hello world: Moved (server-side) 2026/08/11 04:05:46 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 04:05:48 DEBUG : sub dir/hello world: md5 = a12e17d2bd95b25676f70cc4aff30db7 OK 2026/08/11 04:05:49 DEBUG : testing file moves 2026/08/11 04:05:49 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:05:49 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 04:05:49 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:05:49 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive') 2026/08/11 04:05:49 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 04:05:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Waiting for checks to finish 2026/08/11 04:05:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Waiting for transfers to finish 2026/08/11 04:05:50 INFO : sub dir/hello world: Deleted 2026/08/11 04:05:50 INFO : sub dir/hello world: Moved (server-side) 2026/08/11 04:05:51 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 04:05:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lebulak9sive': Purge remote --- PASS: TestServerSideMoveOverSelf (20.02s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:05:56 DEBUG : sub dir/hello world: md5 = 0cdf043e244553aa4d010f2cf89669a6 OK 2026/08/11 04:05:56 ERROR : error listing: directory not found 2026/08/11 04:05:56 INFO : Local file system at /tmp/rclone2695753653: Making directory 2026/08/11 04:05:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:05:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.64s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:02 DEBUG : sub dir/hello world: md5 = 4e215f377c7f84724eb5386dd5136296 OK 2026/08/11 04:06:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:06:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:06:03 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for checks to finish 2026/08/11 04:06:03 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for transfers to finish 2026/08/11 04:06:03 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/11 04:06:03 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/11 04:06:03 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:06:03 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (5.69s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:05 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/11 04:06:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:07 DEBUG : check sum: md5 = 8c2b77299f50df80ed16cd33defc39d5 OK 2026/08/11 04:06:07 DEBUG : check sum: size = 1 OK 2026/08/11 04:06:07 INFO : check sum: Copied (new) 2026/08/11 04:06:07 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:07 DEBUG : check sum: size = 1 OK 2026/08/11 04:06:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/11 04:06:07 DEBUG : check sum: Size of src and dst objects identical 2026/08/11 04:06:07 DEBUG : check sum: Unchanged skipping 2026/08/11 04:06:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:07 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:07 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.42s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:09 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/11 04:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:10 DEBUG : sizeonly: md5 = 25a2d6a5ce2f6971dc1aca131aca9d14 OK 2026/08/11 04:06:10 DEBUG : sizeonly: size = 6 OK 2026/08/11 04:06:10 INFO : sizeonly: Copied (new) 2026/08/11 04:06:10 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:11 DEBUG : sizeonly: size = 6 OK 2026/08/11 04:06:11 DEBUG : sizeonly: Sizes identical 2026/08/11 04:06:11 DEBUG : sizeonly: Unchanged skipping 2026/08/11 04:06:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:11 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:11 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.31s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:12 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/11 04:06:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:13 DEBUG : ignore-size: md5 = f349f4c094e7834065411f5f41b8adaf OK 2026/08/11 04:06:13 INFO : ignore-size: Copied (new) 2026/08/11 04:06:13 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:14 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:06:14 DEBUG : ignore-size: Unchanged skipping 2026/08/11 04:06:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:14 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:14 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.32s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:16 DEBUG : existing: md5 = 3fcd4d7be5c6396935cb0eafdafbf484 OK 2026/08/11 04:06:17 DEBUG : existing: size = 6 OK 2026/08/11 04:06:17 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:06:17 DEBUG : existing: Unchanged skipping 2026/08/11 04:06:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:17 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:17 INFO : There was nothing to transfer 2026/08/11 04:06:17 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/11 04:06:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:18 DEBUG : existing: md5 = 96089229baf50be7d81f0271a1f3cd68 OK 2026/08/11 04:06:18 DEBUG : existing: size = 6 OK 2026/08/11 04:06:18 INFO : existing: Copied (replaced existing) 2026/08/11 04:06:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.52s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:20 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/11 04:06:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:21 DEBUG : existing: md5 = a02f3b2299c62c3652bdddb9d68090ac OK 2026/08/11 04:06:21 DEBUG : existing: size = 6 OK 2026/08/11 04:06:21 INFO : existing: Copied (new) 2026/08/11 04:06:21 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:22 DEBUG : existing: Destination exists, skipping 2026/08/11 04:06:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:22 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:22 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.31s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:25 DEBUG : b/potato: md5 = 816c6444e0ac3908704fa8ad117f28ce OK 2026/08/11 04:06:28 DEBUG : c/non empty space: md5 = 7a57374cad39850d3cb57c9408422680 OK 2026/08/11 04:06:28 INFO : d: Making directory 2026/08/11 04:06:29 DEBUG : Added delayed dir = "a", newDst= 2026/08/11 04:06:30 INFO : c: Set directory modification time (using SetModTime) 2026/08/11 04:06:30 DEBUG : Added delayed dir = "c", newDst=c 2026/08/11 04:06:30 DEBUG : c/non empty space: size = 5 OK 2026/08/11 04:06:30 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:06:30 DEBUG : c/non empty space: Unchanged skipping 2026/08/11 04:06:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/11 04:06:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:32 DEBUG : a/potato2: md5 = f812de92f3561a3d9f6c8d2f381bfb44 OK 2026/08/11 04:06:32 DEBUG : a/potato2: size = 60 OK 2026/08/11 04:06:32 INFO : a/potato2: Copied (new) 2026/08/11 04:06:32 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:32 INFO : b/potato: Deleted 2026/08/11 04:06:33 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/11 04:06:33 INFO : d: Removing directory 2026/08/11 04:06:34 INFO : b: Removing directory 2026/08/11 04:06:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': deleted 2 directories --- PASS: TestSyncIgnoreErrors (15.01s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:39 DEBUG : empty space: md5 = ae5fd578cf2014080a52c509ddc6343c OK 2026/08/11 04:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:40 DEBUG : empty space: size = 1 OK 2026/08/11 04:06:40 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/11 04:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:40 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/11 04:06:40 DEBUG : Waiting for deletions to finish 2026/08/11 04:06:40 DEBUG : empty space: size = 1 OK 2026/08/11 04:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:40 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/11 04:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:42 DEBUG : empty space: md5 = 1a37b0e39c64f83e2e58dddc7209004d OK 2026/08/11 04:06:42 DEBUG : empty space: size = 1 OK 2026/08/11 04:06:42 INFO : empty space: Copied (replaced existing) 2026/08/11 04:06:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (4.88s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.48s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:45 DEBUG : foo: md5 = 7e98ffe289549b871088a6a59822a43d OK 2026/08/11 04:06:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:45 DEBUG : foo: size = 3 OK 2026/08/11 04:06:45 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/11 04:06:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:46 DEBUG : foo: md5 = be8870bcb74647c7bbadf1acaa87649a OK 2026/08/11 04:06:46 DEBUG : foo: size = 3 OK 2026/08/11 04:06:46 INFO : foo: Copied (replaced existing) 2026/08/11 04:06:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.37s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:49 DEBUG : empty space: md5 = 1a1b44d8283edabc2bebe2dc76ad126b OK 2026/08/11 04:06:50 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/11 04:06:50 DEBUG : empty space: size = 1 OK 2026/08/11 04:06:50 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:06:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:50 DEBUG : empty space: Unchanged skipping 2026/08/11 04:06:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:51 DEBUG : potato: md5 = 0bb74aa4bf6a48e32fea111fe5907aff OK 2026/08/11 04:06:51 DEBUG : potato: size = 60 OK 2026/08/11 04:06:51 INFO : potato: Copied (new) 2026/08/11 04:06:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.06s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:54 DEBUG : potato: md5 = 5e2124191005a3e515ca7cd050254639 OK 2026/08/11 04:06:55 DEBUG : potato: size = 21 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:06:55 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:06:55 DEBUG : potato: Sizes differ 2026/08/11 04:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:06:56 DEBUG : potato: md5 = 3437018f7f80a704d6773eca434b2178 OK 2026/08/11 04:06:56 DEBUG : potato: size = 21 OK 2026/08/11 04:06:56 INFO : potato: Copied (replaced existing) 2026/08/11 04:06:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.25s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:06:58 DEBUG : potato: md5 = cf02b4b8dc82dd3570a451e425b9aee9 OK 2026/08/11 04:06:59 DEBUG : potato: size = 21 OK 2026/08/11 04:06:59 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/11 04:06:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:06:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:00 DEBUG : potato: md5 = 60d9c7f7daabcf95c6fcf5e1c6ad4389 OK 2026/08/11 04:07:00 DEBUG : potato: size = 21 OK 2026/08/11 04:07:00 INFO : potato: Copied (replaced existing) 2026/08/11 04:07:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.43s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:03 DEBUG : potato: md5 = 4406cc03a1fd399954de3046043d1fd1 OK 2026/08/11 04:07:04 DEBUG : empty space: md5 = d2d841669662ef67f0134e5cd956a2bb OK 2026/08/11 04:07:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:05 DEBUG : empty space: size = 1 OK 2026/08/11 04:07:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:07:05 DEBUG : empty space: Unchanged skipping 2026/08/11 04:07:05 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/11 04:07:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:05 DEBUG : Waiting for deletions to finish 2026/08/11 04:07:05 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-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:08 DEBUG : potato: md5 = cb2e5a728e005a1efb0cc70ceaf9348a OK 2026/08/11 04:07:09 DEBUG : empty space: md5 = 363fca26288f29943b4d9a8a498b0db6 OK 2026/08/11 04:07:10 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:10 DEBUG : empty space: size = 1 OK 2026/08/11 04:07:10 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:07:10 DEBUG : empty space: Unchanged skipping 2026/08/11 04:07:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:11 DEBUG : potato2: md5 = 42611798673d010e6b1e19554de5a913 OK 2026/08/11 04:07:11 DEBUG : potato2: size = 60 OK 2026/08/11 04:07:11 INFO : potato2: Copied (new) 2026/08/11 04:07:11 DEBUG : Waiting for deletions to finish 2026/08/11 04:07:11 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.69s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:15 DEBUG : b/potato: md5 = 8d9114114dd8ddb5585360aece9664fa OK 2026/08/11 04:07:17 DEBUG : c/non empty space: md5 = deacf7ce356fa38d1ddcc12d358b9ef5 OK 2026/08/11 04:07:17 INFO : d: Making directory 2026/08/11 04:07:18 INFO : d/e: Making directory 2026/08/11 04:07:20 DEBUG : Added delayed dir = "a", newDst= 2026/08/11 04:07:21 INFO : c: Set directory modification time (using SetModTime) 2026/08/11 04:07:21 DEBUG : Added delayed dir = "c", newDst=c 2026/08/11 04:07:21 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:21 DEBUG : c/non empty space: size = 5 OK 2026/08/11 04:07:21 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:07:21 DEBUG : c/non empty space: Unchanged skipping 2026/08/11 04:07:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:23 DEBUG : a/potato2: md5 = 8b89bcfe9cd38ea535945b422a6f418d OK 2026/08/11 04:07:23 DEBUG : a/potato2: size = 60 OK 2026/08/11 04:07:23 INFO : a/potato2: Copied (new) 2026/08/11 04:07:23 DEBUG : Waiting for deletions to finish 2026/08/11 04:07:23 INFO : b/potato: Deleted 2026/08/11 04:07:24 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/11 04:07:24 INFO : d/e: Removing directory 2026/08/11 04:07:24 INFO : d: Removing directory 2026/08/11 04:07:25 INFO : b: Removing directory 2026/08/11 04:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (15.86s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:31 DEBUG : b/potato: md5 = f7488c589f809ad45187e6aba9ef44b9 OK 2026/08/11 04:07:33 DEBUG : c/non empty space: md5 = 44490a5a87162e7ad9173b70dfe4b314 OK 2026/08/11 04:07:33 INFO : d: Making directory 2026/08/11 04:07:35 DEBUG : Added delayed dir = "a", newDst= 2026/08/11 04:07:35 INFO : c: Set directory modification time (using SetModTime) 2026/08/11 04:07:35 DEBUG : Added delayed dir = "c", newDst=c 2026/08/11 04:07:35 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:35 DEBUG : c/non empty space: size = 5 OK 2026/08/11 04:07:35 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:07:35 DEBUG : c/non empty space: Unchanged skipping 2026/08/11 04:07:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:37 DEBUG : a/potato2: md5 = 1e0f01d235dc80c23d52338254f0a319 OK 2026/08/11 04:07:37 DEBUG : a/potato2: size = 60 OK 2026/08/11 04:07:37 INFO : a/potato2: Copied (new) 2026/08/11 04:07:37 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': not deleting files as there were IO errors 2026/08/11 04:07:38 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/11 04:07:38 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.06s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:45 DEBUG : potato: md5 = b04228de6964a061aebeed73b7e4f573 OK 2026/08/11 04:07:46 DEBUG : empty space: md5 = a3816feb657cd47b6f878cfe79ca1766 OK 2026/08/11 04:07:46 DEBUG : Waiting for deletions to finish 2026/08/11 04:07:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:47 DEBUG : empty space: size = 1 OK 2026/08/11 04:07:47 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:07:47 DEBUG : empty space: Unchanged skipping 2026/08/11 04:07:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:47 INFO : potato: Deleted 2026/08/11 04:07:48 DEBUG : potato2: md5 = ce98aa7d829cc8cfe35d58163d7e1e74 OK 2026/08/11 04:07:48 DEBUG : potato2: size = 60 OK 2026/08/11 04:07:48 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.48s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:51 DEBUG : potato: md5 = d9fe1d536e377133f3641aadf5c2a452 OK 2026/08/11 04:07:52 DEBUG : empty space: md5 = 82b17190571f36a5b1398bd2417bbe77 OK 2026/08/11 04:07:52 DEBUG : Waiting for deletions to finish 2026/08/11 04:07:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:53 INFO : potato: Deleted 2026/08/11 04:07:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:53 DEBUG : empty space: size = 1 OK 2026/08/11 04:07:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:07:53 DEBUG : empty space: Unchanged skipping 2026/08/11 04:07:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:07:55 DEBUG : potato2: md5 = a81a8190405ac6a0f8e3b3e60e9c05c8 OK 2026/08/11 04:07:55 DEBUG : potato2: size = 60 OK 2026/08/11 04:07:55 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.06s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:07:58 DEBUG : potato: md5 = 079f4d0b54bba60e00f78471a38c6b9f OK 2026/08/11 04:07:58 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:00 DEBUG : potato2: md5 = 07f8141d29c7cfae361a14a022d86a9d OK 2026/08/11 04:08:00 DEBUG : potato2: size = 19 OK 2026/08/11 04:08:00 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.01s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:08:03 DEBUG : potato2: md5 = 4d381271f8829f140543c1ef9a562f6a OK 2026/08/11 04:08:04 DEBUG : empty space: md5 = d5d09bed5f41fee58c63e550abe9b3e1 OK 2026/08/11 04:08:05 DEBUG : enormous: Excluded (Size Filter) 2026/08/11 04:08:05 DEBUG : enormous: Excluded 2026/08/11 04:08:05 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 04:08:05 DEBUG : potato2: Excluded 2026/08/11 04:08:05 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 04:08:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:05 DEBUG : empty space: size = 1 OK 2026/08/11 04:08:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:08:05 DEBUG : empty space: Unchanged skipping 2026/08/11 04:08:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:05 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:05 INFO : There was nothing to transfer 2026/08/11 04:08:05 DEBUG : enormous: Excluded (Size Filter) 2026/08/11 04:08:05 DEBUG : enormous: Excluded 2026/08/11 04:08:05 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 04:08:05 DEBUG : potato2: Excluded 2026/08/11 04:08:05 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 04:08:05 DEBUG : empty space: size = 1 OK 2026/08/11 04:08:05 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/11 04:08:05 DEBUG : empty space: Unchanged skipping 2026/08/11 04:08:05 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for checks to finish 2026/08/11 04:08:05 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for transfers to finish 2026/08/11 04:08:05 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:05 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.43s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:08:08 DEBUG : potato2: md5 = d9c8c9b6571133f38b2166f15507e61f OK 2026/08/11 04:08:10 DEBUG : empty space: md5 = 4860d622e2a64d21c6f7f9bd57e6693c OK 2026/08/11 04:08:11 DEBUG : enormous: md5 = 866280cd1be3acad32bb8a8bccc43160 OK 2026/08/11 04:08:11 DEBUG : enormous: Excluded (Size Filter) 2026/08/11 04:08:11 DEBUG : enormous: Excluded 2026/08/11 04:08:11 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 04:08:11 DEBUG : potato2: Excluded 2026/08/11 04:08:12 DEBUG : empty space: size = 1 OK 2026/08/11 04:08:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:08:12 DEBUG : empty space: Unchanged skipping 2026/08/11 04:08:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:12 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:12 INFO : potato2: Deleted 2026/08/11 04:08:12 INFO : enormous: Deleted 2026/08/11 04:08:12 INFO : There was nothing to transfer 2026/08/11 04:08:13 DEBUG : empty space: size = 1 OK 2026/08/11 04:08:13 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/11 04:08:13 DEBUG : empty space: Unchanged skipping 2026/08/11 04:08:13 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for checks to finish 2026/08/11 04:08:13 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for transfers to finish 2026/08/11 04:08:13 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:13 INFO : enormous: Deleted 2026/08/11 04:08:13 INFO : potato2: Deleted 2026/08/11 04:08:13 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (6.59s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:08:15 DEBUG : one: md5 = e2aabc0f10a6ffc55f1bd41fcc71594a OK 2026/08/11 04:08:17 DEBUG : two: md5 = ed3522692ad1dd7a1974f528f9048455 OK 2026/08/11 04:08:18 DEBUG : three: md5 = 9b7d4368abcded1872f5b7b97a2a8ac3 OK 2026/08/11 04:08:20 DEBUG : four: md5 = 28c8738f75b40474d6cb66697fc29a37 OK 2026/08/11 04:08:20 DEBUG : five: Need to transfer - File not found at Destination 2026/08/11 04:08:20 DEBUG : four: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:08:20 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:08:20 DEBUG : four: Sizes differ 2026/08/11 04:08:20 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/11 04:08:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:20 DEBUG : one: Destination is newer than source, skipping 2026/08/11 04:08:20 DEBUG : three: size = 5 OK 2026/08/11 04:08:20 DEBUG : three: Sizes identical 2026/08/11 04:08:20 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/11 04:08:20 DEBUG : two: size = 3 OK 2026/08/11 04:08:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:21 DEBUG : two: md5 = 09b7aff48f933328b9c7afccc96689e5 OK 2026/08/11 04:08:21 DEBUG : two: size = 3 OK 2026/08/11 04:08:21 INFO : two: Copied (replaced existing) 2026/08/11 04:08:21 DEBUG : four: md5 = de198b1838b9644a5d240a53f0180e4b OK 2026/08/11 04:08:21 DEBUG : four: size = 4 OK 2026/08/11 04:08:21 INFO : four: Copied (replaced existing) 2026/08/11 04:08:21 DEBUG : five: md5 = 2fa981edc953729e1ed97fcb7fbaa635 OK 2026/08/11 04:08:21 DEBUG : five: size = 4 OK 2026/08/11 04:08:21 INFO : five: Copied (new) 2026/08/11 04:08:21 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.05s) === 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-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/11 04:08:25 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/11 04:08:25 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/11 04:08:25 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/11 04:08:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:26 DEBUG : potato: md5 = 9121c22675944a3b40e8d76a26b09b6d OK 2026/08/11 04:08:26 DEBUG : potato: size = 14 OK 2026/08/11 04:08:26 INFO : potato: Copied (new) 2026/08/11 04:08:26 DEBUG : yam: md5 = c848ec64199ce633d9a451f186dbdd58 OK 2026/08/11 04:08:26 DEBUG : yam: size = 11 OK 2026/08/11 04:08:26 INFO : yam: Copied (new) 2026/08/11 04:08:26 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:27 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/11 04:08:27 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/11 04:08:27 DEBUG : potato: size = 14 OK 2026/08/11 04:08:27 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:08:27 DEBUG : potato: Unchanged skipping 2026/08/11 04:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:28 DEBUG : yaml: md5 = 27d5e6bba8719e5937c922473a677d47 OK 2026/08/11 04:08:28 DEBUG : yaml: size = 11 OK 2026/08/11 04:08:28 INFO : yaml: Copied (new) 2026/08/11 04:08:28 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:29 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (5.72s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/11 04:08:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Making map for --track-renames 2026/08/11 04:08:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Finished making map for --track-renames 2026/08/11 04:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/11 04:08:31 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/11 04:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for renames to finish 2026/08/11 04:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:32 DEBUG : yam: md5 = 69f7e11feb77db37bf436f38589758d9 OK 2026/08/11 04:08:32 DEBUG : yam: size = 11 OK 2026/08/11 04:08:32 INFO : yam: Copied (new) 2026/08/11 04:08:32 DEBUG : potato: md5 = 77ba1339b88cfc98d2185e684feed409 OK 2026/08/11 04:08:32 DEBUG : potato: size = 14 OK 2026/08/11 04:08:32 INFO : potato: Copied (new) 2026/08/11 04:08:32 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:33 DEBUG : potato: size = 14 OK 2026/08/11 04:08:33 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:08:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Making map for --track-renames 2026/08/11 04:08:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Finished making map for --track-renames 2026/08/11 04:08:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:33 DEBUG : potato: Unchanged skipping 2026/08/11 04:08:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for renames to finish 2026/08/11 04:08:33 INFO : yam: Moved (server-side) to: yaml 2026/08/11 04:08:33 INFO : yaml: Renamed from "yam" 2026/08/11 04:08:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:33 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:33 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.69s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/11 04:08:35 DEBUG : Added delayed dir = "sub", newDst= 2026/08/11 04:08:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Making map for --track-renames 2026/08/11 04:08:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Finished making map for --track-renames 2026/08/11 04:08:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:35 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/11 04:08:35 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/11 04:08:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for renames to finish 2026/08/11 04:08:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:37 DEBUG : sub/yam: md5 = 67b71a777d471e2b8c18aa0f1a6bf32b OK 2026/08/11 04:08:37 DEBUG : sub/yam: size = 11 OK 2026/08/11 04:08:37 INFO : sub/yam: Copied (new) 2026/08/11 04:08:38 DEBUG : potato: md5 = 8fcfb56727b931c3f2a11e5b7e041eca OK 2026/08/11 04:08:38 DEBUG : potato: size = 14 OK 2026/08/11 04:08:38 INFO : potato: Copied (new) 2026/08/11 04:08:38 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:38 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/11 04:08:39 DEBUG : potato: size = 14 OK 2026/08/11 04:08:39 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:08:39 DEBUG : potato: Unchanged skipping 2026/08/11 04:08:40 INFO : sub: Set directory modification time (using SetModTime) 2026/08/11 04:08:40 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/11 04:08:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Making map for --track-renames 2026/08/11 04:08:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Finished making map for --track-renames 2026/08/11 04:08:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for renames to finish 2026/08/11 04:08:41 INFO : sub/yam: Moved (server-side) to: yam 2026/08/11 04:08:41 INFO : yam: Renamed from "sub/yam" 2026/08/11 04:08:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:41 DEBUG : Waiting for deletions to finish 2026/08/11 04:08:41 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.32s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:08:43 DEBUG : Creating backend with remote "/tmp/rclone2695753653/dir1" 2026/08/11 04:08:43 DEBUG : Creating backend with remote "/tmp/rclone2695753653/dir2" 2026/08/11 04:08:43 DEBUG : Local file system at /tmp/rclone2695753653/dir2: Using server-side directory move 2026/08/11 04:08:43 INFO : Local file system at /tmp/rclone2695753653/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 04:08:43 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/11 04:08:43 DEBUG : Local file system at /tmp/rclone2695753653/dir2: Waiting for checks to finish 2026/08/11 04:08:43 DEBUG : Local file system at /tmp/rclone2695753653/dir2: Waiting for transfers to finish 2026/08/11 04:08:43 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.49s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:08:44 DEBUG : Added delayed dir = "nested", newDst= 2026/08/11 04:08:44 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:08:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:08:44 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/11 04:08:44 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/11 04:08:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:46 DEBUG : sub dir/hello world: md5 = cf2020102db65c7ba6bfd124f7d3a429 OK 2026/08/11 04:08:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:08:46 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:08:46 INFO : sub dir/hello world: Deleted 2026/08/11 04:08:48 DEBUG : nested/sub dir/file: md5 = 1bd13a64aff733ddea60cab09f9176ca OK 2026/08/11 04:08:48 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/11 04:08:48 INFO : nested/sub dir/file: Copied (new) 2026/08/11 04:08:48 INFO : nested/sub dir/file: Deleted 2026/08/11 04:08:48 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:08:49 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/11 04:08:49 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:08:49 INFO : sub dir: Removing directory 2026/08/11 04:08:49 INFO : nested/sub dir: Removing directory 2026/08/11 04:08:49 INFO : nested: Removing directory 2026/08/11 04:08:49 DEBUG : Local file system at /tmp/rclone2695753653: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (9.69s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:08:54 DEBUG : Added delayed dir = "nested", newDst= 2026/08/11 04:08:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:08:54 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/11 04:08:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:08:54 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/11 04:08:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:08:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:08:56 DEBUG : sub dir/hello world: md5 = 765bc40fd3c6820f5932f623a5c50db9 OK 2026/08/11 04:08:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:08:56 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:08:56 INFO : sub dir/hello world: Deleted 2026/08/11 04:08:58 DEBUG : nested/sub dir/file: md5 = 79ce3ca5cbabc073fd3bc72c156ba8c0 OK 2026/08/11 04:08:58 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/11 04:08:58 INFO : nested/sub dir/file: Copied (new) 2026/08/11 04:08:58 INFO : nested/sub dir/file: Deleted 2026/08/11 04:08:58 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:08:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:08:59 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (9.77s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:09:03 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/11 04:09:03 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/11 04:09:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:09:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:09:05 DEBUG : existing: md5 = fdc15aa5ba5b680a6e654934f0fb220e OK 2026/08/11 04:09:05 DEBUG : existing: size = 6 OK 2026/08/11 04:09:05 INFO : existing: Copied (new) 2026/08/11 04:09:05 INFO : existing: Deleted 2026/08/11 04:09:05 DEBUG : existing-b: md5 = 0fe7d75d794e94b1ff857b64135a4732 OK 2026/08/11 04:09:05 DEBUG : existing-b: size = 6 OK 2026/08/11 04:09:05 INFO : existing-b: Copied (new) 2026/08/11 04:09:05 INFO : existing-b: Deleted 2026/08/11 04:09:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:09:06 DEBUG : existing: Destination exists, skipping 2026/08/11 04:09:06 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/11 04:09:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:09:06 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.24s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:09:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vesaxeb8qeme" 2026/08/11 04:09:08 DEBUG : Creating backend with remote "TestDrive:crypt/c8u64seor7s6f2f4cgjls6orqeg3j602qagu0k3kd9nfqhkjlqo0" 2026/08/11 04:09:10 DEBUG : potato2: md5 = 7197e885a56ec376591941840aa58268 OK 2026/08/11 04:09:12 DEBUG : empty space: md5 = 508ba7a5e35e5e5658708666c4521a4e OK 2026/08/11 04:09:13 DEBUG : potato3: md5 = 159b475f87e68e938f8f85aa79dff12d OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice' -> Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme' 2026/08/11 04:09:16 DEBUG : empty space: md5 = 819b86152220bbf1064ac08c97720824 OK 2026/08/11 04:09:18 DEBUG : potato3: md5 = 612a636381dfac9a6df1c3ba8597f703 OK 2026/08/11 04:09:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme': Using server-side directory move 2026/08/11 04:09:18 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 04:09:18 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:09:18 DEBUG : empty space: size = 1 OK 2026/08/11 04:09:18 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:09:18 DEBUG : empty space: Unchanged skipping 2026/08/11 04:09:18 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:09:18 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme') 2026/08/11 04:09:18 DEBUG : potato3: Sizes differ 2026/08/11 04:09:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme': Waiting for checks to finish 2026/08/11 04:09:19 INFO : empty space: Deleted 2026/08/11 04:09:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme': Waiting for transfers to finish 2026/08/11 04:09:19 INFO : potato3: Deleted 2026/08/11 04:09:19 INFO : potato2: Moved (server-side) 2026/08/11 04:09:19 INFO : potato3: Moved (server-side) 2026/08/11 04:09:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rififuc4gaci" 2026/08/11 04:09:20 DEBUG : Creating backend with remote "TestDrive:crypt/6pcnd5ekvbbdg0r7vr1upr906htc1nh9m3dh8f7efdsb039gr6o0" 2026/08/11 04:09:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rififuc4gaci': Using server-side directory move 2026/08/11 04:09:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rififuc4gaci': Server side directory move succeeded 2026/08/11 04:09:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rififuc4gaci': Purge remote 2026/08/11 04:09:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vesaxeb8qeme': Purge remote 2026/08/11 04:09:24 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (16.79s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:09:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gicumuy3puxu" 2026/08/11 04:09:24 DEBUG : Creating backend with remote "TestDrive:crypt/i40df4u2smpu1nof6coee4m8nunc5g46bt2423p8nltkllt11ptg" 2026/08/11 04:09:27 DEBUG : potato2: md5 = b470744484f4a888af72b40b029f97c5 OK 2026/08/11 04:09:28 DEBUG : empty space: md5 = 0e5794de0ab37be138bf82496ffc8a8e OK 2026/08/11 04:09:30 DEBUG : potato3: md5 = ad73fbffaca1bfba740db71c7b8112e8 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice' -> Encrypted drive 'TestCryptDrive:rclone-test-gicumuy3puxu' 2026/08/11 04:09:32 DEBUG : empty space: md5 = 3bd80bc4dc32b4d2e2ac6270fbdb154d OK 2026/08/11 04:09:34 DEBUG : potato3: md5 = 024c38e50f29a46dae78a6dbeb39baa0 OK 2026/08/11 04:09:35 DEBUG : empty space: Excluded (Size Filter) 2026/08/11 04:09:35 DEBUG : empty space: Excluded (Size Filter) 2026/08/11 04:09:35 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:09:35 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:09:35 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-gicumuy3puxu') 2026/08/11 04:09:35 DEBUG : potato3: Sizes differ 2026/08/11 04:09:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gicumuy3puxu': Waiting for checks to finish 2026/08/11 04:09:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gicumuy3puxu': Waiting for transfers to finish 2026/08/11 04:09:35 INFO : potato3: Deleted 2026/08/11 04:09:35 INFO : potato2: Moved (server-side) 2026/08/11 04:09:36 INFO : potato3: Moved (server-side) 2026/08/11 04:09:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cepuxoq1zedi" 2026/08/11 04:09:36 DEBUG : Creating backend with remote "TestDrive:crypt/m58vtado20lbg36besrn8aju13mkjvl7jda0hlc5m1mf7bfem520" 2026/08/11 04:09:38 DEBUG : empty space: Excluded (Size Filter) 2026/08/11 04:09:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:09:38 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/11 04:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cepuxoq1zedi': Waiting for checks to finish 2026/08/11 04:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cepuxoq1zedi': Waiting for transfers to finish 2026/08/11 04:09:39 INFO : potato3: Moved (server-side) 2026/08/11 04:09:39 INFO : potato2: Moved (server-side) 2026/08/11 04:09:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cepuxoq1zedi': Purge remote 2026/08/11 04:09:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gicumuy3puxu': Purge remote --- PASS: TestServerSideMoveWithFilter (17.29s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:09:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vuhivoy7sewe" 2026/08/11 04:09:42 DEBUG : Creating backend with remote "TestDrive:crypt/55kcehaep02bg0rdqlcuh14jif6iitkmkbn8dgh53uimuedb3t40" 2026/08/11 04:09:44 DEBUG : potato2: md5 = 1657633a4a9fa67f9c9ba443ae12334f OK 2026/08/11 04:09:46 DEBUG : empty space: md5 = ba2ddd0731375de590fa3bbcccfedde3 OK 2026/08/11 04:09:47 DEBUG : potato3: md5 = ab45adea992fdc982aaeeb041fa458fd OK 2026/08/11 04:09:47 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice' -> Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe' 2026/08/11 04:09:50 DEBUG : empty space: md5 = 15ab510c2f56f8d69029a9664b7363f3 OK 2026/08/11 04:09:52 DEBUG : potato3: md5 = 9954bdfd6a879fa65c9371bc11908c14 OK 2026/08/11 04:09:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe': Using server-side directory move 2026/08/11 04:09:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 04:09:53 DEBUG : empty space: size = 1 OK 2026/08/11 04:09:53 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:09:53 DEBUG : empty space: Unchanged skipping 2026/08/11 04:09:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:09:53 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/11 04:09:53 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:09:53 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe') 2026/08/11 04:09:53 DEBUG : potato3: Sizes differ 2026/08/11 04:09:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe': Waiting for checks to finish 2026/08/11 04:09:53 INFO : empty space: Deleted 2026/08/11 04:09:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe': Waiting for transfers to finish 2026/08/11 04:09:53 INFO : potato3: Deleted 2026/08/11 04:09:53 INFO : potato2: Moved (server-side) 2026/08/11 04:09:54 INFO : potato3: Moved (server-side) 2026/08/11 04:09:54 INFO : tomatoDir: Removing directory 2026/08/11 04:09:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': deleted 1 directories 2026/08/11 04:09:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qajipob8wuxo" 2026/08/11 04:09:55 DEBUG : Creating backend with remote "TestDrive:crypt/74hbs9hphsorgq0me41lgedp8f45fd6gudm5tgd7b0bg6hpjkem0" 2026/08/11 04:09:56 INFO : tomatoDir: Making directory 2026/08/11 04:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qajipob8wuxo': Using server-side directory move 2026/08/11 04:09:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qajipob8wuxo': Server side directory move succeeded 2026/08/11 04:09:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qajipob8wuxo': Purge remote 2026/08/11 04:10:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vuhivoy7sewe': Purge remote 2026/08/11 04:10:00 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.90s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.49s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:10:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test" 2026/08/11 04:10:01 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.15s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:10:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test" 2026/08/11 04:10:03 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/11 04:10:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test-include/layer2" 2026/08/11 04:10:06 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/11 04:10:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test-ignore-file" 2026/08/11 04:10:09 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/11 04:10:13 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = d94453929a77f92c05457a90c276ca78 OK 2026/08/11 04:10:15 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/11 04:10:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test': Waiting for checks to finish 2026/08/11 04:10:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test': Waiting for transfers to finish 2026/08/11 04:10:15 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:15 INFO : There was nothing to transfer 2026/08/11 04:10:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:10:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:10:17 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:17 INFO : rclone-sync-test-include: Removing directory 2026/08/11 04:10:17 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/11 04:10:17 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/11 04:10:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': failed to delete 1 directories 2026/08/11 04:10:17 INFO : There was nothing to transfer 2026/08/11 04:10:19 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/11 04:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/11 04:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/11 04:10:19 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:19 INFO : There was nothing to transfer 2026/08/11 04:10:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:10:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:10:21 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:21 INFO : rclone-sync-test-include: Removing directory 2026/08/11 04:10:22 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/11 04:10:22 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/11 04:10:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': failed to delete 1 directories 2026/08/11 04:10:22 INFO : There was nothing to transfer 2026/08/11 04:10:24 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/11 04:10:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/11 04:10:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/11 04:10:24 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:24 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (24.59s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:10:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:10:28 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:10:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/CompareDest" 2026/08/11 04:10:29 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/gveqi14airsml4bgu7krj116o8" 2026/08/11 04:10:31 DEBUG : one: Need to transfer - File not found at Destination 2026/08/11 04:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:10:34 DEBUG : one: md5 = 05be7b5a04788f7459d34ab8e9d41385 OK 2026/08/11 04:10:34 DEBUG : one: size = 3 OK 2026/08/11 04:10:34 INFO : one: Copied (new) 2026/08/11 04:10:34 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:10:35 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:10:35 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:10:35 DEBUG : one: Sizes differ 2026/08/11 04:10:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:10:36 DEBUG : one: md5 = 3598f38136eb709cca41cf4354674285 OK 2026/08/11 04:10:36 DEBUG : one: size = 5 OK 2026/08/11 04:10:36 INFO : one: Copied (replaced existing) 2026/08/11 04:10:36 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:38 DEBUG : dst/one: md5 = eb61cccfabf8d4faf1cbccda6bba0597 OK 2026/08/11 04:10:40 DEBUG : CompareDest/one: md5 = 19cb6dd1e72c62db29ac13a61d831915 OK 2026/08/11 04:10:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:10:41 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:10:41 DEBUG : one: Sizes differ 2026/08/11 04:10:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:10:42 DEBUG : one: size = 5 OK 2026/08/11 04:10:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:10:42 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 04:10:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:10:42 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:42 INFO : There was nothing to transfer 2026/08/11 04:10:44 DEBUG : CompareDest/two: md5 = 7279045db845ff76c24f2cd6faac17f6 OK 2026/08/11 04:10:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:10:45 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:10:45 DEBUG : one: Sizes differ 2026/08/11 04:10:45 DEBUG : two: size = 3 OK 2026/08/11 04:10:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:10:45 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/11 04:10:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:10:45 DEBUG : one: size = 5 OK 2026/08/11 04:10:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:10:45 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 04:10:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:10:45 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:45 INFO : There was nothing to transfer 2026/08/11 04:10:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:10:46 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:10:46 DEBUG : one: Sizes differ 2026/08/11 04:10:46 DEBUG : two: size = 3 OK 2026/08/11 04:10:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:10:46 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/11 04:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:10:46 DEBUG : one: size = 5 OK 2026/08/11 04:10:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:10:46 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 04:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:10:46 DEBUG : Waiting for deletions to finish 2026/08/11 04:10:46 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/11 04:10:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:10:47 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:10:47 DEBUG : one: Sizes differ 2026/08/11 04:10:48 DEBUG : two: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:10:48 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/CompareDest') 2026/08/11 04:10:48 DEBUG : two: Sizes differ 2026/08/11 04:10:48 DEBUG : two: Need to transfer - File not found at Destination 2026/08/11 04:10:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:10:48 DEBUG : one: size = 5 OK 2026/08/11 04:10:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:10:48 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 04:10:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:10:49 DEBUG : two: md5 = 3b042e96da88fb191475626c3f45ea40 OK 2026/08/11 04:10:49 DEBUG : two: size = 5 OK 2026/08/11 04:10:49 INFO : two: Copied (new) 2026/08/11 04:10:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (26.14s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:10:56 DEBUG : pre-dest1/1: md5 = e693bf7bd7a10dd66bdc458305bd4131 OK 2026/08/11 04:10:58 DEBUG : pre-dest2/2: md5 = bbb0fc63e8dcd4bc933293d0b8d47988 OK 2026/08/11 04:10:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dest" 2026/08/11 04:10:59 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/rg03c1jvnehrrc617i0lnqjddc" 2026/08/11 04:11:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/pre-dest1" 2026/08/11 04:11:00 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/bbnblvh6k061ssopqrp18kd7gc" 2026/08/11 04:11:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/pre-dest2" 2026/08/11 04:11:01 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/11 04:11:03 DEBUG : 1: size = 1 OK 2026/08/11 04:11:03 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:11:03 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/11 04:11:03 DEBUG : 2: size = 1 OK 2026/08/11 04:11:03 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:11:03 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/11 04:11:04 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/11 04:11:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dest': Waiting for checks to finish 2026/08/11 04:11:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dest': Waiting for transfers to finish 2026/08/11 04:11:06 DEBUG : 3: md5 = a045b209d0be3c5921421539714ee758 OK 2026/08/11 04:11:06 DEBUG : 3: size = 1 OK 2026/08/11 04:11:06 INFO : 3: Copied (new) 2026/08/11 04:11:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (17.67s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:11:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:11:12 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:11:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/CopyDest" 2026/08/11 04:11:13 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/11 04:11:15 DEBUG : one: Need to transfer - File not found at Destination 2026/08/11 04:11:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:18 DEBUG : one: md5 = 30ce62649c6938c988ee3e663d5302c5 OK 2026/08/11 04:11:18 DEBUG : one: size = 3 OK 2026/08/11 04:11:18 INFO : one: Copied (new) 2026/08/11 04:11:18 DEBUG : Waiting for deletions to finish 2026/08/11 04:11:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:11:19 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:11:19 DEBUG : one: Sizes differ 2026/08/11 04:11:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:20 DEBUG : one: md5 = c4ba89e858c543c19f3a769d66af9b6e OK 2026/08/11 04:11:20 DEBUG : one: size = 5 OK 2026/08/11 04:11:20 INFO : one: Copied (replaced existing) 2026/08/11 04:11:20 DEBUG : Waiting for deletions to finish 2026/08/11 04:11:22 DEBUG : dst/one: md5 = 8686fe431d948a8fa00883b2d2939838 OK 2026/08/11 04:11:25 DEBUG : CopyDest/one: md5 = 5139ae5baddf439b4aaecae87ecaedc9 OK 2026/08/11 04:11:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/BackupDir" 2026/08/11 04:11:25 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/11 04:11:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:11:27 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:11:27 DEBUG : one: Sizes differ 2026/08/11 04:11:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:28 DEBUG : one: size = 5 OK 2026/08/11 04:11:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:28 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:11:28 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:11:28 DEBUG : one: Sizes differ 2026/08/11 04:11:30 INFO : one: Moved (server-side) 2026/08/11 04:11:31 DEBUG : one: size = 5 OK 2026/08/11 04:11:31 INFO : one: Copied (server-side copy) 2026/08/11 04:11:31 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/11 04:11:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:31 DEBUG : Waiting for deletions to finish 2026/08/11 04:11:33 DEBUG : CopyDest/two: md5 = 8942c1cb22d251af67fdb222ac1cbafa OK 2026/08/11 04:11:33 DEBUG : one: size = 5 OK 2026/08/11 04:11:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:33 DEBUG : one: Unchanged skipping 2026/08/11 04:11:34 DEBUG : two: size = 3 OK 2026/08/11 04:11:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:35 DEBUG : two: size = 3 OK 2026/08/11 04:11:35 INFO : two: Copied (server-side copy) 2026/08/11 04:11:35 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/11 04:11:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:35 DEBUG : Waiting for deletions to finish 2026/08/11 04:11:36 DEBUG : one: size = 5 OK 2026/08/11 04:11:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:36 DEBUG : one: Unchanged skipping 2026/08/11 04:11:36 DEBUG : two: size = 3 OK 2026/08/11 04:11:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:36 DEBUG : two: Unchanged skipping 2026/08/11 04:11:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:36 DEBUG : Waiting for deletions to finish 2026/08/11 04:11:36 INFO : There was nothing to transfer 2026/08/11 04:11:38 DEBUG : CopyDest/three: md5 = 1c6d34632f47c90feb7ea9593b0c504b OK 2026/08/11 04:11:38 DEBUG : one: size = 5 OK 2026/08/11 04:11:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:38 DEBUG : one: Unchanged skipping 2026/08/11 04:11:39 DEBUG : three: size = 7 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:11:39 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/CopyDest') 2026/08/11 04:11:39 DEBUG : three: Sizes differ 2026/08/11 04:11:39 DEBUG : three: Destination not found in --copy-dest 2026/08/11 04:11:39 DEBUG : three: Need to transfer - File not found at Destination 2026/08/11 04:11:39 DEBUG : two: size = 3 OK 2026/08/11 04:11:39 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 04:11:39 DEBUG : two: Unchanged skipping 2026/08/11 04:11:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:40 DEBUG : three: md5 = f9999a8ee762b0bde47add26ac37f236 OK 2026/08/11 04:11:40 DEBUG : three: size = 7 OK 2026/08/11 04:11:40 INFO : three: Copied (new) 2026/08/11 04:11:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (35.70s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:11:50 DEBUG : dst/one: md5 = e2d9c4d9141750396cd133dbb89f3396 OK 2026/08/11 04:11:51 DEBUG : dst/two: md5 = e6a0eea7eab0abd0a3d5bd5fd6420671 OK 2026/08/11 04:11:52 DEBUG : dst/three.txt: md5 = d028e0c61e16d9f375005df04951bc82 OK 2026/08/11 04:11:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:11:53 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:11:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/backup" 2026/08/11 04:11:54 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/1nrff024r7pq65ecp72fc28jb0" 2026/08/11 04:11:56 DEBUG : one: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:11:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:11:56 DEBUG : two: size = 3 OK 2026/08/11 04:11:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:11:56 DEBUG : two: Unchanged skipping 2026/08/11 04:11:56 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:11:56 DEBUG : one: Sizes differ 2026/08/11 04:11:58 INFO : one: Moved (server-side) 2026/08/11 04:11:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:11:59 DEBUG : one: md5 = a29c05c1bccb8eed5f8ded82c991fb83 OK 2026/08/11 04:11:59 DEBUG : one: size = 4 OK 2026/08/11 04:11:59 INFO : one: Copied (new) 2026/08/11 04:11:59 DEBUG : Waiting for deletions to finish 2026/08/11 04:12:00 INFO : three.txt: Moved (server-side) 2026/08/11 04:12:00 INFO : three.txt: Moved into backup dir 2026/08/11 04:12:02 DEBUG : dst/three.txt: md5 = 97e02c2e8ff4d2fbb604515e796791f5 OK 2026/08/11 04:12:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:12:03 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:12:03 DEBUG : one: Sizes differ 2026/08/11 04:12:03 DEBUG : two: size = 3 OK 2026/08/11 04:12:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:12:03 DEBUG : two: Unchanged skipping 2026/08/11 04:12:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:12:04 INFO : one: Deleted 2026/08/11 04:12:04 INFO : one: Moved (server-side) 2026/08/11 04:12:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:12:06 DEBUG : one: md5 = 38fcf4a3cc7342acfce51fe2b1b9d56c OK 2026/08/11 04:12:06 DEBUG : one: size = 5 OK 2026/08/11 04:12:06 INFO : one: Copied (new) 2026/08/11 04:12:06 DEBUG : Waiting for deletions to finish 2026/08/11 04:12:07 INFO : three.txt: Deleted 2026/08/11 04:12:07 INFO : three.txt: Moved (server-side) 2026/08/11 04:12:07 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (24.51s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:12:14 DEBUG : dst/one: md5 = 7b2fbc849f0ac5d80e00d028b029bf60 OK 2026/08/11 04:12:15 DEBUG : dst/two: md5 = 0c50de1e167680a16ba37b38b14d79d0 OK 2026/08/11 04:12:17 DEBUG : dst/three.txt: md5 = 4b1b512d4a284a49d3480dad77a29ecb OK 2026/08/11 04:12:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:12:17 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:12:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/backup" 2026/08/11 04:12:18 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/1nrff024r7pq65ecp72fc28jb0" 2026/08/11 04:12:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:12:20 DEBUG : one: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:12:20 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:12:20 DEBUG : one: Sizes differ 2026/08/11 04:12:20 DEBUG : two: size = 3 OK 2026/08/11 04:12:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:12:20 DEBUG : two: Unchanged skipping 2026/08/11 04:12:22 INFO : one: Moved (server-side) to: one.bak 2026/08/11 04:12:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:12:23 DEBUG : one: md5 = c7b306eee7003bb989dddcc3aebb24d3 OK 2026/08/11 04:12:23 DEBUG : one: size = 4 OK 2026/08/11 04:12:23 INFO : one: Copied (new) 2026/08/11 04:12:23 DEBUG : Waiting for deletions to finish 2026/08/11 04:12:24 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 04:12:24 INFO : three.txt: Moved into backup dir 2026/08/11 04:12:26 DEBUG : dst/three.txt: md5 = cb8f8f3ec2f8216c65a4be7eb70e87ac OK 2026/08/11 04:12:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:12:27 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:12:27 DEBUG : one: Sizes differ 2026/08/11 04:12:27 DEBUG : two: size = 3 OK 2026/08/11 04:12:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:12:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:12:27 DEBUG : two: Unchanged skipping 2026/08/11 04:12:28 INFO : one.bak: Deleted 2026/08/11 04:12:28 INFO : one: Moved (server-side) to: one.bak 2026/08/11 04:12:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:12:30 DEBUG : one: md5 = f2aa507034fa69708892474242cfe92f OK 2026/08/11 04:12:30 DEBUG : one: size = 5 OK 2026/08/11 04:12:30 INFO : one: Copied (new) 2026/08/11 04:12:30 DEBUG : Waiting for deletions to finish 2026/08/11 04:12:31 INFO : three.txt.bak: Deleted 2026/08/11 04:12:31 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 04:12:31 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (24.06s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:12:38 DEBUG : dst/one: md5 = bb6879dcd65df58b26c0500d13142fa7 OK 2026/08/11 04:12:40 DEBUG : dst/two: md5 = ff47097a2a9dc8b65d9ee4194040ee77 OK 2026/08/11 04:12:41 DEBUG : dst/three.txt: md5 = acf1837f78a7f4d9d4c06fe7bc7dad53 OK 2026/08/11 04:12:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:12:42 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:12:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/backup" 2026/08/11 04:12:42 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/1nrff024r7pq65ecp72fc28jb0" 2026/08/11 04:12:44 DEBUG : one: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:12:44 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:12:44 DEBUG : one: Sizes differ 2026/08/11 04:12:44 DEBUG : two: size = 3 OK 2026/08/11 04:12:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:12:44 DEBUG : two: Unchanged skipping 2026/08/11 04:12:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:12:46 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 04:12:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:12:47 DEBUG : one: md5 = 12572bca947ec50a24cf72b50789bdbf OK 2026/08/11 04:12:47 DEBUG : one: size = 4 OK 2026/08/11 04:12:47 INFO : one: Copied (new) 2026/08/11 04:12:47 DEBUG : Waiting for deletions to finish 2026/08/11 04:12:48 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 04:12:48 INFO : three.txt: Moved into backup dir 2026/08/11 04:12:50 DEBUG : dst/three.txt: md5 = d56231d3356a61c5784802d7eff2daa2 OK 2026/08/11 04:12:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:12:51 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:12:51 DEBUG : one: Sizes differ 2026/08/11 04:12:51 DEBUG : two: size = 3 OK 2026/08/11 04:12:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:12:51 DEBUG : two: Unchanged skipping 2026/08/11 04:12:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:12:52 INFO : one-2019-01-01: Deleted 2026/08/11 04:12:52 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 04:12:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:12:54 DEBUG : one: md5 = 244f6238015d8ade7ba026e8427ce113 OK 2026/08/11 04:12:54 DEBUG : one: size = 5 OK 2026/08/11 04:12:54 INFO : one: Copied (new) 2026/08/11 04:12:54 DEBUG : Waiting for deletions to finish 2026/08/11 04:12:54 INFO : three-2019-01-01.txt: Deleted 2026/08/11 04:12:55 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 04:12:55 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (23.52s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:13:01 DEBUG : dst/one: md5 = aa56f37afac5e932cd6bf1f12019f3a7 OK 2026/08/11 04:13:03 DEBUG : dst/two: md5 = 5dd610dbaab685845bca79745f47584f OK 2026/08/11 04:13:04 DEBUG : dst/three.txt: md5 = bb34f52f961bc792e6ce250a6bfa05f5 OK 2026/08/11 04:13:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:13:05 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:13:06 DEBUG : one: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:06 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:06 DEBUG : two: size = 3 OK 2026/08/11 04:13:06 DEBUG : one: Sizes differ 2026/08/11 04:13:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:13:06 DEBUG : two: Unchanged skipping 2026/08/11 04:13:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:13:07 INFO : one: Moved (server-side) to: one.bak 2026/08/11 04:13:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:13:08 DEBUG : one: md5 = 164b4b057ccda4a0963ae27795326a6e OK 2026/08/11 04:13:08 DEBUG : one: size = 4 OK 2026/08/11 04:13:08 INFO : one: Copied (new) 2026/08/11 04:13:08 DEBUG : Waiting for deletions to finish 2026/08/11 04:13:09 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 04:13:09 INFO : three.txt: Moved into backup dir 2026/08/11 04:13:11 DEBUG : dst/three.txt: md5 = 6d65b26a66a070c9b862eb21476e5084 OK 2026/08/11 04:13:12 DEBUG : one.bak: Excluded (Path Filter) 2026/08/11 04:13:12 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/11 04:13:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:12 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:12 DEBUG : one: Sizes differ 2026/08/11 04:13:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for checks to finish 2026/08/11 04:13:12 DEBUG : two: size = 3 OK 2026/08/11 04:13:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:13:12 DEBUG : two: Unchanged skipping 2026/08/11 04:13:13 INFO : one.bak: Deleted 2026/08/11 04:13:13 INFO : one: Moved (server-side) to: one.bak 2026/08/11 04:13:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst': Waiting for transfers to finish 2026/08/11 04:13:14 DEBUG : one: md5 = 961feb1f454c4bb8a1734a1b7c28a0f8 OK 2026/08/11 04:13:14 DEBUG : one: size = 5 OK 2026/08/11 04:13:14 INFO : one: Copied (new) 2026/08/11 04:13:14 DEBUG : Waiting for deletions to finish 2026/08/11 04:13:15 INFO : three.txt.bak: Deleted 2026/08/11 04:13:16 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 04:13:16 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (19.74s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:13:21 DEBUG : dst/one: md5 = 4cb6eaf5c573c9c2685a25b91aafa9b4 OK 2026/08/11 04:13:23 DEBUG : dst/two: md5 = 77ce14099419ca8d2524e769b9a2690a OK 2026/08/11 04:13:24 DEBUG : dst/three.txt: md5 = bd749fce78b99d06d2b8a4e47d541843 OK 2026/08/11 04:13:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:13:25 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:13:26 DEBUG : one: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:26 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:26 DEBUG : one: Sizes differ 2026/08/11 04:13:26 INFO : one: Moved (server-side) to: one.bak 2026/08/11 04:13:28 DEBUG : one: md5 = 1b91c15321fb5d92eab1c0c73e28a09f OK 2026/08/11 04:13:28 DEBUG : one: size = 4 OK 2026/08/11 04:13:28 INFO : one: Copied (new) 2026/08/11 04:13:28 DEBUG : two: size = 3 OK 2026/08/11 04:13:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:13:28 DEBUG : two: Unchanged skipping 2026/08/11 04:13:29 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:29 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:29 DEBUG : three.txt: Sizes differ 2026/08/11 04:13:29 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 04:13:31 DEBUG : three.txt: md5 = 7b56fa5de54544461b951efcf12cd015 OK 2026/08/11 04:13:31 DEBUG : three.txt: size = 6 OK 2026/08/11 04:13:31 INFO : three.txt: Copied (new) 2026/08/11 04:13:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:32 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:32 DEBUG : one: Sizes differ 2026/08/11 04:13:33 INFO : one.bak: Deleted 2026/08/11 04:13:33 INFO : one: Moved (server-side) to: one.bak 2026/08/11 04:13:35 DEBUG : one: md5 = ee42d1aea64cd955dc7c1dc0c4d7b90a OK 2026/08/11 04:13:35 DEBUG : one: size = 5 OK 2026/08/11 04:13:35 INFO : one: Copied (new) 2026/08/11 04:13:35 DEBUG : two: size = 3 OK 2026/08/11 04:13:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:13:35 DEBUG : two: Unchanged skipping 2026/08/11 04:13:35 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:35 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:35 DEBUG : three.txt: Sizes differ 2026/08/11 04:13:36 INFO : three.txt.bak: Deleted 2026/08/11 04:13:37 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 04:13:38 DEBUG : three.txt: md5 = 31d59c45753915ee2807b0279aceb686 OK 2026/08/11 04:13:38 DEBUG : three.txt: size = 19 OK 2026/08/11 04:13:38 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (22.94s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:13:44 DEBUG : dst/one: md5 = f2dc20ed2b98444bde81df401b4f465f OK 2026/08/11 04:13:46 DEBUG : dst/two: md5 = 6aff6ff864757bcec129a034da273011 OK 2026/08/11 04:13:47 DEBUG : dst/three.txt: md5 = 90b2eb9b12be6d55b3c35eb6ae2dc24a OK 2026/08/11 04:13:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rumazuq1rice/dst" 2026/08/11 04:13:48 DEBUG : Creating backend with remote "TestDrive:crypt/8fnd2mrfmj3up7tr9d9g769vdo92m7aq3d0urtjust7smmevjdug/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 04:13:49 DEBUG : one: size = 4 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:49 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:49 DEBUG : one: Sizes differ 2026/08/11 04:13:49 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 04:13:51 DEBUG : one: md5 = 0105fd5ec72ea2a80f098d9171a8dba0 OK 2026/08/11 04:13:51 DEBUG : one: size = 4 OK 2026/08/11 04:13:51 INFO : one: Copied (new) 2026/08/11 04:13:51 DEBUG : two: size = 3 OK 2026/08/11 04:13:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:13:51 DEBUG : two: Unchanged skipping 2026/08/11 04:13:51 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:51 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:51 DEBUG : three.txt: Sizes differ 2026/08/11 04:13:52 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 04:13:54 DEBUG : three.txt: md5 = 8883e5bcf226e6e4fc88b4e4a7197900 OK 2026/08/11 04:13:54 DEBUG : three.txt: size = 6 OK 2026/08/11 04:13:54 INFO : three.txt: Copied (new) 2026/08/11 04:13:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:55 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:55 DEBUG : one: Sizes differ 2026/08/11 04:13:55 INFO : one-2019-01-01: Deleted 2026/08/11 04:13:56 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 04:13:57 DEBUG : one: md5 = d0ab5eb4ea97f932517998cd0fff011a OK 2026/08/11 04:13:57 DEBUG : one: size = 5 OK 2026/08/11 04:13:57 INFO : one: Copied (new) 2026/08/11 04:13:58 DEBUG : two: size = 3 OK 2026/08/11 04:13:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:13:58 DEBUG : two: Unchanged skipping 2026/08/11 04:13:58 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:13:58 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice/dst') 2026/08/11 04:13:58 DEBUG : three.txt: Sizes differ 2026/08/11 04:13:59 INFO : three-2019-01-01.txt: Deleted 2026/08/11 04:13:59 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 04:14:01 DEBUG : three.txt: md5 = 69871e6bc45148a5073b14875e15567d OK 2026/08/11 04:14:01 DEBUG : three.txt: size = 19 OK 2026/08/11 04:14:01 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (22.61s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:14:06 DEBUG : Testêé: md5 = a71aac4b00cd70dbc092cf0c9632db2b OK 2026/08/11 04:14:07 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:14:07 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:14:07 DEBUG : Testêé: Sizes differ 2026/08/11 04:14:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:14:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:14:08 DEBUG : Testêé: md5 = 6f850c08a287e855d0d739f39b93ab85 OK 2026/08/11 04:14:08 DEBUG : Testêé: size = 14 OK 2026/08/11 04:14:08 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/11 04:14:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.43s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:14:10 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/11 04:14:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:14:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:14:11 DEBUG : existing: md5 = dff9617d08795c1d16f0404b5f847e71 OK 2026/08/11 04:14:11 DEBUG : existing: size = 6 OK 2026/08/11 04:14:11 INFO : existing: Copied (new) 2026/08/11 04:14:11 DEBUG : Waiting for deletions to finish 2026/08/11 04:14:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:14:12 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:14:12 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:14:12 DEBUG : existing: Sizes differ 2026/08/11 04:14:12 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/11 04:14:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:14:12 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': not deleting files as there were IO errors 2026/08/11 04:14:12 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (4.00s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:14:14 DEBUG : EXISTING: md5 = 04162e6132453229cb04db333c73e642 OK 2026/08/11 04:14:15 DEBUG : EXISTING: size = 6 OK 2026/08/11 04:14:15 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:14:15 DEBUG : existing: Unchanged skipping 2026/08/11 04:14:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:14:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:14:15 DEBUG : Waiting for deletions to finish 2026/08/11 04:14:15 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.03s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.49s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", 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-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", 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-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.36s) --- SKIP: TestMaxTransfer/Hard (0.45s) --- SKIP: TestMaxTransfer/Soft (0.47s) --- SKIP: TestMaxTransfer/Cautious (0.44s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:14:19 DEBUG : both0: md5 = f75a064e6ec4b2fa6a584b92a53d3be7 OK 2026/08/11 04:14:21 DEBUG : only0: md5 = 92cde5c38467a4043f06349d401ea847 OK 2026/08/11 04:14:22 DEBUG : both1: md5 = ebb3842acea17a3ae8ff5b22621e8be1 OK 2026/08/11 04:14:23 DEBUG : only1: md5 = 9da1eca069b9bb5a94c3c38b2d9296a7 OK 2026/08/11 04:14:25 DEBUG : both2: md5 = 1a38234c9ac8b9da94481c0c52b1e437 OK 2026/08/11 04:14:26 DEBUG : only2: md5 = 88456072ea899ef45946c880610dbb5c OK 2026/08/11 04:14:28 DEBUG : both3: md5 = 381805930ce749948936a976de790dd8 OK 2026/08/11 04:14:29 DEBUG : only3: md5 = 4a758fce88cdb4458bdcb31ac81898b3 OK 2026/08/11 04:14:30 DEBUG : both4: md5 = a191971105d7a7ba8d025e59c281b17a OK 2026/08/11 04:14:32 DEBUG : only4: md5 = 7aaa9f229d7c4553a3604e1e033cddab OK 2026/08/11 04:14:33 DEBUG : both5: md5 = b400b1f354f5c2c142883c9b201876dc OK 2026/08/11 04:14:35 DEBUG : only5: md5 = f0e45b67a4c41b5b2fe74d10fff9a919 OK 2026/08/11 04:14:36 DEBUG : both6: md5 = 0c96c5b55ab4f63142e8d3913c838d8a OK 2026/08/11 04:14:38 DEBUG : only6: md5 = 63d9879247fed90d1d0ef8b482ef009d OK 2026/08/11 04:14:39 DEBUG : both7: md5 = 9f33149a32d75bbb92c834f9723dd9fe OK 2026/08/11 04:14:40 DEBUG : only7: md5 = fa0dfdd988e361e03e40b6fbad95d17c OK 2026/08/11 04:14:42 DEBUG : both8: md5 = 87f3d8e41597727644d71c5c99b756ea OK 2026/08/11 04:14:43 DEBUG : only8: md5 = 75ed05ab4980fec6bf9d1ccc7881184e OK 2026/08/11 04:14:45 DEBUG : both9: md5 = 8593c2e6ca81c778fc2dc50b71957d84 OK 2026/08/11 04:14:46 DEBUG : only9: md5 = 1aa22235b7a700ab9741f7fa289d6f45 OK 2026/08/11 04:14:48 DEBUG : both10: md5 = 6b8caaf68d04c7c49fca4a5ffd0d99f1 OK 2026/08/11 04:14:49 DEBUG : only10: md5 = 41ab08e6618158bbaa0b1fe919fedfdb OK 2026/08/11 04:14:50 DEBUG : both11: md5 = 01eba2823da47926fb34e8ae063804ec OK 2026/08/11 04:14:52 DEBUG : only11: md5 = 5f262cf76f9361f3925e91e017bf1805 OK 2026/08/11 04:14:53 DEBUG : both12: md5 = bbc0cc3b2b4aef326f94a72e0607e3f5 OK 2026/08/11 04:14:55 DEBUG : only12: md5 = 42640c0d5aa407e371a3874cc2b51544 OK 2026/08/11 04:14:56 DEBUG : both13: md5 = ea7a00a4f77add4b098bd7c2792e0b47 OK 2026/08/11 04:14:58 DEBUG : only13: md5 = 5c241789045d68390a81413bbe99440c OK 2026/08/11 04:14:59 DEBUG : both14: md5 = 878705db9e81b358a5ca69026707b9fa OK 2026/08/11 04:15:01 DEBUG : only14: md5 = 8768e29200b16740f032a6f756950308 OK 2026/08/11 04:15:02 DEBUG : both15: md5 = f5a1b2710f12a7d189d37a4b702b7205 OK 2026/08/11 04:15:04 DEBUG : only15: md5 = 108640e5186bfa4031cbf6db1a1b92f4 OK 2026/08/11 04:15:05 DEBUG : both16: md5 = d01f7143d0a976c773e089d68a3bba0e OK 2026/08/11 04:15:07 DEBUG : only16: md5 = 58f42c076fee3f7aea6b2dfd22451f91 OK 2026/08/11 04:15:08 DEBUG : both17: md5 = 2733a0d358de74d6816171b55a636868 OK 2026/08/11 04:15:10 DEBUG : only17: md5 = 050a5306ed1bbbaf4fe9ef76a8fe802e OK 2026/08/11 04:15:12 DEBUG : both18: md5 = 3c3f526d6cc455ef86b321e1e988e736 OK 2026/08/11 04:15:13 DEBUG : only18: md5 = b3cd8137f6ec32d648b8ac03a15347b2 OK 2026/08/11 04:15:14 DEBUG : both19: md5 = 06ccb0bb84c1dadf60f1d57c3015edc8 OK 2026/08/11 04:15:16 DEBUG : only19: md5 = 8a154d8562528948df2c9fed31d1ba2e OK 2026/08/11 04:15:17 DEBUG : both0: size = 6 OK 2026/08/11 04:15:17 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both11: size = 6 OK 2026/08/11 04:15:17 DEBUG : both10: size = 6 OK 2026/08/11 04:15:17 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both12: size = 6 OK 2026/08/11 04:15:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:15:17 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both0: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both13: size = 6 OK 2026/08/11 04:15:17 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both12: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both14: size = 6 OK 2026/08/11 04:15:17 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both14: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both15: size = 6 OK 2026/08/11 04:15:17 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both15: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both16: size = 6 OK 2026/08/11 04:15:17 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both16: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both17: size = 6 OK 2026/08/11 04:15:17 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both13: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both18: size = 6 OK 2026/08/11 04:15:17 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both18: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both19: size = 6 OK 2026/08/11 04:15:17 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both19: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both1: size = 6 OK 2026/08/11 04:15:17 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both1: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both2: size = 6 OK 2026/08/11 04:15:17 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both10: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both3: size = 6 OK 2026/08/11 04:15:17 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both3: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both4: size = 6 OK 2026/08/11 04:15:17 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both4: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both5: size = 6 OK 2026/08/11 04:15:17 DEBUG : both11: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both17: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both7: size = 6 OK 2026/08/11 04:15:17 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both2: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both6: size = 6 OK 2026/08/11 04:15:17 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both8: size = 6 OK 2026/08/11 04:15:17 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both5: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both9: size = 6 OK 2026/08/11 04:15:17 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:15:17 DEBUG : both9: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both6: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both7: Unchanged skipping 2026/08/11 04:15:17 DEBUG : both8: Unchanged skipping 2026/08/11 04:15:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:15:17 DEBUG : Waiting for deletions to finish 2026/08/11 04:15:17 INFO : only11: Deleted 2026/08/11 04:15:17 INFO : only12: Deleted 2026/08/11 04:15:17 INFO : only8: Deleted 2026/08/11 04:15:17 INFO : only14: Deleted 2026/08/11 04:15:17 INFO : only17: Deleted 2026/08/11 04:15:17 INFO : only2: Deleted 2026/08/11 04:15:17 INFO : only6: Deleted 2026/08/11 04:15:17 INFO : only4: Deleted 2026/08/11 04:15:18 INFO : only15: Deleted 2026/08/11 04:15:18 INFO : only13: Deleted 2026/08/11 04:15:18 INFO : only3: Deleted 2026/08/11 04:15:18 INFO : only1: Deleted 2026/08/11 04:15:18 INFO : only5: Deleted 2026/08/11 04:15:18 INFO : only7: Deleted 2026/08/11 04:15:18 INFO : only9: Deleted 2026/08/11 04:15:18 INFO : only0: Deleted 2026/08/11 04:15:19 INFO : only10: Deleted 2026/08/11 04:15:19 INFO : only19: Deleted 2026/08/11 04:15:19 INFO : only18: Deleted 2026/08/11 04:15:19 INFO : only16: Deleted 2026/08/11 04:15:19 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (69.79s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:15:29 DEBUG : both0: md5 = a9d494e65b0c67b991813f4e915a7090 OK 2026/08/11 04:15:31 DEBUG : only0: md5 = 288e8d31f362ba8e76c8c86958e7a800 OK 2026/08/11 04:15:32 DEBUG : both1: md5 = cd37ec9f9d53202530911078236fe416 OK 2026/08/11 04:15:34 DEBUG : only1: md5 = daf9ac64e413977fc01e7b71864b81a7 OK 2026/08/11 04:15:35 DEBUG : both2: md5 = 17c26226b53341d647c26b71595d8219 OK 2026/08/11 04:15:37 DEBUG : only2: md5 = 112c141ffec7d1c578056fb088c25623 OK 2026/08/11 04:15:38 DEBUG : both3: md5 = f5a02bb2d839e2b3770f4f3748a12100 OK 2026/08/11 04:15:40 DEBUG : only3: md5 = 08138f4e89edd9d8b4aa51166b67011e OK 2026/08/11 04:15:41 DEBUG : both4: md5 = a9732db0ef5d6b8b7cc041b0242c9d08 OK 2026/08/11 04:15:42 DEBUG : only4: md5 = 36bee83ed12974833ba219e25551e911 OK 2026/08/11 04:15:44 DEBUG : both5: md5 = 5ecbbe404e079e23c8667409a4f5d45b OK 2026/08/11 04:15:45 DEBUG : only5: md5 = 4e99175a4f2635bdda3e5cc72e354773 OK 2026/08/11 04:15:47 DEBUG : both6: md5 = 0669ffa2e1c8d5ad20245e3eb96b09fe OK 2026/08/11 04:15:48 DEBUG : only6: md5 = 5f4b53e525d08e649556d9a840423f81 OK 2026/08/11 04:15:49 DEBUG : both7: md5 = 1ef6e3d4c5f29a5d5ff8878a14a4d3b9 OK 2026/08/11 04:15:51 DEBUG : only7: md5 = cdebcb7980b75a9b381bbcbab5ad9aca OK 2026/08/11 04:15:53 DEBUG : both8: md5 = f2f350480e0dbb1187c306d3a4e3b30a OK 2026/08/11 04:15:54 DEBUG : only8: md5 = 9aa3d12a43135a255bed600d624c1b48 OK 2026/08/11 04:15:56 DEBUG : both9: md5 = 893393234c2b9e1065f8367059c6e7aa OK 2026/08/11 04:15:57 DEBUG : only9: md5 = 3885150145612798b54155500e29020e OK 2026/08/11 04:15:59 DEBUG : both10: md5 = 6bf9e07cafee5049618f999d79aaff4d OK 2026/08/11 04:16:00 DEBUG : only10: md5 = 844c0c35d5484926bde23f3f62f450d6 OK 2026/08/11 04:16:01 DEBUG : both11: md5 = f6c164c2206ce92b20a0b9a11082fe42 OK 2026/08/11 04:16:03 DEBUG : only11: md5 = 1af031ce88ff5875bc22ef2526b4b7a2 OK 2026/08/11 04:16:04 DEBUG : both12: md5 = 94acdfc8a84818dcf8971a93dfe4e4bc OK 2026/08/11 04:16:06 DEBUG : only12: md5 = 00f01933a94c8f4f1fa8f6827bd1dbef OK 2026/08/11 04:16:07 DEBUG : both13: md5 = 16c046b7433c46533bd6cbdafcc4dc6b OK 2026/08/11 04:16:09 DEBUG : only13: md5 = 69f95be5575c1b391787d70e903244b9 OK 2026/08/11 04:16:10 DEBUG : both14: md5 = db35faa70d7cabefbf7de0f83fe6c011 OK 2026/08/11 04:16:12 DEBUG : only14: md5 = fb3a845948572c016493eaa809b41d45 OK 2026/08/11 04:16:13 DEBUG : both15: md5 = 71139ca6861da26ab0fd74ce895ed2e9 OK 2026/08/11 04:16:14 DEBUG : only15: md5 = b2a7d7957b552ea22b37b87b62391cb3 OK 2026/08/11 04:16:16 DEBUG : both16: md5 = 30a69e1007f8a185810e58c1e210da9d OK 2026/08/11 04:16:17 DEBUG : only16: md5 = 0fbe64b2455419497034f3981023b8c5 OK 2026/08/11 04:16:19 DEBUG : both17: md5 = 167fe87256f24d81f300d8c37bfda519 OK 2026/08/11 04:16:20 DEBUG : only17: md5 = cb85d46d5c35187fce83b342b9a952ec OK 2026/08/11 04:16:21 DEBUG : both18: md5 = 6430636bdb4e1efb5ac7496beadca5ad OK 2026/08/11 04:16:23 DEBUG : only18: md5 = ab29f98f62b4d7f72cb19f899982880e OK 2026/08/11 04:16:24 DEBUG : both19: md5 = 79d2e97fff20333f7fda4d8c6323badd OK 2026/08/11 04:16:26 DEBUG : only19: md5 = a918402fa22395c75acaec3a87794cd2 OK 2026/08/11 04:16:26 DEBUG : both10: size = 6 OK 2026/08/11 04:16:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:16:26 DEBUG : both11: size = 6 OK 2026/08/11 04:16:26 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both0: size = 6 OK 2026/08/11 04:16:26 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both12: size = 6 OK 2026/08/11 04:16:26 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both11: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both13: size = 6 OK 2026/08/11 04:16:26 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both13: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both14: size = 6 OK 2026/08/11 04:16:26 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both0: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both15: size = 6 OK 2026/08/11 04:16:26 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both15: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both16: size = 6 OK 2026/08/11 04:16:26 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both10: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both17: size = 6 OK 2026/08/11 04:16:26 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both17: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both18: size = 6 OK 2026/08/11 04:16:26 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both12: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both19: size = 6 OK 2026/08/11 04:16:26 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both19: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both1: size = 6 OK 2026/08/11 04:16:26 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both14: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both2: size = 6 OK 2026/08/11 04:16:26 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both2: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both3: size = 6 OK 2026/08/11 04:16:26 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both3: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both4: size = 6 OK 2026/08/11 04:16:26 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both16: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both5: size = 6 OK 2026/08/11 04:16:26 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both5: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both6: size = 6 OK 2026/08/11 04:16:26 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both6: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both7: size = 6 OK 2026/08/11 04:16:26 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both7: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both8: size = 6 OK 2026/08/11 04:16:26 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both8: Unchanged skipping 2026/08/11 04:16:26 DEBUG : both9: size = 6 OK 2026/08/11 04:16:26 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:16:26 DEBUG : both9: Unchanged skipping 2026/08/11 04:16:26 DEBUG : only0: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only0: Sizes differ 2026/08/11 04:16:26 DEBUG : only10: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only10: Sizes differ 2026/08/11 04:16:26 DEBUG : only11: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only11: Sizes differ 2026/08/11 04:16:26 DEBUG : both18: Unchanged skipping 2026/08/11 04:16:26 DEBUG : only12: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only12: Sizes differ 2026/08/11 04:16:26 DEBUG : only13: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only13: Sizes differ 2026/08/11 04:16:26 DEBUG : only14: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only14: Sizes differ 2026/08/11 04:16:26 DEBUG : only15: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only15: Sizes differ 2026/08/11 04:16:26 DEBUG : only16: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only16: Sizes differ 2026/08/11 04:16:26 DEBUG : only17: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only17: Sizes differ 2026/08/11 04:16:26 DEBUG : only18: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only18: Sizes differ 2026/08/11 04:16:26 DEBUG : only19: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only19: Sizes differ 2026/08/11 04:16:26 DEBUG : only1: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only1: Sizes differ 2026/08/11 04:16:26 DEBUG : only2: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only2: Sizes differ 2026/08/11 04:16:26 DEBUG : only3: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only4: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only4: Sizes differ 2026/08/11 04:16:26 DEBUG : both1: Unchanged skipping 2026/08/11 04:16:26 DEBUG : only5: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only5: Sizes differ 2026/08/11 04:16:26 DEBUG : both4: Unchanged skipping 2026/08/11 04:16:26 DEBUG : only6: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only6: Sizes differ 2026/08/11 04:16:26 DEBUG : only7: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only7: Sizes differ 2026/08/11 04:16:26 DEBUG : only8: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only8: Sizes differ 2026/08/11 04:16:26 DEBUG : only9: size = 0 (Local file system at /tmp/rclone2695753653) 2026/08/11 04:16:26 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only9: Sizes differ 2026/08/11 04:16:26 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice') 2026/08/11 04:16:26 DEBUG : only3: Sizes differ 2026/08/11 04:16:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:16:28 DEBUG : only13: md5 = 3de11010b732acfd20e40e7f4deab31c OK 2026/08/11 04:16:28 DEBUG : only13: size = 0 OK 2026/08/11 04:16:28 INFO : only13: Copied (replaced existing) 2026/08/11 04:16:28 DEBUG : only12: md5 = 81ffc8098b56533788c21a1fdc784c04 OK 2026/08/11 04:16:28 DEBUG : only12: size = 0 OK 2026/08/11 04:16:28 INFO : only12: Copied (replaced existing) 2026/08/11 04:16:28 DEBUG : only10: md5 = b9a5cbe5c73205b852c2a39c57a10ba1 OK 2026/08/11 04:16:28 DEBUG : only10: size = 0 OK 2026/08/11 04:16:28 INFO : only10: Copied (replaced existing) 2026/08/11 04:16:28 DEBUG : only0: md5 = 41c5135f164ab8f376248a563e2fe4a4 OK 2026/08/11 04:16:28 DEBUG : only0: size = 0 OK 2026/08/11 04:16:28 INFO : only0: Copied (replaced existing) 2026/08/11 04:16:29 DEBUG : only14: md5 = 6a5e8bc6a2a6138d21ba523ce532d65b OK 2026/08/11 04:16:29 DEBUG : only14: size = 0 OK 2026/08/11 04:16:29 INFO : only14: Copied (replaced existing) 2026/08/11 04:16:29 DEBUG : only17: md5 = 4b9db2ff17e62294563cc10a5f6c8f73 OK 2026/08/11 04:16:29 DEBUG : only17: size = 0 OK 2026/08/11 04:16:29 INFO : only17: Copied (replaced existing) 2026/08/11 04:16:29 DEBUG : only15: md5 = d814643cf0c8ec68b338edc5ed5105bf OK 2026/08/11 04:16:29 DEBUG : only15: size = 0 OK 2026/08/11 04:16:29 INFO : only15: Copied (replaced existing) 2026/08/11 04:16:29 DEBUG : only16: md5 = b4925d6377a8298a26207ea8f85f6cc4 OK 2026/08/11 04:16:29 DEBUG : only16: size = 0 OK 2026/08/11 04:16:29 INFO : only16: Copied (replaced existing) 2026/08/11 04:16:30 DEBUG : only1: md5 = e6c34c1490c8eff236ffacf82a7d9916 OK 2026/08/11 04:16:30 DEBUG : only1: size = 0 OK 2026/08/11 04:16:30 INFO : only1: Copied (replaced existing) 2026/08/11 04:16:30 DEBUG : only19: md5 = 15a2692d617e26b2bb0b0e34f03e9f70 OK 2026/08/11 04:16:30 DEBUG : only19: size = 0 OK 2026/08/11 04:16:30 INFO : only19: Copied (replaced existing) 2026/08/11 04:16:30 DEBUG : only11: md5 = 0cd0d8d4d6897c68d3b626f886e3cf40 OK 2026/08/11 04:16:30 DEBUG : only11: size = 0 OK 2026/08/11 04:16:30 INFO : only11: Copied (replaced existing) 2026/08/11 04:16:30 DEBUG : only18: md5 = 2751449c3856c8b886bf69adcd076bf9 OK 2026/08/11 04:16:30 DEBUG : only18: size = 0 OK 2026/08/11 04:16:30 INFO : only18: Copied (replaced existing) 2026/08/11 04:16:31 DEBUG : only4: md5 = 6c688d3e6964d5ed5a197a04cf8f7e0f OK 2026/08/11 04:16:31 DEBUG : only4: size = 0 OK 2026/08/11 04:16:31 INFO : only4: Copied (replaced existing) 2026/08/11 04:16:31 DEBUG : only2: md5 = 499bb2e067b4d114e3dd5da27d03fa14 OK 2026/08/11 04:16:31 DEBUG : only2: size = 0 OK 2026/08/11 04:16:31 INFO : only2: Copied (replaced existing) 2026/08/11 04:16:31 DEBUG : only7: md5 = 723d78cb9a4da4c71142d2471a8bde16 OK 2026/08/11 04:16:31 DEBUG : only7: size = 0 OK 2026/08/11 04:16:31 INFO : only7: Copied (replaced existing) 2026/08/11 04:16:32 DEBUG : only8: md5 = 63cf14a1d64b1cca1e4b14fe8c23fd39 OK 2026/08/11 04:16:32 DEBUG : only8: size = 0 OK 2026/08/11 04:16:32 INFO : only8: Copied (replaced existing) 2026/08/11 04:16:32 DEBUG : only5: md5 = 0a62119eb0409817dbaaba10c0fd24b6 OK 2026/08/11 04:16:32 DEBUG : only5: size = 0 OK 2026/08/11 04:16:32 INFO : only5: Copied (replaced existing) 2026/08/11 04:16:32 DEBUG : only9: md5 = 18bdd3186be3c4df6d0d8d75d55dba2f OK 2026/08/11 04:16:32 DEBUG : only9: size = 0 OK 2026/08/11 04:16:32 INFO : only9: Copied (replaced existing) 2026/08/11 04:16:32 DEBUG : only6: md5 = 877ed4b4a76d1eecafa55d01fc06b59d OK 2026/08/11 04:16:32 DEBUG : only6: size = 0 OK 2026/08/11 04:16:32 INFO : only6: Copied (replaced existing) 2026/08/11 04:16:33 DEBUG : only3: md5 = 20b3a89f0c2fe09056cb13bac8ec2a0b OK 2026/08/11 04:16:33 DEBUG : only3: size = 0 OK 2026/08/11 04:16:33 INFO : only3: Copied (replaced existing) 2026/08/11 04:16:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (83.00s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:16:51 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:16:51 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:16:51 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 04:16:51 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:16:51 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 04:16:51 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:16:57 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/11 04:16:57 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:16:57 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:16:57 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (15.28s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:17:06 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:17:06 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:17:06 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 04:17:06 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:17:06 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 04:17:07 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:17:11 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:11 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:11 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:11 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:11 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.01s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:17:22 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:22 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:17:23 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/11 04:17:41 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:42 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:17:42 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:17:42 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (41.81s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:18:04 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:18:04 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:18:05 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/11 04:18:27 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:18:27 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:18:27 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:18:27 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (41.93s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:18:48 DEBUG : dir1/0000-abcdefg.txt: md5 = 15ceea51f64b6e53edfd9e12c69f0921 OK 2026/08/11 04:18:49 DEBUG : dir1/0001-bcdefgh.txt: md5 = cd260393c824d74f6cdf2c4be29f9813 OK 2026/08/11 04:18:51 DEBUG : dir1/0002-cdefghi.txt: md5 = d45c1ef023f1af6cf8c4890d7957ac09 OK 2026/08/11 04:18:52 DEBUG : dir1/0003-defghij.txt: md5 = 25ad1fe1dc23c69e67be2a3d644dae6c OK 2026/08/11 04:18:54 DEBUG : dir1/0004-efghijk.txt: md5 = df74b819bf11e891848b75b0e1ed8940 OK 2026/08/11 04:18:55 DEBUG : dir1/0005-fghijkl.txt: md5 = 3ba852ed007089b8076b9e351b6d0352 OK 2026/08/11 04:18:57 DEBUG : dir1/0006-ghijklm.txt: md5 = ea1566e153c8f8025193db8a74cb7f88 OK 2026/08/11 04:18:58 DEBUG : dir1/0007-1234567.txt: md5 = ff1ea88d03e4f1707154a4efb238e10b OK 2026/08/11 04:19:00 DEBUG : dir1/0008-2345678.txt: md5 = ab1b10b4892ba495cd34e456401ea433 OK 2026/08/11 04:19:01 DEBUG : dir1/0009-3456789.txt: md5 = 6fd441469ee00eb540450e74d6751077 OK 2026/08/11 04:19:03 DEBUG : dir1/0010-456789.txt: md5 = 2a427dfbbfc345249d2ebecea4a4e3d3 OK 2026/08/11 04:19:04 DEBUG : dir1/0011-56789;.txt: md5 = e3e49b97ef689e7ef9c1f66943184a34 OK 2026/08/11 04:19:06 DEBUG : dir1/0012-6789;.txt: md5 = 1b83d58eac0b879d827c789ea475db31 OK 2026/08/11 04:19:07 DEBUG : dir1/0013-789;=.txt: md5 = 6affc177f26879eb00222b9d5152583c OK 2026/08/11 04:19:09 DEBUG : dir1/0014-89;=.txt: md5 = f3d21844d5a6d1d4d403f6e1cd0060ec OK 2026/08/11 04:19:10 DEBUG : dir1/0015-9;=.txt: md5 = fb46e8561710e9eceb24266518b7a9aa OK 2026/08/11 04:19:12 DEBUG : apple: md5 = c33bb6244c3bcae1d7f40eb256fd6685 OK 2026/08/11 04:19:13 DEBUG : banana: md5 = aabbb416f8d22c79626b5ce2dc54311c OK 2026/08/11 04:19:14 DEBUG : appleappleapplebanana: md5 = c939d7bf974d876434e7ddcb3ec63d26 OK 2026/08/11 04:19:16 DEBUG : splitbananasplit: md5 = b0471e5d4d845d3c26a8bc0a2ae31fd1 OK 2026/08/11 04:19:16 DEBUG : Waiting for deletions to finish 2026/08/11 04:19:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:19:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:19:17 DEBUG : apple: size = 5 OK 2026/08/11 04:19:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:17 DEBUG : banana: size = 6 OK 2026/08/11 04:19:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:17 DEBUG : banana: Unchanged skipping 2026/08/11 04:19:17 DEBUG : apple: Unchanged skipping 2026/08/11 04:19:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:19:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:19:18 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:19:18 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:19:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:19:18 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:19:18 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:19:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:19:18 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:19:18 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:19:18 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:19:18 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:19:18 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:18 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:19:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:19:18 DEBUG : Waiting for deletions to finish 2026/08/11 04:19:18 INFO : There was nothing to transfer 2026/08/11 04:19:18 DEBUG : Waiting for deletions to finish 2026/08/11 04:19:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:19:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1: Directory modification time the same (differ by -852.098µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : apple: size = 5 OK 2026/08/11 04:19:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:19:20 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:19:20 DEBUG : apple: Unchanged skipping 2026/08/11 04:19:20 DEBUG : banana: size = 6 OK 2026/08/11 04:19:20 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:19:20 DEBUG : banana: Unchanged skipping 2026/08/11 04:19:20 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:19:20 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:19:20 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:19:20 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:19:20 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:19:20 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:19:20 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:19:20 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:19:20 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:19:20 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:19:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:19:20 DEBUG : Waiting for deletions to finish 2026/08/11 04:19:20 INFO : There was nothing to transfer 2026/08/11 04:19:20 DEBUG : Waiting for deletions to finish 2026/08/11 04:19:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:19:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:19:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 9e87e204dac110c73cbda3ba56b5a898 OK 2026/08/11 04:19:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = 6aaa547ce1225d65f831fc4027d26f74 OK 2026/08/11 04:19:36 DEBUG : dir1/0002-cdefghi.txt: md5 = 0d4efe9bc66f9859f85ac67e4bde73c4 OK 2026/08/11 04:19:38 DEBUG : dir1/0003-defghij.txt: md5 = 004189cd90343e6eca58ce13ef26b40f OK 2026/08/11 04:19:40 DEBUG : dir1/0004-efghijk.txt: md5 = 4884bfdd3e4f414c89e2781bbd76b62d OK 2026/08/11 04:19:41 DEBUG : dir1/0005-fghijkl.txt: md5 = 5052b4737c1fd1f9d16405911b1d9cbd OK 2026/08/11 04:19:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 17fcb816339b8a998acdb12288df3e6e OK 2026/08/11 04:19:44 DEBUG : dir1/0007-1234567.txt: md5 = 399ca4ae9279a38cc9b5ade01342a51d OK 2026/08/11 04:19:46 DEBUG : dir1/0008-2345678.txt: md5 = c71a54bb9e56ddd0cae0c37a0d1e9562 OK 2026/08/11 04:19:47 DEBUG : dir1/0009-3456789.txt: md5 = a5d30265cca89c733e7b2f34d97a66b3 OK 2026/08/11 04:19:49 DEBUG : dir1/0010-456789.txt: md5 = 0155d864d035a7f1eee7ab8de119deb6 OK 2026/08/11 04:19:50 DEBUG : dir1/0011-56789;.txt: md5 = c5a2255e83678c2b9b43504ff98d7559 OK 2026/08/11 04:19:52 DEBUG : dir1/0012-6789;.txt: md5 = 6be02c8bb8c48c672554e51b99ba01df OK 2026/08/11 04:19:53 DEBUG : dir1/0013-789;=.txt: md5 = f62e6986f67b9d651404f95a3a331b36 OK 2026/08/11 04:19:55 DEBUG : dir1/0014-89;=.txt: md5 = 673ddd6e8cd8e8cd548ffe793d2c83e1 OK 2026/08/11 04:19:56 DEBUG : dir1/0015-9;=.txt: md5 = d586f36ad25a7ac612f9e31f58961194 OK 2026/08/11 04:19:58 DEBUG : apple: md5 = 16cc693f67c137f4f86ba9c9e7693e21 OK 2026/08/11 04:19:59 DEBUG : banana: md5 = 614c44ece82b9fa3d41450d0f15cd03b OK 2026/08/11 04:20:00 DEBUG : appleappleapplebanana: md5 = bf64a741d5eecdc51110847c14e63bfa OK 2026/08/11 04:20:02 DEBUG : splitbananasplit: md5 = 6c3b5a4dd1cec2af9a53d4c52497251e OK 2026/08/11 04:20:02 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:20:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:20:03 DEBUG : apple: size = 5 OK 2026/08/11 04:20:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:03 DEBUG : apple: Unchanged skipping 2026/08/11 04:20:03 DEBUG : banana: size = 6 OK 2026/08/11 04:20:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:03 DEBUG : banana: Unchanged skipping 2026/08/11 04:20:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:20:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:20:04 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:20:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:20:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:20:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:20:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:20:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:20:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:20:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:20:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:20:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:20:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:20:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:20:04 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:04 INFO : There was nothing to transfer 2026/08/11 04:20:04 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:20:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:20:05 DEBUG : dir1: Directory modification time the same (differ by -448.752µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : apple: size = 5 OK 2026/08/11 04:20:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : apple: Unchanged skipping 2026/08/11 04:20:05 DEBUG : banana: size = 6 OK 2026/08/11 04:20:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:20:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:20:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:20:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:20:05 DEBUG : banana: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:20:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:20:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:20:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:20:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:20:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:20:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:20:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:20:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:20:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:20:05 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:05 INFO : There was nothing to transfer 2026/08/11 04:20:05 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:20:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:20:19 DEBUG : dir1/0000-abcdefg.txt: md5 = ad0430029ff8d63f52aa6e8ef0b28bb4 OK 2026/08/11 04:20:20 DEBUG : dir1/0001-bcdefgh.txt: md5 = 1ab6e2e189804b8dab4cdf2cad75af61 OK 2026/08/11 04:20:22 DEBUG : dir1/0002-cdefghi.txt: md5 = 19f61636adcd306fdda72a541b777e5e OK 2026/08/11 04:20:23 DEBUG : dir1/0003-defghij.txt: md5 = 18601e93af312d369af249ae78d4194e OK 2026/08/11 04:20:25 DEBUG : dir1/0004-efghijk.txt: md5 = 9173e30841799245126f8707805e292f OK 2026/08/11 04:20:26 DEBUG : dir1/0005-fghijkl.txt: md5 = 159420c4717d3905a26abd6e2c0bb13c OK 2026/08/11 04:20:28 DEBUG : dir1/0006-ghijklm.txt: md5 = 933b705a559c8632d2fa10df45f2733d OK 2026/08/11 04:20:29 DEBUG : dir1/0007-1234567.txt: md5 = a0fbf1f8c3917cee587e75fe1b342364 OK 2026/08/11 04:20:31 DEBUG : dir1/0008-2345678.txt: md5 = bd4fad382e3d981375c5b10a2d37f7f6 OK 2026/08/11 04:20:33 DEBUG : dir1/0009-3456789.txt: md5 = 4f101018c184809b9174a6341c921084 OK 2026/08/11 04:20:34 DEBUG : dir1/0010-456789.txt: md5 = de46154378a33cb2aec36c027ecd1bbc OK 2026/08/11 04:20:36 DEBUG : dir1/0011-56789;.txt: md5 = a0a99f3817de58c9869f674947a7cb5b OK 2026/08/11 04:20:37 DEBUG : dir1/0012-6789;.txt: md5 = cddd5785e85db212f6f675c0f8086218 OK 2026/08/11 04:20:39 DEBUG : dir1/0013-789;=.txt: md5 = 3003c2746ac9aa2aa644917c4f9a3191 OK 2026/08/11 04:20:40 DEBUG : dir1/0014-89;=.txt: md5 = 7a9afb2eaf4ce769fd0234fca0016822 OK 2026/08/11 04:20:42 DEBUG : dir1/0015-9;=.txt: md5 = 06f3c425543bbaf212d6c6de6efd224d OK 2026/08/11 04:20:43 DEBUG : apple: md5 = b666dae226f7a1bedce25a32d4129643 OK 2026/08/11 04:20:44 DEBUG : banana: md5 = 8c85be056719fde49a1c5fa5baf337ac OK 2026/08/11 04:20:46 DEBUG : appleappleapplebanana: md5 = 83848cbec6b83c392dba8bb4efc2732a OK 2026/08/11 04:20:47 DEBUG : splitbananasplit: md5 = 261f647ef1864667e4835aebd6391777 OK 2026/08/11 04:20:47 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:48 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:20:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:20:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:49 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:49 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:49 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:49 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:49 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:49 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:49 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:49 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:49 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:49 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:49 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:49 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 04:20:49 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:20:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:20:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:20:50 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = 680c1cd2f76ffb925da3f8a5292bb9ae OK 2026/08/11 04:20:50 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/11 04:20:50 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = f11a40412015879c6540c2af41d555c4 OK 2026/08/11 04:20:50 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/11 04:20:50 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:50 DEBUG : YmFuYW5h: md5 = f6d20ee5e0cbc02daa88ddf89ed49b4d OK 2026/08/11 04:20:50 DEBUG : YmFuYW5h: size = 6 OK 2026/08/11 04:20:50 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/11 04:20:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:51 DEBUG : YXBwbGU=: md5 = 375524774c7a5c5b3c8e4c3270a797e9 OK 2026/08/11 04:20:51 DEBUG : YXBwbGU=: size = 5 OK 2026/08/11 04:20:51 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/11 04:20:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 04023b7bcbd53195ac7502eb81084390 OK 2026/08/11 04:20:52 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/11 04:20:52 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = a80491940a9321e6cd8ff3762795ca55 OK 2026/08/11 04:20:52 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/11 04:20:52 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 2a004a390d629c86e06138383c5d4408 OK 2026/08/11 04:20:52 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/11 04:20:52 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = ffd851590d27a5ccd265a4f1e1b7e819 OK 2026/08/11 04:20:52 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/11 04:20:52 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 10653c47646b17a884613496a7704dbd OK 2026/08/11 04:20:53 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/11 04:20:53 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = a1801093beb17fbaeeac6dc342f9544d OK 2026/08/11 04:20:53 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/11 04:20:53 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 0543cff1dd8786baef00e8b7ffc524e2 OK 2026/08/11 04:20:53 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/11 04:20:53 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:53 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = b7eeb9bbd972f9818014a4cc6b841e3c OK 2026/08/11 04:20:53 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/11 04:20:53 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 67774c4797e9579af0b0ad500bc5e4b4 OK 2026/08/11 04:20:55 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/11 04:20:55 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 460062ddcd8f1986073edb3899539979 OK 2026/08/11 04:20:55 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/11 04:20:55 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = a368f97c8b84f6667b80eec31f429042 OK 2026/08/11 04:20:55 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/11 04:20:55 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:55 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = 595ecee9b337bfd10440187c64d0bb5c OK 2026/08/11 04:20:55 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/11 04:20:55 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:55 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:56 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 84e52a41850109460c3f7200af653e74 OK 2026/08/11 04:20:56 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/11 04:20:56 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:56 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = 7d1a63d8be888dcd85935b8520421bd3 OK 2026/08/11 04:20:56 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/11 04:20:56 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:56 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 761e3b5ef6caa64a58d19cc8a080dba5 OK 2026/08/11 04:20:56 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/11 04:20:56 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:56 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = d5b54da658b6fdedd5b9c352bdb7dd96 OK 2026/08/11 04:20:56 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/11 04:20:56 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:56 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:57 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 04:20:57 INFO : banana: Deleted 2026/08/11 04:20:57 INFO : appleappleapplebanana: Deleted 2026/08/11 04:20:57 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 04:20:57 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 04:20:57 INFO : apple: Deleted 2026/08/11 04:20:57 INFO : splitbananasplit: Deleted 2026/08/11 04:20:57 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 04:20:58 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 04:20:58 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 04:20:58 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 04:20:58 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 04:20:58 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:58 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/11 04:20:58 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:20:59 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:20:59 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:20:59 DEBUG : dir1: Directory modification time the same (differ by -36.408µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : YXBwbGU=: size = 5 OK 2026/08/11 04:20:59 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : apple: Unchanged skipping 2026/08/11 04:20:59 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:20:59 DEBUG : YmFuYW5h: size = 6 OK 2026/08/11 04:20:59 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : banana: Unchanged skipping 2026/08/11 04:20:59 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/11 04:20:59 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:20:59 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:20:59 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:20:59 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:20:59 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:20:59 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:20:59 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:20:59 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:20:59 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:20:59 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:20:59 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 04:20:59 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 04:20:59 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:20:59 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 04:20:59 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 04:20:59 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 04:20:59 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/11 04:20:59 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:20:59 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:20:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:20:59 DEBUG : Waiting for deletions to finish 2026/08/11 04:20:59 DEBUG : Waiting for deletions to finish 2026/08/11 04:21:00 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/11 04:21:00 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:21:00 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:21:00 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:21:00 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:21:00 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:21:00 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:21:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:21:00 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:21:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:21:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:21:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:21:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:21:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:21:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:21:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:21:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:21:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 04:21:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:21:00 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 04:21:00 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 04:21:00 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 04:21:00 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 04:21:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 04:21:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 04:21:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 04:21:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 04:21:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 04:21:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:21:13 DEBUG : dir1/0000-abcdefg.txt: md5 = 9fcf2b8d9dfe0e7ef46db9563bb09d09 OK 2026/08/11 04:21:15 DEBUG : dir1/0001-bcdefgh.txt: md5 = df25b417b9b541f3f75a7f775379eb9b OK 2026/08/11 04:21:16 DEBUG : dir1/0002-cdefghi.txt: md5 = fc3e431ed2dfaa44fde794c1b6ac6091 OK 2026/08/11 04:21:18 DEBUG : dir1/0003-defghij.txt: md5 = 6b54f05e6cea08a6c277a00eaf867f47 OK 2026/08/11 04:21:19 DEBUG : dir1/0004-efghijk.txt: md5 = 77bc2c5db076c23b2bdc5a5e0bd8f044 OK 2026/08/11 04:21:19 DEBUG : TestDrive: Token expired 2026/08/11 04:21:19 DEBUG : Config file has changed externally - reloading 2026/08/11 04:21:19 DEBUG : TestDrive: No updated token found in the config file 2026/08/11 04:21:19 DEBUG : TestDrive: Token refresh successful 2026/08/11 04:21:19 DEBUG : Saving config "token" in section "TestDrive" of the config file 2026/08/11 04:21:19 DEBUG : TestDrive: Saved new token in config file 2026/08/11 04:21:21 DEBUG : dir1/0005-fghijkl.txt: md5 = e9053e06cae012048581c9d934426e7a OK 2026/08/11 04:21:22 DEBUG : dir1/0006-ghijklm.txt: md5 = 4c56aec85655fb1a3fe2a6a8a14bdf4a OK 2026/08/11 04:21:24 DEBUG : dir1/0007-1234567.txt: md5 = 256818b31f6c5b0cc42bc7697a731206 OK 2026/08/11 04:21:25 DEBUG : dir1/0008-2345678.txt: md5 = 33a811a8b6c157d581f796077ab63aee OK 2026/08/11 04:21:27 DEBUG : dir1/0009-3456789.txt: md5 = c99f8ddcc22cde94cbe6b89bcc1a915c OK 2026/08/11 04:21:28 DEBUG : dir1/0010-456789.txt: md5 = 057fb6fa32813ecdd94403567e730965 OK 2026/08/11 04:21:29 DEBUG : dir1/0011-56789;.txt: md5 = be4450bcf01ed3160e34e0e8ab4058f2 OK 2026/08/11 04:21:31 DEBUG : dir1/0012-6789;.txt: md5 = 81782e42405d74cc8be3e5378ff5d4ea OK 2026/08/11 04:21:33 DEBUG : dir1/0013-789;=.txt: md5 = 3678b43b099caf6959e496ec9f076092 OK 2026/08/11 04:21:34 DEBUG : dir1/0014-89;=.txt: md5 = f2ad97b42a2d70061d3ccc91a62ca4a1 OK 2026/08/11 04:21:36 DEBUG : dir1/0015-9;=.txt: md5 = 7b30dbc97acc2a8c11a8b105a8675909 OK 2026/08/11 04:21:37 DEBUG : apple: md5 = 15125a0ca5d182c75033984310546c8c OK 2026/08/11 04:21:39 DEBUG : banana: md5 = 4253d617e6df3a3c85bf9917b21c67c8 OK 2026/08/11 04:21:40 DEBUG : appleappleapplebanana: md5 = 89af394f7c937957d21026336ac5ce27 OK 2026/08/11 04:21:42 DEBUG : splitbananasplit: md5 = 8223a52b56c3961f4f4a6b7098ea30ba OK 2026/08/11 04:21:42 DEBUG : Waiting for deletions to finish 2026/08/11 04:21:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:21:43 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:43 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:43 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:43 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:43 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:43 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:43 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:43 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:43 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:43 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:43 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:43 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:43 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:43 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:43 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:44 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:44 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:44 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:44 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:44 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:44 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:44 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:44 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 04:21:44 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 04:21:44 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 04:21:44 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 04:21:44 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 04:21:44 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 04:21:44 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 04:21:44 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 04:21:44 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 04:21:44 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 04:21:44 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 04:21:44 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 04:21:44 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 04:21:44 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 04:21:44 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 04:21:44 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/11 04:21:44 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:21:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:21:45 DEBUG : PREFIXapple: md5 = 0f2c4406e7903de6b386be501d0de322 OK 2026/08/11 04:21:45 DEBUG : PREFIXapple: size = 5 OK 2026/08/11 04:21:45 INFO : apple: Copied (new) to: PREFIXapple 2026/08/11 04:21:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:45 DEBUG : PREFIXappleappleapplebanana: md5 = 5d43d5ff656e97efddb216df69d75f19 OK 2026/08/11 04:21:45 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/11 04:21:45 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/11 04:21:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:45 DEBUG : PREFIXsplitbananasplit: md5 = d1f23c02ae9197b55fb63771b9c901fa OK 2026/08/11 04:21:45 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/11 04:21:45 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/11 04:21:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:45 DEBUG : PREFIXbanana: md5 = a504cfdb861b7c55c055c18c2da62c66 OK 2026/08/11 04:21:45 DEBUG : PREFIXbanana: size = 6 OK 2026/08/11 04:21:45 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/11 04:21:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 1b3b132a54c78ae4d0030aa1e9a15dee OK 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/11 04:21:47 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = 9c4f86d98ca5df4996fbee9e807cae30 OK 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:21:47 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 6403c0e2b4cccc74fdc5d461773b42cd OK 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/11 04:21:47 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:47 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = a1c8b270eab51c67cb1837d085dae804 OK 2026/08/11 04:21:47 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/11 04:21:47 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:47 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = 7224b6f6182e447453a87c498472474f OK 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/11 04:21:48 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = e0049dcfeea8229199d719f47943df41 OK 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/11 04:21:48 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 7982a7aab693751b33cf08da15c5f20b OK 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/11 04:21:48 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = ae6f5db84ebc1fe61de59ef765b2a4b9 OK 2026/08/11 04:21:48 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/11 04:21:48 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:49 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = 5f22e49116c3316871827090ccca81c3 OK 2026/08/11 04:21:49 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/11 04:21:49 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:49 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:49 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 089e4c83538683a2720dc0821e5394b6 OK 2026/08/11 04:21:49 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/11 04:21:49 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:49 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:49 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 3f5db8d84a708c1552de44b42999c135 OK 2026/08/11 04:21:49 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/11 04:21:49 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:49 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:50 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = 80d708dea17bdee754436f492e2f2d56 OK 2026/08/11 04:21:50 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/11 04:21:50 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = 5cce80c11e3e31171a723e94cb41c32e OK 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/11 04:21:51 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = 9fb342fbc1c46c864756f5c54664239f OK 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/11 04:21:51 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 87408a5aa5434e74fa4520f07dbab7e9 OK 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/11 04:21:51 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 74e9a9f76cd4e2a721b4238db170d76a OK 2026/08/11 04:21:51 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/11 04:21:51 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:51 DEBUG : Waiting for deletions to finish 2026/08/11 04:21:51 INFO : banana: Deleted 2026/08/11 04:21:51 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 04:21:51 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 04:21:52 INFO : appleappleapplebanana: Deleted 2026/08/11 04:21:52 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 04:21:52 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 04:21:52 INFO : apple: Deleted 2026/08/11 04:21:52 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 04:21:52 INFO : splitbananasplit: Deleted 2026/08/11 04:21:52 DEBUG : Waiting for deletions to finish 2026/08/11 04:21:53 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 04:21:53 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 04:21:53 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 04:21:53 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 04:21:53 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 04:21:53 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 04:21:53 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 04:21:53 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 04:21:53 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 04:21:53 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 04:21:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 04:21:53 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 04:21:53 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 04:21:53 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 04:21:53 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 04:21:53 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 04:21:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 04:21:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 04:21:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 04:21:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 04:21:54 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1: Directory modification time the same (differ by -738.425µs, within tolerance 1ms) 2026/08/11 04:21:54 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:21:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:21:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:21:55 DEBUG : apple: md5 = dede06de98ba65ae5df17974e8483344 OK 2026/08/11 04:21:55 DEBUG : apple: size = 5 OK 2026/08/11 04:21:55 INFO : apple: Copied (new) 2026/08/11 04:21:55 DEBUG : banana: md5 = d5b4f457360201b530162b7f8515830a OK 2026/08/11 04:21:55 DEBUG : banana: size = 6 OK 2026/08/11 04:21:55 INFO : banana: Copied (new) 2026/08/11 04:21:55 DEBUG : appleappleapplebanana: md5 = 879cd611f7862bf31c2cc47b45ac7b26 OK 2026/08/11 04:21:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:21:55 INFO : appleappleapplebanana: Copied (new) 2026/08/11 04:21:55 DEBUG : splitbananasplit: md5 = 6475ad888576b23bc4300d01cccaa592 OK 2026/08/11 04:21:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:21:55 INFO : splitbananasplit: Copied (new) 2026/08/11 04:21:57 DEBUG : dir1/0002-cdefghi.txt: md5 = 5dfd4776fc1462fee37f46ee81ab35e3 OK 2026/08/11 04:21:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:21:57 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/11 04:21:57 DEBUG : dir1/0000-abcdefg.txt: md5 = f99b9f924c3e711d75142e1a5dc24b49 OK 2026/08/11 04:21:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:21:57 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/11 04:21:57 DEBUG : dir1/0001-bcdefgh.txt: md5 = 1cce247e8ec1342f5a735d20c587d07c OK 2026/08/11 04:21:57 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:21:57 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/11 04:21:57 DEBUG : dir1/0003-defghij.txt: md5 = 601cce780e3ebaef7743ea4190256c1d OK 2026/08/11 04:21:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:21:57 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/11 04:21:58 DEBUG : dir1/0005-fghijkl.txt: md5 = bba4e7ffa0d4036b225447864b2ad07c OK 2026/08/11 04:21:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:21:58 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/11 04:21:58 DEBUG : dir1/0006-ghijklm.txt: md5 = d8330788ff53e64e41535f65d9a92698 OK 2026/08/11 04:21:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:21:58 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/11 04:21:58 DEBUG : dir1/0004-efghijk.txt: md5 = 9e14391e5d32f35adad026deaf2a83c0 OK 2026/08/11 04:21:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:21:58 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/11 04:21:58 DEBUG : dir1/0007-1234567.txt: md5 = dfc7cad19cfc29ff3355a729e316c58a OK 2026/08/11 04:21:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:21:58 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/11 04:21:59 DEBUG : dir1/0008-2345678.txt: md5 = a65f62e9ebb172045aab239947086dd9 OK 2026/08/11 04:21:59 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:21:59 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/11 04:22:00 DEBUG : dir1/0009-3456789.txt: md5 = 1e95c4077b1e8b66791e7d4767122975 OK 2026/08/11 04:22:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:22:00 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/11 04:22:00 DEBUG : dir1/0010-456789.txt: md5 = ed425dbc63550bfebbcdb01d76aa0cb4 OK 2026/08/11 04:22:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:22:00 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/11 04:22:00 DEBUG : dir1/0011-56789;.txt: md5 = ac972ef185ef07b480836d6a3a8b0106 OK 2026/08/11 04:22:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:22:00 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/11 04:22:01 DEBUG : dir1/0012-6789;.txt: md5 = 6ace1a314104586e1bbd18880fbd28c1 OK 2026/08/11 04:22:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:22:01 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/11 04:22:01 DEBUG : dir1/0014-89;=.txt: md5 = 3fcd36b141b88b454bbc135cabff2e8f OK 2026/08/11 04:22:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:22:01 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/11 04:22:01 DEBUG : dir1/0013-789;=.txt: md5 = 403a6884859b5d30284260890ad000b1 OK 2026/08/11 04:22:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:22:01 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/11 04:22:01 DEBUG : dir1/0015-9;=.txt: md5 = 2c6e9f9aecc1d62c6b3d8eadbeeadfea OK 2026/08/11 04:22:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:22:01 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/11 04:22:01 DEBUG : Waiting for deletions to finish 2026/08/11 04:22:02 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/11 04:22:02 INFO : PREFIXsplitbananasplit: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/11 04:22:02 INFO : PREFIXapple: Deleted 2026/08/11 04:22:02 INFO : PREFIXbanana: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/11 04:22:02 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/11 04:22:02 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/11 04:22:02 DEBUG : Waiting for deletions to finish 2026/08/11 04:22:03 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:22:03 DEBUG : Waiting for deletions to finish 2026/08/11 04:22:04 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:22:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:22:17 DEBUG : dir1/0000-abcdefg.txt: md5 = bea7b901d48bb553da9aec12eeb6a333 OK 2026/08/11 04:22:19 DEBUG : dir1/0001-bcdefgh.txt: md5 = cef3e48e3aa558c5883292556d1208ce OK 2026/08/11 04:22:20 DEBUG : dir1/0002-cdefghi.txt: md5 = 5f863f7c60a9371c0a507e25ef78fc92 OK 2026/08/11 04:22:21 DEBUG : dir1/0003-defghij.txt: md5 = 48324e497e22eec8f3f9571bed02bd1d OK 2026/08/11 04:22:23 DEBUG : dir1/0004-efghijk.txt: md5 = 5239b8e52c0daf8359049ad598e50864 OK 2026/08/11 04:22:24 DEBUG : dir1/0005-fghijkl.txt: md5 = e7e02e73c92544e19ebe7239f6e2195f OK 2026/08/11 04:22:26 DEBUG : dir1/0006-ghijklm.txt: md5 = f844fcce0986d922b257101b0ac7a574 OK 2026/08/11 04:22:27 DEBUG : dir1/0007-1234567.txt: md5 = 297a7fe205945c05470942e9ceae9538 OK 2026/08/11 04:22:29 DEBUG : dir1/0008-2345678.txt: md5 = c47665d71929f59852d39bd7d2187c26 OK 2026/08/11 04:22:30 DEBUG : dir1/0009-3456789.txt: md5 = 8f3b3104c2186dd19d0e898a79463f42 OK 2026/08/11 04:22:32 DEBUG : dir1/0010-456789.txt: md5 = 733989b465ad7e3d6fbd7060838106d9 OK 2026/08/11 04:22:33 DEBUG : dir1/0011-56789;.txt: md5 = 1d11163f0d2f213d9217f37abb9152f8 OK 2026/08/11 04:22:35 DEBUG : dir1/0012-6789;.txt: md5 = 25b4be27c040daa856f9e46c43d5c850 OK 2026/08/11 04:22:36 DEBUG : dir1/0013-789;=.txt: md5 = 7facc18d8d97043936e83ab0b10c545e OK 2026/08/11 04:22:38 DEBUG : dir1/0014-89;=.txt: md5 = 7f92c8eabe914c7ac931eb22b8c20a7d OK 2026/08/11 04:22:39 DEBUG : dir1/0015-9;=.txt: md5 = 809f3dc5d6b4ca1cbd714b160d80e9e6 OK 2026/08/11 04:22:41 DEBUG : apple: md5 = 3599aa73df3668c5ad0880aab9b00652 OK 2026/08/11 04:22:42 DEBUG : banana: md5 = 3ac48ade9f8e182f66cdc51cae64eb4a OK 2026/08/11 04:22:44 DEBUG : appleappleapplebanana: md5 = fde9ed9372c937439b12343f55e584d2 OK 2026/08/11 04:22:45 DEBUG : splitbananasplit: md5 = 92274d4ccf8e1c2a9243490548cb4380 OK 2026/08/11 04:22:45 DEBUG : Waiting for deletions to finish 2026/08/11 04:22:46 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:22:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:22:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:47 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:47 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 04:22:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:47 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 04:22:47 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:47 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:47 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:48 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:22:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:48 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/11 04:22:48 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:22:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:22:49 DEBUG : bananaSUFFIX: md5 = f5d2db0954dc84530ce1a3fa58089cd4 OK 2026/08/11 04:22:49 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/11 04:22:49 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/11 04:22:49 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:49 DEBUG : appleappleapplebananaSUFFIX: md5 = 2ac9091a536101f6fca9dcedd9be6051 OK 2026/08/11 04:22:49 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/11 04:22:49 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/11 04:22:49 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:49 DEBUG : appleSUFFIX: md5 = 5f2e856739e0f4fe5f53b68096178bef OK 2026/08/11 04:22:49 DEBUG : appleSUFFIX: size = 5 OK 2026/08/11 04:22:49 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/11 04:22:49 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:49 DEBUG : splitbananasplitSUFFIX: md5 = b2d921dac4a6e4a3d342d8d8410df3a2 OK 2026/08/11 04:22:49 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/11 04:22:49 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/11 04:22:49 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:50 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 7fb483e6c08cb45a96b916d5ffc3d378 OK 2026/08/11 04:22:50 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/11 04:22:50 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:50 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 6e45fe8a23cc2fc272e19429a1ce5438 OK 2026/08/11 04:22:50 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/11 04:22:50 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:50 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 8196f1009243c5813d1c5a85f1abdef3 OK 2026/08/11 04:22:50 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/11 04:22:50 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = d0af8d1d167c02cb5f49a6bb8f724e1b OK 2026/08/11 04:22:51 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/11 04:22:51 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = f7464229d545488f9b27c6c1bd65d0f3 OK 2026/08/11 04:22:51 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/11 04:22:51 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 3e76db5c5a45a75754f65ac56eaaac09 OK 2026/08/11 04:22:51 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/11 04:22:51 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 1c6746217a10e8d41e9a77a085aaab39 OK 2026/08/11 04:22:51 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/11 04:22:51 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:52 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = b7b7722708cccf7647c03b921857e660 OK 2026/08/11 04:22:52 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/11 04:22:52 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 4ce92a5db59f51afad4c0fe783c4072c OK 2026/08/11 04:22:53 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/11 04:22:53 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 5a5ffb54c79009182213f49b5cf79284 OK 2026/08/11 04:22:53 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/11 04:22:53 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = cc90b5bbe2f494338a2616123727934e OK 2026/08/11 04:22:53 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/11 04:22:53 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = fceca3912bb2e9545f112cdcec85066c OK 2026/08/11 04:22:53 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/11 04:22:53 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:53 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:54 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 2c8eb5a9548d975a48a4901f0c9aaee6 OK 2026/08/11 04:22:54 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/11 04:22:54 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:54 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 4c363e2c2d831cbe339bee8ed2d79255 OK 2026/08/11 04:22:54 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/11 04:22:54 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:54 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = f4cd1b60435f5ca28ad235fca3e877c9 OK 2026/08/11 04:22:54 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/11 04:22:54 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:55 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = bbd11bab39f7b55b1417d0f8a1a83738 OK 2026/08/11 04:22:55 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/11 04:22:55 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:55 DEBUG : Waiting for deletions to finish 2026/08/11 04:22:55 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 04:22:55 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 04:22:55 INFO : apple: Deleted 2026/08/11 04:22:55 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 04:22:55 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 04:22:55 INFO : splitbananasplit: Deleted 2026/08/11 04:22:55 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 04:22:55 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 04:22:56 INFO : banana: Deleted 2026/08/11 04:22:56 INFO : appleappleapplebanana: Deleted 2026/08/11 04:22:56 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 04:22:56 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 04:22:56 DEBUG : Waiting for deletions to finish 2026/08/11 04:22:57 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 04:22:57 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 04:22:57 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 04:22:57 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 04:22:58 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1: Directory modification time the same (differ by -564.236µs, within tolerance 1ms) 2026/08/11 04:22:58 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:22:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:22:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:22:59 DEBUG : splitbananasplit: md5 = 005368d616cbccfd88961e4fdb6614f9 OK 2026/08/11 04:22:59 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:22:59 INFO : splitbananasplit: Copied (new) 2026/08/11 04:22:59 DEBUG : banana: md5 = 6f83cca83ffad55f49888da8c3db8cf5 OK 2026/08/11 04:22:59 DEBUG : banana: size = 6 OK 2026/08/11 04:22:59 INFO : banana: Copied (new) 2026/08/11 04:22:59 DEBUG : appleappleapplebanana: md5 = 162292f8ed3959277f457405f495baac OK 2026/08/11 04:22:59 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:22:59 INFO : appleappleapplebanana: Copied (new) 2026/08/11 04:22:59 DEBUG : apple: md5 = f97e941dd9b9c8d66eb76372dc8e40fb OK 2026/08/11 04:22:59 DEBUG : apple: size = 5 OK 2026/08/11 04:22:59 INFO : apple: Copied (new) 2026/08/11 04:23:01 DEBUG : dir1/0001-bcdefgh.txt: md5 = e4c1e2b87e0d6a5e2e3a2ced9f9c0f19 OK 2026/08/11 04:23:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:23:01 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/11 04:23:01 DEBUG : dir1/0000-abcdefg.txt: md5 = 210b695ab366550e31564b31d37d8eff OK 2026/08/11 04:23:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:23:01 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/11 04:23:01 DEBUG : dir1/0002-cdefghi.txt: md5 = cc87560d2392dee7dafadc1c2c7bb711 OK 2026/08/11 04:23:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:23:01 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/11 04:23:01 DEBUG : dir1/0003-defghij.txt: md5 = 36bb92bdf5a9a6396a86123f8c6282c7 OK 2026/08/11 04:23:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:23:01 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/11 04:23:02 DEBUG : dir1/0004-efghijk.txt: md5 = a2e80242337075447b2a3b89b0f9fc35 OK 2026/08/11 04:23:02 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:23:02 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/11 04:23:02 DEBUG : dir1/0006-ghijklm.txt: md5 = e2d596f4b65347ec0a66edbc33e98cb1 OK 2026/08/11 04:23:02 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:23:02 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/11 04:23:02 DEBUG : dir1/0005-fghijkl.txt: md5 = 524532539d095b02de640936f135e1ea OK 2026/08/11 04:23:02 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:23:02 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/11 04:23:02 DEBUG : dir1/0007-1234567.txt: md5 = 0f032479171b55e9e039b68d84e4dff5 OK 2026/08/11 04:23:02 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:23:02 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/11 04:23:03 DEBUG : dir1/0010-456789.txt: md5 = 727bc6b557a1fdc97bda058d3ad629a7 OK 2026/08/11 04:23:03 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:23:03 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/11 04:23:03 DEBUG : dir1/0009-3456789.txt: md5 = 00aa3e86722f0f90960478d974a03c6f OK 2026/08/11 04:23:03 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:23:03 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/11 04:23:03 DEBUG : dir1/0008-2345678.txt: md5 = 42d03960b8aafce2ce9df70ac3273abc OK 2026/08/11 04:23:03 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:23:03 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/11 04:23:04 DEBUG : dir1/0011-56789;.txt: md5 = 973d04cc7991196c11a23c78fc2f200f OK 2026/08/11 04:23:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:23:04 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/11 04:23:05 DEBUG : dir1/0012-6789;.txt: md5 = 80e56a10bc4e5aebc50add834016494c OK 2026/08/11 04:23:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:23:05 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/11 04:23:05 DEBUG : dir1/0013-789;=.txt: md5 = 1c57e0d92f1309fa0729c4b06a642c9d OK 2026/08/11 04:23:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:23:05 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/11 04:23:05 DEBUG : dir1/0015-9;=.txt: md5 = b632edd110a3d7a4ab88933dda271e5c OK 2026/08/11 04:23:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:23:05 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/11 04:23:05 DEBUG : dir1/0014-89;=.txt: md5 = c7302f14b1d09e4517213ec299a5621c OK 2026/08/11 04:23:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:23:05 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/11 04:23:05 DEBUG : Waiting for deletions to finish 2026/08/11 04:23:05 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/11 04:23:05 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/11 04:23:05 INFO : bananaSUFFIX: Deleted 2026/08/11 04:23:05 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/11 04:23:05 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/11 04:23:05 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/11 04:23:05 INFO : appleSUFFIX: Deleted 2026/08/11 04:23:05 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : splitbananasplitSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/11 04:23:06 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/11 04:23:06 DEBUG : Waiting for deletions to finish 2026/08/11 04:23:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:23:07 DEBUG : Waiting for deletions to finish 2026/08/11 04:23:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:23:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:23:21 DEBUG : dir1/0000-abcdefg.txt: md5 = 35a58520e6ad8b9161742320a9b7d06c OK 2026/08/11 04:23:22 DEBUG : dir1/0001-bcdefgh.txt: md5 = bf08f1a3f2d3aa885ee4e1f879cdc400 OK 2026/08/11 04:23:24 DEBUG : dir1/0002-cdefghi.txt: md5 = 43ba487a82cf370e598e20eefa7d78d6 OK 2026/08/11 04:23:25 DEBUG : dir1/0003-defghij.txt: md5 = 3179cc0a2a3d25c418326a806f197708 OK 2026/08/11 04:23:27 DEBUG : dir1/0004-efghijk.txt: md5 = 530e1dde40350d34daf3e25ac420f90c OK 2026/08/11 04:23:28 DEBUG : dir1/0005-fghijkl.txt: md5 = 44f5679da1f6d89cf570e7c46ebba257 OK 2026/08/11 04:23:30 DEBUG : dir1/0006-ghijklm.txt: md5 = 5358685196c8b43191d1af19b21b1d7e OK 2026/08/11 04:23:31 DEBUG : dir1/0007-1234567.txt: md5 = 84a5a3efcdb90ed7b627b1945f91f87b OK 2026/08/11 04:23:33 DEBUG : dir1/0008-2345678.txt: md5 = d214dd133947fed6548ee6299bfed923 OK 2026/08/11 04:23:34 DEBUG : dir1/0009-3456789.txt: md5 = 1ee3187266e9bf5ac4b0ff9c38b6a6e4 OK 2026/08/11 04:23:35 DEBUG : dir1/0010-456789.txt: md5 = 8af1a003dffacf168987c8b380ad137d OK 2026/08/11 04:23:37 DEBUG : dir1/0011-56789;.txt: md5 = d9f8f88c8eba08140c6b507bcec64a24 OK 2026/08/11 04:23:38 DEBUG : dir1/0012-6789;.txt: md5 = 920b30d70b2454b78830f2af0699c7c8 OK 2026/08/11 04:23:40 DEBUG : dir1/0013-789;=.txt: md5 = cb22b293d263011ed30ebc5f7235eca3 OK 2026/08/11 04:23:41 DEBUG : dir1/0014-89;=.txt: md5 = 1543dec2de52e28822fba062e63efd49 OK 2026/08/11 04:23:43 DEBUG : dir1/0015-9;=.txt: md5 = c2ce4f67ef59e294837147e50208c3b0 OK 2026/08/11 04:23:44 DEBUG : apple: md5 = f2d03a7c2f8c80188036c5d23b6f387e OK 2026/08/11 04:23:46 DEBUG : banana: md5 = 0e045920b0e731bff3e33aeb399bfde3 OK 2026/08/11 04:23:47 DEBUG : appleappleapplebanana: md5 = b69ad55c267a7e054eacb56d2e87a498 OK 2026/08/11 04:23:49 DEBUG : splitbananasplit: md5 = 5135803a1c9b050041b2d357332de72b OK 2026/08/11 04:23:49 DEBUG : Waiting for deletions to finish 2026/08/11 04:23:49 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:23:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:23:50 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:23:50 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:23:50 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:23:50 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 04:23:50 DEBUG : apple: size = 5 OK 2026/08/11 04:23:50 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:23:50 DEBUG : apple: Unchanged skipping 2026/08/11 04:23:50 DEBUG : banana: size = 6 OK 2026/08/11 04:23:50 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:23:50 DEBUG : banana: Unchanged skipping 2026/08/11 04:23:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:23:51 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:23:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:23:51 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:23:51 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:23:51 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:23:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:23:51 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:23:51 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:23:51 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:23:51 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:23:51 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:23:51 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:23:51 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:23:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:23:51 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:23:51 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:23:51 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:23:51 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:23:51 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:23:51 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 04:23:51 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 04:23:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:23:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:23:52 DEBUG : appleapple: md5 = 10fc2730eb123e72f1636574d290e93f OK 2026/08/11 04:23:52 DEBUG : appleapple: size = 21 OK 2026/08/11 04:23:52 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/11 04:23:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:23:52 DEBUG : dir1/0000-abcde: md5 = 197d63119693368915c1e0cf2d8fc8c6 OK 2026/08/11 04:23:52 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/11 04:23:52 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/11 04:23:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:23:52 DEBUG : splitbanan: md5 = 48566c3785e0a380ce9dcca4f397ab61 OK 2026/08/11 04:23:52 DEBUG : splitbanan: size = 16 OK 2026/08/11 04:23:52 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/11 04:23:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:23:52 DEBUG : dir1/0001-bcdef: md5 = d3baac10a573d9257c7a53b4797fbd1f OK 2026/08/11 04:23:52 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/11 04:23:52 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/11 04:23:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:23:53 DEBUG : dir1/0002-cdefg: md5 = 1d02b04f3c0c1a9b983113eada123b6b OK 2026/08/11 04:23:53 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/11 04:23:53 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/11 04:23:53 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:23:54 DEBUG : dir1/0003-defgh: md5 = 09ba596352d20d4c53575c8576ca343d OK 2026/08/11 04:23:54 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/11 04:23:54 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/11 04:23:54 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:23:54 DEBUG : dir1/0004-efghi: md5 = b1cc47d260ea6ea42b74b235f2b6d72d OK 2026/08/11 04:23:54 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/11 04:23:54 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/11 04:23:54 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:23:54 DEBUG : dir1/0005-fghij: md5 = 182896e5df026662fe304098ff345e25 OK 2026/08/11 04:23:54 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/11 04:23:54 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/11 04:23:54 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:23:55 DEBUG : dir1/0006-ghijk: md5 = d7e011e625327746c89c292899fcb455 OK 2026/08/11 04:23:55 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/11 04:23:55 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/11 04:23:55 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:23:55 DEBUG : dir1/0008-23456: md5 = cbce1394112185bd58ec2e43bc7acb04 OK 2026/08/11 04:23:55 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/11 04:23:55 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/11 04:23:55 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:23:55 DEBUG : dir1/0007-12345: md5 = ca1837f9f1d3649513f5a83a0bcea99d OK 2026/08/11 04:23:55 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/11 04:23:55 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/11 04:23:55 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:23:55 DEBUG : dir1/0009-34567: md5 = 5073344868e55cc447a63488db8c08a4 OK 2026/08/11 04:23:55 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/11 04:23:55 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/11 04:23:55 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:23:56 DEBUG : dir1/0010-45678: md5 = 611790f3b3a4215ddb5effafdd1069cc OK 2026/08/11 04:23:56 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/11 04:23:56 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/11 04:23:56 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:23:56 DEBUG : dir1/0011-56789: md5 = fa73dbc9a67377fbf9db95e8c56e1704 OK 2026/08/11 04:23:56 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/11 04:23:56 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/11 04:23:56 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:23:56 DEBUG : dir1/0013-789;=: md5 = e79a673a12dfba339a0a9f5cffb77651 OK 2026/08/11 04:23:56 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/11 04:23:56 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/11 04:23:57 DEBUG : dir1/0012-6789;: md5 = bdefcfed3010e9f600b1b40fa3ba6671 OK 2026/08/11 04:23:57 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/11 04:23:57 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/11 04:23:58 DEBUG : dir1/0014-89;=.: md5 = ce247a8060a3c3976a187624424332e1 OK 2026/08/11 04:23:58 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/11 04:23:58 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/11 04:23:58 DEBUG : dir1/0015-9;=.t: md5 = 35d790ff67d179c27fff3beb828615f4 OK 2026/08/11 04:23:58 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/11 04:23:58 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/11 04:23:58 DEBUG : Waiting for deletions to finish 2026/08/11 04:23:58 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 04:23:58 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 04:23:59 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 04:23:59 INFO : appleappleapplebanana: Deleted 2026/08/11 04:23:59 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 04:23:59 INFO : splitbananasplit: Deleted 2026/08/11 04:23:59 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 04:23:59 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 04:23:59 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 04:23:59 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 04:23:59 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 04:23:59 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 04:23:59 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:00 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : appleapple: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:00 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:00 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:00 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:00 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:00 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:00 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:00 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:00 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:00 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:00 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:00 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:00 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:00 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:00 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:00 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:00 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:01 DEBUG : dir1: Directory modification time the same (differ by -387.042µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:01 DEBUG : apple: size = 5 OK 2026/08/11 04:24:01 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : appleapple: size = 21 OK 2026/08/11 04:24:01 DEBUG : apple: Unchanged skipping 2026/08/11 04:24:01 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:24:01 DEBUG : banana: size = 6 OK 2026/08/11 04:24:01 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : banana: Unchanged skipping 2026/08/11 04:24:01 DEBUG : splitbanan: size = 16 OK 2026/08/11 04:24:01 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 04:24:01 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 04:24:01 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 04:24:01 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 04:24:01 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 04:24:01 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 04:24:01 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 04:24:01 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 04:24:01 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 04:24:01 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 04:24:01 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 04:24:01 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 04:24:01 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 04:24:01 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 04:24:01 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 04:24:01 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 04:24:01 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:24:01 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/11 04:24:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/11 04:24:01 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/11 04:24:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/11 04:24:01 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/11 04:24:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/11 04:24:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/11 04:24:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:24:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:24:01 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:01 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:01 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : appleapple: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/11 04:24:01 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/11 04:24:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:02 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 04:24:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 04:24:02 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 04:24:02 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 04:24:02 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 04:24:02 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 04:24:02 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 04:24:02 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 04:24:02 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 04:24:02 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 04:24:02 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 04:24:02 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 04:24:02 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 04:24:02 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 04:24:02 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 04:24:02 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 04:24:02 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 04:24:02 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 04:24:02 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:24:14 DEBUG : dir1/0000-abcdefg.txt: md5 = cc4bf063880a5792a3df4ea569827ff3 OK 2026/08/11 04:24:15 DEBUG : dir1/0001-bcdefgh.txt: md5 = dcd4bcc1a91f06f2d3a3b425dc8224a2 OK 2026/08/11 04:24:17 DEBUG : dir1/0002-cdefghi.txt: md5 = c67810a53fff798f6c7e2dc67e321eea OK 2026/08/11 04:24:18 DEBUG : dir1/0003-defghij.txt: md5 = 03fb1c4d8e7aba1400ca6741c2fc8ea8 OK 2026/08/11 04:24:20 DEBUG : dir1/0004-efghijk.txt: md5 = 1800b977b17433c089ea70a87d295c26 OK 2026/08/11 04:24:21 DEBUG : dir1/0005-fghijkl.txt: md5 = 57be505c31391f6edcac54108a47497a OK 2026/08/11 04:24:22 DEBUG : dir1/0006-ghijklm.txt: md5 = 11bbdb5146585e217b6e71efc96b2e59 OK 2026/08/11 04:24:24 DEBUG : dir1/0007-1234567.txt: md5 = 18352cb1d2ef5d0b92c7d7453c48a412 OK 2026/08/11 04:24:25 DEBUG : dir1/0008-2345678.txt: md5 = 4fe65b196da6621937400bf7211e94d3 OK 2026/08/11 04:24:27 DEBUG : dir1/0009-3456789.txt: md5 = b88f3d8e0d89f5c3c2e0e0a72fe0c2ad OK 2026/08/11 04:24:28 DEBUG : dir1/0010-456789.txt: md5 = dd500e431c58aba8b7f7ef6102b4894e OK 2026/08/11 04:24:30 DEBUG : dir1/0011-56789;.txt: md5 = 64ec72f02ad2f5b869564dad2acda2a3 OK 2026/08/11 04:24:31 DEBUG : dir1/0012-6789;.txt: md5 = 2b9acf0c4365fb74abdb8a3f6d462173 OK 2026/08/11 04:24:32 DEBUG : dir1/0013-789;=.txt: md5 = 4ce221de8c28769c0d8ca9d25e041190 OK 2026/08/11 04:24:34 DEBUG : dir1/0014-89;=.txt: md5 = 709916e52a379e4e0f7c5582bd6495d2 OK 2026/08/11 04:24:35 DEBUG : dir1/0015-9;=.txt: md5 = b4305b94d57f94cdb3982a540f29ba3b OK 2026/08/11 04:24:36 DEBUG : apple: md5 = d50913210e3ab542f3994fcc20c57818 OK 2026/08/11 04:24:38 DEBUG : banana: md5 = c73c326550c7942fb4aa2a2d0c3b965f OK 2026/08/11 04:24:39 DEBUG : appleappleapplebanana: md5 = feffd888c4352de08027140f20d56c6f OK 2026/08/11 04:24:41 DEBUG : splitbananasplit: md5 = 6f53d4161d424183427f332cf18e1c70 OK 2026/08/11 04:24:41 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:41 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:24:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:24:42 DEBUG : apple: size = 5 OK 2026/08/11 04:24:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:42 DEBUG : apple: Unchanged skipping 2026/08/11 04:24:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:24:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:24:42 DEBUG : banana: size = 6 OK 2026/08/11 04:24:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:42 DEBUG : banana: Unchanged skipping 2026/08/11 04:24:43 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:24:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:24:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:24:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:24:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:24:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:24:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:24:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:24:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:24:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:24:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:24:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:24:43 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:43 INFO : There was nothing to transfer 2026/08/11 04:24:43 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:43 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:24:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:24:44 DEBUG : dir1: Directory modification time the same (differ by -71µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : apple: size = 5 OK 2026/08/11 04:24:44 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : apple: Unchanged skipping 2026/08/11 04:24:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:24:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:24:44 DEBUG : banana: size = 6 OK 2026/08/11 04:24:44 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : banana: Unchanged skipping 2026/08/11 04:24:44 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:24:44 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:24:44 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:24:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:24:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:24:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:24:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:24:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:24:44 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:24:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:24:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:24:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:24:44 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:44 INFO : There was nothing to transfer 2026/08/11 04:24:44 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:45 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:24:45 DEBUG : Waiting for deletions to finish 2026/08/11 04:24:46 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:24:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:24:59 DEBUG : dir1/0000-abcdefg.txt: md5 = 479467cf69cd44fecb07ec15fafd7704 OK 2026/08/11 04:25:01 DEBUG : dir1/0001-bcdefgh.txt: md5 = 212f3cd3b65b13138057ed79aae6795d OK 2026/08/11 04:25:03 DEBUG : dir1/0002-cdefghi.txt: md5 = dc81276b66303e179ce8df78b3eadb2f OK 2026/08/11 04:25:05 DEBUG : dir1/0003-defghij.txt: md5 = d2d59975b9fa41cbeeef67fafe59f4f5 OK 2026/08/11 04:25:06 DEBUG : dir1/0004-efghijk.txt: md5 = adc004ebb03aceee4ed67a46aeb56559 OK 2026/08/11 04:25:08 DEBUG : dir1/0005-fghijkl.txt: md5 = f231242b3d430982c72ecec3d0f45222 OK 2026/08/11 04:25:09 DEBUG : dir1/0006-ghijklm.txt: md5 = 184e63a24eb5ab1e2f20af09f3d9500e OK 2026/08/11 04:25:11 DEBUG : dir1/0007-1234567.txt: md5 = d446ded1d892fa9250615e333b9c7a34 OK 2026/08/11 04:25:12 DEBUG : dir1/0008-2345678.txt: md5 = dcc94209f87d0123c33353b3ce01499b OK 2026/08/11 04:25:14 DEBUG : dir1/0009-3456789.txt: md5 = a11583859215cef5cf7a6079786c5770 OK 2026/08/11 04:25:15 DEBUG : dir1/0010-456789.txt: md5 = 7aba6996663ae683291b9553b26d49c0 OK 2026/08/11 04:25:16 DEBUG : dir1/0011-56789;.txt: md5 = 46a15b5f1a404332949492ea695ed279 OK 2026/08/11 04:25:18 DEBUG : dir1/0012-6789;.txt: md5 = b386e21f5e4c77d6c0662e75d3bfb4b1 OK 2026/08/11 04:25:19 DEBUG : dir1/0013-789;=.txt: md5 = c9c555e3cb8ccdcc7b1c7f782590625f OK 2026/08/11 04:25:21 DEBUG : dir1/0014-89;=.txt: md5 = b2681afad21f6745e13586ecbbc68926 OK 2026/08/11 04:25:22 DEBUG : dir1/0015-9;=.txt: md5 = cb4fc1a1b2d7b562d18d361e150ebbbb OK 2026/08/11 04:25:23 DEBUG : apple: md5 = c3925450efe4e6e9e9db440fa6462fae OK 2026/08/11 04:25:25 DEBUG : banana: md5 = 1fbe05a2786fcda08d8dba27f1d37cdb OK 2026/08/11 04:25:26 DEBUG : appleappleapplebanana: md5 = a5945d2bacd32df00da0d6dc566e4773 OK 2026/08/11 04:25:28 DEBUG : splitbananasplit: md5 = 767b2988372d91f7c81bf3ea489c7208 OK 2026/08/11 04:25:28 DEBUG : Waiting for deletions to finish 2026/08/11 04:25:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:25:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:25:29 DEBUG : apple: size = 5 OK 2026/08/11 04:25:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:29 DEBUG : apple: Unchanged skipping 2026/08/11 04:25:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:25:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:25:29 DEBUG : banana: size = 6 OK 2026/08/11 04:25:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:29 DEBUG : banana: Unchanged skipping 2026/08/11 04:25:30 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:25:30 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:25:30 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:25:30 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:25:30 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:25:30 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:25:30 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:25:30 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:25:30 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:25:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:25:30 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:30 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:25:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:25:30 DEBUG : Waiting for deletions to finish 2026/08/11 04:25:30 INFO : There was nothing to transfer 2026/08/11 04:25:30 DEBUG : Waiting for deletions to finish 2026/08/11 04:25:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:25:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:25:31 DEBUG : dir1: Directory modification time the same (differ by -682.619µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : apple: size = 5 OK 2026/08/11 04:25:31 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : apple: Unchanged skipping 2026/08/11 04:25:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:25:31 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:25:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:25:31 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:25:31 DEBUG : banana: size = 6 OK 2026/08/11 04:25:31 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : banana: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:25:31 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:25:31 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:25:31 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:25:31 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:25:31 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:25:31 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:25:31 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:25:31 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:25:31 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:25:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:25:31 DEBUG : Waiting for deletions to finish 2026/08/11 04:25:31 INFO : There was nothing to transfer 2026/08/11 04:25:31 DEBUG : Waiting for deletions to finish 2026/08/11 04:25:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:25:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:25:45 DEBUG : dir1/0000-abcdefg.txt: md5 = b79f9f07f970bbb05fd5ea3935e97851 OK 2026/08/11 04:25:47 DEBUG : dir1/0001-bcdefgh.txt: md5 = 3611e6e92a7d85add0078d64c5ae53ed OK 2026/08/11 04:25:48 DEBUG : dir1/0002-cdefghi.txt: md5 = 2668233209bbb3aa8ba3e3463fac044b OK 2026/08/11 04:25:50 DEBUG : dir1/0003-defghij.txt: md5 = ad150b2ccab44423207ca741494b5486 OK 2026/08/11 04:25:51 DEBUG : dir1/0004-efghijk.txt: md5 = eb51c2297725e3d8f713cf07b13295be OK 2026/08/11 04:25:53 DEBUG : dir1/0005-fghijkl.txt: md5 = d2fd26c709260b74f25cbb523c67876e OK 2026/08/11 04:25:54 DEBUG : dir1/0006-ghijklm.txt: md5 = ae90cb354094d512ad44ef2dc7b80c04 OK 2026/08/11 04:25:55 DEBUG : dir1/0007-1234567.txt: md5 = 3fba1f4ba8c54ba189427d1ca8cc40e9 OK 2026/08/11 04:25:57 DEBUG : dir1/0008-2345678.txt: md5 = 4afef6067b308fdaaadfe43ce838b154 OK 2026/08/11 04:25:58 DEBUG : dir1/0009-3456789.txt: md5 = 15ca54f88291f070642bac1b690926ad OK 2026/08/11 04:25:59 DEBUG : dir1/0010-456789.txt: md5 = e75b0284c087339f320c7b29d2dff06e OK 2026/08/11 04:26:01 DEBUG : dir1/0011-56789;.txt: md5 = 786137a5433b53c01284bdb720a9792e OK 2026/08/11 04:26:02 DEBUG : dir1/0012-6789;.txt: md5 = 336d9f14cd76b5d19e4a1869de87d673 OK 2026/08/11 04:26:04 DEBUG : dir1/0013-789;=.txt: md5 = 8288763040b18273d9176a7ee99062b1 OK 2026/08/11 04:26:05 DEBUG : dir1/0014-89;=.txt: md5 = bbf22bda91ed2f72b023a5a77d1aa717 OK 2026/08/11 04:26:07 DEBUG : dir1/0015-9;=.txt: md5 = 16e6e52bcce9e2e6fc9477321b1ff24b OK 2026/08/11 04:26:08 DEBUG : apple: md5 = 51b4823a1d7608eeaceb31b4e391dcb9 OK 2026/08/11 04:26:10 DEBUG : banana: md5 = cefc485659131fbc76dbe027f56fd32d OK 2026/08/11 04:26:11 DEBUG : appleappleapplebanana: md5 = c865660318231dbbb4ead022f8bad6f0 OK 2026/08/11 04:26:12 DEBUG : splitbananasplit: md5 = 432ebdd669c697cfbfdd6353b6f96ce5 OK 2026/08/11 04:26:12 DEBUG : Waiting for deletions to finish 2026/08/11 04:26:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:26:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:26:14 DEBUG : apple: size = 5 OK 2026/08/11 04:26:14 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : apple: Unchanged skipping 2026/08/11 04:26:14 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:26:14 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:26:14 DEBUG : banana: size = 6 OK 2026/08/11 04:26:14 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : banana: Unchanged skipping 2026/08/11 04:26:14 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:26:14 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:26:14 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:26:14 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:26:14 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:26:14 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:26:14 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:26:14 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:26:14 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:26:14 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:26:14 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:14 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:26:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:26:14 DEBUG : Waiting for deletions to finish 2026/08/11 04:26:14 INFO : There was nothing to transfer 2026/08/11 04:26:14 DEBUG : Waiting for deletions to finish 2026/08/11 04:26:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:26:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1: Directory modification time the same (differ by -263.904µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : apple: size = 5 OK 2026/08/11 04:26:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : apple: Unchanged skipping 2026/08/11 04:26:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:26:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:26:16 DEBUG : banana: size = 6 OK 2026/08/11 04:26:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : banana: Unchanged skipping 2026/08/11 04:26:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:26:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:26:16 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:26:16 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:26:16 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:26:16 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:26:16 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:26:16 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:26:16 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:26:16 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:16 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:26:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:26:16 DEBUG : Waiting for deletions to finish 2026/08/11 04:26:16 INFO : There was nothing to transfer 2026/08/11 04:26:16 DEBUG : Waiting for deletions to finish 2026/08/11 04:26:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:26:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:26:30 DEBUG : dir1/0000-abcdefg.txt: md5 = 72c890efd5c6a1c7e6c203c2c89c5776 OK 2026/08/11 04:26:31 DEBUG : dir1/0001-bcdefgh.txt: md5 = dbe076bde941f233ca03fa514ee15848 OK 2026/08/11 04:26:33 DEBUG : dir1/0002-cdefghi.txt: md5 = 166975dace959cb37b012d6c0639d814 OK 2026/08/11 04:26:35 DEBUG : dir1/0003-defghij.txt: md5 = b8ce77f2018ffa5561140dbe75bfdd8b OK 2026/08/11 04:26:36 DEBUG : dir1/0004-efghijk.txt: md5 = a6fe4a36dc63b936cca8f73a8fe35ed1 OK 2026/08/11 04:26:38 DEBUG : dir1/0005-fghijkl.txt: md5 = 2060467450aebe9dec32c82763a68ed5 OK 2026/08/11 04:26:39 DEBUG : dir1/0006-ghijklm.txt: md5 = 7f1990eb3444d1ae475add84b514f366 OK 2026/08/11 04:26:41 DEBUG : dir1/0007-1234567.txt: md5 = e032b3821eacc80865664bc45af3e938 OK 2026/08/11 04:26:42 DEBUG : dir1/0008-2345678.txt: md5 = f562ce2c7384d559bed77b498e91cdf4 OK 2026/08/11 04:26:44 DEBUG : dir1/0009-3456789.txt: md5 = ded57df567a310eebdf3d09a250676df OK 2026/08/11 04:26:45 DEBUG : dir1/0010-456789.txt: md5 = 5310228b17426c3822ac3fb45fa95e58 OK 2026/08/11 04:26:47 DEBUG : dir1/0011-56789;.txt: md5 = 01daf19f2987493e316e48a15b9414c0 OK 2026/08/11 04:26:48 DEBUG : dir1/0012-6789;.txt: md5 = fcb1b0f7f495a4045a424ac8a528d874 OK 2026/08/11 04:26:49 DEBUG : dir1/0013-789;=.txt: md5 = 16ddb22775b3f7d32512caca156909f2 OK 2026/08/11 04:26:51 DEBUG : dir1/0014-89;=.txt: md5 = 04112711532ab59a18be4dc7e53cf7ec OK 2026/08/11 04:26:52 DEBUG : dir1/0015-9;=.txt: md5 = b515ce14e2f0e700c2b64879aae21a8b OK 2026/08/11 04:26:54 DEBUG : apple: md5 = 8b363afa31a96362d3f24b9792f31d05 OK 2026/08/11 04:26:55 DEBUG : banana: md5 = 438d89a906519ec72b2a1b2f3da8ea28 OK 2026/08/11 04:26:56 DEBUG : appleappleapplebanana: md5 = 2d6991a95cae72bbdb7151ac07959031 OK 2026/08/11 04:26:58 DEBUG : splitbananasplit: md5 = cfbdb5e8a8d095fd6045b3c2c03956a1 OK 2026/08/11 04:26:58 DEBUG : Waiting for deletions to finish 2026/08/11 04:26:58 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:26:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:26:59 DEBUG : apple: size = 5 OK 2026/08/11 04:26:59 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:59 DEBUG : apple: Unchanged skipping 2026/08/11 04:26:59 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:26:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:59 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:26:59 DEBUG : banana: size = 6 OK 2026/08/11 04:26:59 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:26:59 DEBUG : banana: Unchanged skipping 2026/08/11 04:27:00 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:27:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:27:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:27:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:27:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:27:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:27:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:27:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:27:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:27:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:27:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:27:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:27:00 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:00 INFO : There was nothing to transfer 2026/08/11 04:27:00 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:00 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:27:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:27:01 DEBUG : dir1: Directory modification time the same (differ by -860.414µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : apple: size = 5 OK 2026/08/11 04:27:01 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : apple: Unchanged skipping 2026/08/11 04:27:01 DEBUG : banana: size = 6 OK 2026/08/11 04:27:01 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : banana: Unchanged skipping 2026/08/11 04:27:01 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:27:01 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:27:01 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:27:01 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:27:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:27:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:27:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:27:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:27:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:27:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:27:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:27:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:27:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:27:01 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:01 INFO : There was nothing to transfer 2026/08/11 04:27:01 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:02 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:27:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:27:16 DEBUG : dir1/0000-abcdefg.txt: md5 = ecef7ae9c8d683b7869835925714b7e3 OK 2026/08/11 04:27:18 DEBUG : dir1/0001-bcdefgh.txt: md5 = e37743b008d3d4503c35baa17ac38846 OK 2026/08/11 04:27:19 DEBUG : dir1/0002-cdefghi.txt: md5 = 63ac79c83415e89740ecb27f32413442 OK 2026/08/11 04:27:21 DEBUG : dir1/0003-defghij.txt: md5 = 5fe894c32f24cc4edafb2df9a4a1f44f OK 2026/08/11 04:27:22 DEBUG : dir1/0004-efghijk.txt: md5 = bdf8a1cecc8b1210626a94e64a3464f6 OK 2026/08/11 04:27:23 DEBUG : dir1/0005-fghijkl.txt: md5 = 9e7f55bdb9e7d2dd7608ab9608581bcb OK 2026/08/11 04:27:25 DEBUG : dir1/0006-ghijklm.txt: md5 = b9b167b729af1c0c5df36257c5d796ce OK 2026/08/11 04:27:26 DEBUG : dir1/0007-1234567.txt: md5 = 840a1f284ac34901889d019d8078a8aa OK 2026/08/11 04:27:28 DEBUG : dir1/0008-2345678.txt: md5 = d3b1502f6f8bbf2a224573bcf383c50f OK 2026/08/11 04:27:29 DEBUG : dir1/0009-3456789.txt: md5 = be645d6d0654809eed05ca50241ad62b OK 2026/08/11 04:27:31 DEBUG : dir1/0010-456789.txt: md5 = b9eac23fef19a563154aa2991802f750 OK 2026/08/11 04:27:32 DEBUG : dir1/0011-56789;.txt: md5 = 32c876957ec0b59206198bb18a006740 OK 2026/08/11 04:27:34 DEBUG : dir1/0012-6789;.txt: md5 = 505761d475eadd50b24af8a92cceeba3 OK 2026/08/11 04:27:35 DEBUG : dir1/0013-789;=.txt: md5 = 6dea35ea6881e94d565a5d61a1a794eb OK 2026/08/11 04:27:36 DEBUG : dir1/0014-89;=.txt: md5 = ee867d6cff1cf2ebea3a2c559bf81a9c OK 2026/08/11 04:27:38 DEBUG : dir1/0015-9;=.txt: md5 = 9e8afc1a27625ed0d4b4dffaea4235c9 OK 2026/08/11 04:27:39 DEBUG : apple: md5 = 5219778123454c6a8f262e92f085f152 OK 2026/08/11 04:27:41 DEBUG : banana: md5 = b98379cf679f281cdf2755c7b7dc24e9 OK 2026/08/11 04:27:42 DEBUG : appleappleapplebanana: md5 = 46324b8698ff8d3d794a2eca9cf24281 OK 2026/08/11 04:27:44 DEBUG : splitbananasplit: md5 = ebf715b5d51b71a3956f0821eb483a06 OK 2026/08/11 04:27:44 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:27:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:27:46 DEBUG : apple: size = 5 OK 2026/08/11 04:27:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : apple: Unchanged skipping 2026/08/11 04:27:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:27:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:27:46 DEBUG : banana: size = 6 OK 2026/08/11 04:27:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : banana: Unchanged skipping 2026/08/11 04:27:46 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 04:27:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:27:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:27:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:27:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:27:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:27:46 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:27:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:27:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:27:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:27:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:27:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:27:46 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:46 INFO : There was nothing to transfer 2026/08/11 04:27:46 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:27:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1: Directory modification time the same (differ by -457.027µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : apple: size = 5 OK 2026/08/11 04:27:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : apple: Unchanged skipping 2026/08/11 04:27:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 04:27:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 04:27:48 DEBUG : banana: size = 6 OK 2026/08/11 04:27:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : banana: Unchanged skipping 2026/08/11 04:27:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 04:27:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:27:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 04:27:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 04:27:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 04:27:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 04:27:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 04:27:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 04:27:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 04:27:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:27:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 04:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:27:48 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:48 INFO : There was nothing to transfer 2026/08/11 04:27:48 DEBUG : Waiting for deletions to finish 2026/08/11 04:27:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : apple: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : banana: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 04:27:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) --- PASS: TestTransform (553.50s) --- PASS: TestTransform/NFC (45.57s) --- PASS: TestTransform/NFD (45.44s) --- PASS: TestTransform/base64 (54.38s) --- PASS: TestTransform/prefix (63.73s) --- PASS: TestTransform/suffix (63.96s) --- PASS: TestTransform/truncate (53.22s) --- PASS: TestTransform/encoder (44.74s) --- PASS: TestTransform/ISO-8859-1 (46.22s) --- PASS: TestTransform/charmap (44.61s) --- PASS: TestTransform/lowercase (45.98s) --- PASS: TestTransform/ascii (45.65s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:27:59 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/11 04:27:59 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/11 04:27:59 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/11 04:28:00 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-11T04:27:59.717734964Z) 2026/08/11 04:28:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/11 04:28:00 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/11 04:28:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/11 04:28:00 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/11 04:28:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/11 04:28:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:02 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = 675f33018b7ea6812250c4b8189a3cd4 OK 2026/08/11 04:28:02 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/11 04:28:02 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/11 04:28:02 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.60s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:04 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:04 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:04 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:28:05 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:04.321795118Z) 2026/08/11 04:28:05 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:05 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:05 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/11 04:28:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:06 DEBUG : tictactoe/tictactoe: md5 = 942ae1f0200b1635dba4bc35fe88e429 OK 2026/08/11 04:28:06 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/11 04:28:06 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/11 04:28:06 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (4.72s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:09 DEBUG : toe: Making directory with metadata 2026/08/11 04:28:09 INFO : toe: Made directory with metadata (mtime=2026-08-11T04:28:09.038856752Z) 2026/08/11 04:28:09 DEBUG : toe/toe: Making directory with metadata 2026/08/11 04:28:11 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T04:28:09.038856752Z) 2026/08/11 04:28:11 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:11 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 04:28:11 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 04:28:11 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 04:28:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:12 DEBUG : toe/toe/tictactoe: md5 = fde7b05cb423e931ac63cf65547a4722 OK 2026/08/11 04:28:12 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/11 04:28:12 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/11 04:28:12 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (7.15s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:16 DEBUG : toe: Making directory with metadata 2026/08/11 04:28:17 INFO : toe: Made directory with metadata (mtime=2026-08-11T04:28:16.188950179Z) 2026/08/11 04:28:17 DEBUG : toe/toe: Making directory with metadata 2026/08/11 04:28:17 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T04:28:16.188950179Z) 2026/08/11 04:28:17 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 04:28:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 04:28:17 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 04:28:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:19 DEBUG : toe/toe/tictactoe: md5 = d0069c1daacfaa9cdd1b59e16e7d0be2 OK 2026/08/11 04:28:19 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/11 04:28:19 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/11 04:28:19 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (6.31s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:22 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:28:22 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:28:22 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:22 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:22 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 04:28:23 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:28:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:23 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:23 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:23 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:28:24 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:22.503032693Z) 2026/08/11 04:28:24 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:24 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:24 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 04:28:24 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:22.503032693Z) 2026/08/11 04:28:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:24 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:28:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:26 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 526593e591daa0ec18c3cfb8d3415fe0 OK 2026/08/11 04:28:26 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/11 04:28:26 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:26 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (7.96s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:30 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:28:30 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:28:30 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:30 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 04:28:31 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:28:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:31 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:31 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:31 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:28:32 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:30.464136735Z) 2026/08/11 04:28:32 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:32 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:32 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 04:28:33 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:30.464136735Z) 2026/08/11 04:28:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:33 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 04:28:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:33 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:28:33 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = d065766911ff4963c34fb2cd1567c35c OK 2026/08/11 04:28:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:28:34 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:34 DEBUG : Waiting for deletions to finish 2026/08/11 04:28:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:35 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:36 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:36 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:36 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 04:28:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:28:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/11 04:28:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': 0 differences found 2026/08/11 04:28:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': 1 hashes could not be checked 2026/08/11 04:28:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': 1 matching files --- PASS: TestAllTag (9.15s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:39 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:39 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:39 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:28:40 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:39.619256392Z) 2026/08/11 04:28:40 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:40 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:40 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 04:28:41 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:39.619256392Z) 2026/08/11 04:28:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:28:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:42 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 24353835488d5ced35e2251ad5f025c9 OK 2026/08/11 04:28:42 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/11 04:28:42 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:42 DEBUG : Waiting for deletions to finish 2026/08/11 04:28:43 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:44 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:44 DEBUG : tictactoe: Directory modification time the same (differ by -256.392µs, within tolerance 1ms) 2026/08/11 04:28:44 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:44 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -256.392µs, within tolerance 1ms) 2026/08/11 04:28:44 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/11 04:28:44 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 04:28:44 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 04:28:44 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/11 04:28:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:44 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.15s) === RUN TestSyntax 2026/08/11 04:28:47 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:48 DEBUG : toe: Making directory with metadata 2026/08/11 04:28:48 INFO : toe: Made directory with metadata (mtime=2026-08-11T04:28:47.770362937Z) 2026/08/11 04:28:48 DEBUG : toe/toe: Making directory with metadata 2026/08/11 04:28:49 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T04:28:47.770362937Z) 2026/08/11 04:28:49 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 04:28:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:50 DEBUG : toe/toe/toe: md5 = 3b3b907efaffe93783c218c70abfe507 OK 2026/08/11 04:28:50 DEBUG : toe/toe/toe: size = 11 OK 2026/08/11 04:28:50 INFO : toe/toe/toe: Copied (new) 2026/08/11 04:28:50 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (6.57s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:28:54 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:28:54 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:28:54 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:54 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:54 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 04:28:55 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:28:55 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:28:55 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:55 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:55 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:28:56 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:54.336448769Z) 2026/08/11 04:28:56 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:56 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:28:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:56 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 04:28:56 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T04:28:54.336448769Z) 2026/08/11 04:28:56 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:28:56 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 04:28:56 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:56 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:28:56 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:56 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:28:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:28:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 8176d2da9bfb440153095917944c8738 OK 2026/08/11 04:28:58 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:28:58 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:28:58 INFO : toe/toe/toe.txt: Deleted 2026/08/11 04:28:58 INFO : toe/toe: Removing directory 2026/08/11 04:28:58 INFO : toe: Removing directory 2026/08/11 04:28:58 INFO : empty_dir: Removing directory 2026/08/11 04:28:58 DEBUG : Local file system at /tmp/rclone2695753653: deleted 3 directories --- PASS: TestMove (7.81s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:29:02 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:29:02 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:29:02 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:02 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 04:29:03 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:29:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:03 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:03 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:03 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:29:03 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:29:02.146550872Z) 2026/08/11 04:29:03 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:03 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:29:03 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 04:29:04 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T04:29:02.146550872Z) 2026/08/11 04:29:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:29:04 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 04:29:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:04 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:29:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:29:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:29:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = e455b4055f91552b3e07f25e04fe0291 OK 2026/08/11 04:29:05 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:29:05 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:05 INFO : toe/toe/toe.txt: Deleted 2026/08/11 04:29:05 INFO : toe/toe: Removing directory 2026/08/11 04:29:05 INFO : toe: Removing directory 2026/08/11 04:29:05 INFO : empty_dir: Removing directory 2026/08/11 04:29:05 DEBUG : Local file system at /tmp/rclone2695753653: deleted 3 directories 2026/08/11 04:29:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:29:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:29:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 04:29:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 04:29:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 04:29:09 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (12.77s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:29:14 DEBUG : Reset feature "Copy" 2026/08/11 04:29:14 DEBUG : Reset feature "Move" 2026/08/11 04:29:14 DEBUG : Reset feature "Copy" 2026/08/11 04:29:14 DEBUG : Reset feature "Move" 2026/08/11 04:29:14 DEBUG : empty_dir: Making directory with metadata 2026/08/11 04:29:14 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:29:14 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:14 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:15 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 04:29:15 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:29:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 04:29:15 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:15 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:15 DEBUG : tictactoe: Making directory with metadata 2026/08/11 04:29:16 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T04:29:14.91771785Z) 2026/08/11 04:29:16 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:16 DEBUG : toe: transformed to: tictactoe 2026/08/11 04:29:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:29:16 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 04:29:17 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T04:29:14.91771785Z) 2026/08/11 04:29:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 04:29:17 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 04:29:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:17 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:29:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:29:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:29:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 5e765bed30e9f941d06dad5112c08066 OK 2026/08/11 04:29:18 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:29:18 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 04:29:18 INFO : toe/toe/toe.txt: Deleted 2026/08/11 04:29:18 INFO : toe/toe: Removing directory 2026/08/11 04:29:18 INFO : toe: Removing directory 2026/08/11 04:29:18 INFO : empty_dir: Removing directory 2026/08/11 04:29:18 DEBUG : Local file system at /tmp/rclone2695753653: deleted 3 directories 2026/08/11 04:29:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 04:29:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 04:29:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 04:29:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 04:29:20 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 04:29:23 DEBUG : toe/toe/toe.txt: md5 = 9048f417e6166df942b33db5b8bd5d7e OK 2026/08/11 04:29:23 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/11 04:29:23 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/11 04:29:24 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (14.68s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:29:29 DEBUG : toe: transformed to: dG9l 2026/08/11 04:29:29 DEBUG : toe: transformed to: dG9l 2026/08/11 04:29:29 DEBUG : dG9l: Making directory with metadata 2026/08/11 04:29:30 INFO : dG9l: Made directory with metadata (mtime=2026-08-11T04:29:29.59990984Z) 2026/08/11 04:29:30 DEBUG : toe: transformed to: dG9l 2026/08/11 04:29:30 DEBUG : toe: transformed to: dG9l 2026/08/11 04:29:30 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/11 04:29:30 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/11 04:29:31 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-11T04:29:29.59990984Z) 2026/08/11 04:29:31 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/11 04:29:31 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/11 04:29:31 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/11 04:29:31 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 04:29:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:29:31 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/11 04:29:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:29:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 98d9d6da1b4a04de44981860f84f0679 OK 2026/08/11 04:29:32 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/11 04:29:32 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/11 04:29:32 DEBUG : Waiting for deletions to finish 2026/08/11 04:29:33 DEBUG : dG9l: transformed to: toe 2026/08/11 04:29:33 DEBUG : dG9l: transformed to: toe 2026/08/11 04:29:33 DEBUG : toe: Directory modification time the same (differ by 909.84µs, within tolerance 1ms) 2026/08/11 04:29:33 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/11 04:29:33 DEBUG : dG9l: transformed to: toe 2026/08/11 04:29:33 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/11 04:29:33 DEBUG : toe/toe: Directory modification time the same (differ by 909.84µs, within tolerance 1ms) 2026/08/11 04:29:33 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/11 04:29:33 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/11 04:29:33 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/11 04:29:33 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/11 04:29:33 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/11 04:29:33 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/11 04:29:33 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for checks to finish 2026/08/11 04:29:33 DEBUG : Local file system at /tmp/rclone2695753653: Waiting for transfers to finish 2026/08/11 04:29:33 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (7.66s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice'", Local "Local file system at /tmp/rclone2695753653", Modify Window "1ms" 2026/08/11 04:29:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:37 DEBUG : toe: transformed to: 2026/08/11 04:29:37 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:37 DEBUG : toe: transformed to: 2026/08/11 04:29:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Making directory with metadata 2026/08/11 04:29:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Made directory with metadata (mtime=2026-08-11T04:29:37.258009991Z) 2026/08/11 04:29:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:38 DEBUG : toe: transformed to: 2026/08/11 04:29:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:38 DEBUG : toe: transformed to: 2026/08/11 04:29:38 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:38 DEBUG : toe/toe: transformed to: 2026/08/11 04:29:38 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/11 04:29:38 DEBUG : toe/toe: Making directory with metadata 2026/08/11 04:29:39 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T04:29:37.258009991Z) 2026/08/11 04:29:39 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:39 DEBUG : toe/toe: transformed to: 2026/08/11 04:29:39 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/11 04:29:39 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:39 DEBUG : toe: transformed to: 2026/08/11 04:29:39 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 04:29:39 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 04:29:39 DEBUG : toe/toe/toe: transformed to: 2026/08/11 04:29:39 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/11 04:29:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for checks to finish 2026/08/11 04:29:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Waiting for transfers to finish 2026/08/11 04:29:40 DEBUG : toe/toe/toe: md5 = a91052326fb18b0b21dc1465da4ffa08 OK 2026/08/11 04:29:40 DEBUG : toe/toe/toe: size = 11 OK 2026/08/11 04:29:40 INFO : toe/toe/toe: Copied (new) 2026/08/11 04:29:40 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': not deleting files as there were IO errors 2026/08/11 04:29:40 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': not deleting directories as there were IO errors --- PASS: TestError (7.32s) PASS 2026/08/11 04:29:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rumazuq1rice': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 26m25.509707047s (try 1/5)