"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/08/12 02:33:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori" 2026/08/12 02:33:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/12 02:33:44 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0" 2026/08/12 02:33:46 DEBUG : Creating backend with remote "/tmp/rclone3145259088" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:33:47 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:33:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:33:47 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/12 02:33:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:33:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:33:47 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (2.21s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:33:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:33:48 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:33:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:33:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:33:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:33:51 DEBUG : sub dir/hello world: md5 = 0cfa3058271439e9ad7ec6ae96d953d6 OK 2026/08/12 02:33:51 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:33:51 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:33:52 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (8.68s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:33:57 DEBUG : metadata sub dir: Making directory with metadata 2026/08/12 02:33:57 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:33:57 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/12 02:33:57 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:33:57 DEBUG : Local file system at /tmp/rclone3145259088: File to upload is small (21 bytes), uploading instead of streaming 2026/08/12 02:33:57 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/12 02:33:57 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/12 02:33:57 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/12 02:33:57 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:33:57 DEBUG : Google drive root 'crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0': Skipping btime metadata as can't update it on an existing file: 2026-08-12T02:33:57.004696554Z 2026/08/12 02:33:58 INFO : empty metadata sub dir: Updated directory metadata 2026/08/12 02:33:58 DEBUG : Google drive root 'crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0': Skipping btime metadata as can't update it on an existing file: 2026-08-12T02:33:57.004696554Z 2026/08/12 02:33:59 INFO : metadata sub dir: Updated directory metadata 2026/08/12 02:33:59 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/12 02:33:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:33:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:01 DEBUG : metadata sub dir/hello metadata world: md5 = ca3eda4c63f921b6f934fd89a82c5094 OK 2026/08/12 02:34:01 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/12 02:34:01 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (10.45s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:07 DEBUG : metadata sub dir: Making directory with metadata 2026/08/12 02:34:07 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:34:07 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/12 02:34:07 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:34:07 DEBUG : Local file system at /tmp/rclone3145259088: File to upload is small (21 bytes), uploading instead of streaming 2026/08/12 02:34:07 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/12 02:34:07 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/12 02:34:07 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/12 02:34:07 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:34:07 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/12 02:34:07 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/12 02:34:07 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/12 02:34:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:10 DEBUG : metadata sub dir/hello metadata world: md5 = a84cff51f1f767bc41f31410260be43a OK 2026/08/12 02:34:10 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/12 02:34:10 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/12 02:34:10 DEBUG : Google drive root 'crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0': Skipping btime metadata as can't update it on an existing file: 2026-08-12T02:34:07.452831511Z 2026/08/12 02:34:11 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (8.89s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:16 DEBUG : Creating backend with remote "/non-existing" 2026/08/12 02:34:16 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/12 02:34:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.84s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:17 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:34:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:34:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:20 DEBUG : sub dir/hello world: md5 = dc6df2db74906796881a140ca64852b8 OK 2026/08/12 02:34:20 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:34:20 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:34:21 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (7.74s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.56s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Running all checks before starting transfers 2026/08/12 02:34:25 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:34:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:34:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Checks finished, now starting transfers 2026/08/12 02:34:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:28 DEBUG : sub dir/hello world: md5 = e3f10cd66990510265e3fd371372a469 OK 2026/08/12 02:34:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:34:28 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:34:29 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (7.85s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:33 ERROR : Ignoring --no-traverse with sync 2026/08/12 02:34:33 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:34:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:34:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:36 DEBUG : sub dir/hello world: md5 = dfe9344c2e1eeda8d5cca65035412092 OK 2026/08/12 02:34:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:34:36 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:34:36 DEBUG : Waiting for deletions to finish 2026/08/12 02:34:37 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (7.33s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:40 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/12 02:34:40 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:34:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:42 DEBUG : hello world2: md5 = f3f5f43e9ae75b40a597dc6a033a6388 OK 2026/08/12 02:34:42 DEBUG : hello world2: size = 12 OK 2026/08/12 02:34:42 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (3.84s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:44 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:34:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:46 DEBUG : potato2: md5 = f3c5afef0afc2875f9bb5788e16760e2 OK 2026/08/12 02:34:46 DEBUG : potato2: size = 11 OK 2026/08/12 02:34:46 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (3.86s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:48 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:34:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:50 DEBUG : potato2: md5 = 9f19c7bde3577909510bf1bf99ed3918 OK 2026/08/12 02:34:50 DEBUG : potato2: size = 11 OK 2026/08/12 02:34:50 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.92s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:34:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/12 02:34:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:34:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:34:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:34:52 DEBUG : sub dir2: Making directory with metadata 2026/08/12 02:34:53 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:34:53 DEBUG : sub dir: Making directory with metadata 2026/08/12 02:34:54 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 02:34:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:34:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/12 02:34:55 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:34:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:34:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:34:56 DEBUG : sub dir/hello world: md5 = 3ad1fd56d95daa609ed0d902c01257e4 OK 2026/08/12 02:34:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:34:56 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (11.26s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:03 INFO : sub dir2: Making directory 2026/08/12 02:35:03 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/12 02:35:03 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:35:03 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/12 02:35:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:35:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:35:03 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/12 02:35:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:35:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:35:06 DEBUG : sub dir/hello world: md5 = 6d32eccf8c8b02e49282e84351d337ef OK 2026/08/12 02:35:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:35:06 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:35:07 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (7.53s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:11 DEBUG : sub dir2: Making directory with metadata 2026/08/12 02:35:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:35:11 DEBUG : sub dir2: Making directory with metadata 2026/08/12 02:35:12 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:35:12 DEBUG : sub dir: Making directory with metadata 2026/08/12 02:35:13 INFO : sub dir: Made directory with metadata (mtime=2026-08-12T02:35:11.061652487Z) 2026/08/12 02:35:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:35:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:35:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:35:15 DEBUG : sub dir/hello world: md5 = accee775c6c46126ef3b84b597b79ecd OK 2026/08/12 02:35:15 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:35:15 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:35:15 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (9.16s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:20 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/12 02:35:20 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 02:35:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:35:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:35:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (4.87s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:25 INFO : sub dir2: Making directory 2026/08/12 02:35:25 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/12 02:35:25 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:35:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:35:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:35:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:35:28 DEBUG : sub dir/hello world: md5 = c6fadf8f442b3e08c84e4f89b9726482 OK 2026/08/12 02:35:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:35:28 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:35:28 INFO : sub dir/hello world: Deleted 2026/08/12 02:35:29 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (7.48s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:32 DEBUG : sub dir2: Making directory with metadata 2026/08/12 02:35:32 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:35:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:35:32 DEBUG : sub dir2: Making directory with metadata 2026/08/12 02:35:34 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:35:34 DEBUG : sub dir: Making directory with metadata 2026/08/12 02:35:35 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 02:35:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:35:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:35:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:35:37 DEBUG : sub dir/hello world: md5 = 55731b6a3d8670fd3396227f4912fc00 OK 2026/08/12 02:35:37 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:35:37 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:35:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (9.87s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.62s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:43 INFO : sub dir2: Making directory 2026/08/12 02:35:43 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/12 02:35:43 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:35:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:35:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:35:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:35:46 DEBUG : sub dir/hello world: md5 = f6ebea4ba10de2fc98621cba4e5096c5 OK 2026/08/12 02:35:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:35:46 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:35:46 DEBUG : Waiting for deletions to finish 2026/08/12 02:35:46 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (7.21s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:35:53 DEBUG : sub dir/hello world: md5 = bfa59736a75dd297929b54deb3e2fee0 OK 2026/08/12 02:35:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-henuqiy1tiba" 2026/08/12 02:35:53 DEBUG : Config file has changed externally - reloading 2026/08/12 02:35:53 DEBUG : Creating backend with remote "TestDrive:crypt/u0mdmqerblva5e5v2lflhf6jdm7n3mt8servp2aplju8ntctngm0" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori' -> Encrypted drive 'TestCryptDrive:rclone-test-henuqiy1tiba' 2026/08/12 02:35:55 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:35:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:35:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-henuqiy1tiba': Waiting for checks to finish 2026/08/12 02:35:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-henuqiy1tiba': Waiting for transfers to finish 2026/08/12 02:35:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:35:59 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/12 02:36:00 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:36:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-henuqiy1tiba': Purge remote --- PASS: TestServerSideCopy (14.22s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:36:07 DEBUG : sub dir/hello world: md5 = d613fd1cb8c60b522a326c061ca0c571 OK 2026/08/12 02:36:09 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/12 02:36:09 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/12 02:36:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:36:09 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:36:09 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:36:09 DEBUG : sub dir/hello world: Sizes differ 2026/08/12 02:36:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:36:11 DEBUG : sub dir/hello world: md5 = 82a1e9bbd8521dfcc0411b7d3f0cf03e OK 2026/08/12 02:36:11 DEBUG : sub dir/hello world: size = 17 OK 2026/08/12 02:36:11 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/12 02:36:11 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (10.53s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:36:17 DEBUG : sub dir/hello world: md5 = 9532153b22bce38027c6e7a4d7eec219 OK 2026/08/12 02:36:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jerezas1vale" 2026/08/12 02:36:18 DEBUG : Creating backend with remote "TestDrive:crypt/la813fh7jhfnp4afnc1qml2fqpevrc3n0prpkjsthrpo2li2q31g" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori' -> Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale' 2026/08/12 02:36:20 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:36:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:36:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale': Waiting for checks to finish 2026/08/12 02:36:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale': Waiting for transfers to finish 2026/08/12 02:36:24 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:36:24 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/12 02:36:25 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:36:27 DEBUG : sub dir/hello world: md5 = c2e79262528fcb10ec0b15fa0930ded0 OK 2026/08/12 02:36:29 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 02:36:29 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/12 02:36:29 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:36:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale': Waiting for checks to finish 2026/08/12 02:36:29 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale') 2026/08/12 02:36:29 DEBUG : sub dir/hello world: Sizes differ 2026/08/12 02:36:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale': Waiting for transfers to finish 2026/08/12 02:36:31 DEBUG : sub dir/hello world: size = 17 OK 2026/08/12 02:36:31 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/12 02:36:31 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/12 02:36:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerezas1vale': Purge remote --- PASS: TestServerSideCopyOverSelf (20.91s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:36:38 DEBUG : sub dir/hello world: md5 = 6e44d014874f8a17ec9093c09628e715 OK 2026/08/12 02:36:41 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/12 02:36:41 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/12 02:36:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:36:41 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:36:41 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:36:41 DEBUG : sub dir/hello world: Sizes differ 2026/08/12 02:36:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:36:42 DEBUG : sub dir/hello world: md5 = 4916940d65ca25d2ebc998ffda41684d OK 2026/08/12 02:36:42 DEBUG : sub dir/hello world: size = 17 OK 2026/08/12 02:36:42 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/12 02:36:42 INFO : sub dir/hello world: Deleted 2026/08/12 02:36:43 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (10.73s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:36:49 DEBUG : sub dir/hello world: md5 = c47c371c73c6d005d50821f8b5760def OK 2026/08/12 02:36:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-necemub6quvo" 2026/08/12 02:36:50 DEBUG : Creating backend with remote "TestDrive:crypt/7gipglk3shq13us5tu06ujbar70h5aq8qrhtqam35rgp7dtlfg70" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori' -> Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo' 2026/08/12 02:36:52 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:36:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:36:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Waiting for checks to finish 2026/08/12 02:36:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Waiting for transfers to finish 2026/08/12 02:36:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:36:56 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/12 02:36:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:37:00 DEBUG : sub dir/hello world: md5 = 878d28c9d6cc46199a41533b26dc254e OK 2026/08/12 02:37:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Using server-side directory move 2026/08/12 02:37:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/12 02:37:01 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 02:37:01 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/12 02:37:01 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:37:01 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo') 2026/08/12 02:37:01 DEBUG : sub dir/hello world: Sizes differ 2026/08/12 02:37:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Waiting for checks to finish 2026/08/12 02:37:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Waiting for transfers to finish 2026/08/12 02:37:02 INFO : sub dir/hello world: Deleted 2026/08/12 02:37:03 INFO : sub dir/hello world: Moved (server-side) 2026/08/12 02:37:03 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/12 02:37:07 DEBUG : sub dir/hello world: md5 = 26f2a0b166d44bbc05d74a74cb57f8d2 OK 2026/08/12 02:37:08 DEBUG : testing file moves 2026/08/12 02:37:09 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 02:37:09 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/12 02:37:09 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:37:09 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo') 2026/08/12 02:37:09 DEBUG : sub dir/hello world: Sizes differ 2026/08/12 02:37:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Waiting for checks to finish 2026/08/12 02:37:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Waiting for transfers to finish 2026/08/12 02:37:09 INFO : sub dir/hello world: Deleted 2026/08/12 02:37:10 INFO : sub dir/hello world: Moved (server-side) 2026/08/12 02:37:11 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/12 02:37:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-necemub6quvo': Purge remote --- PASS: TestServerSideMoveOverSelf (28.55s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:18 DEBUG : sub dir/hello world: md5 = 4d482d824f79b6be0e1c77f6bfd2afdc OK 2026/08/12 02:37:18 ERROR : error listing: directory not found 2026/08/12 02:37:18 INFO : Local file system at /tmp/rclone3145259088: Making directory 2026/08/12 02:37:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (7.59s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:25 DEBUG : sub dir/hello world: md5 = d030a11ef4e87ffab406a8d0f39d0388 OK 2026/08/12 02:37:27 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:37:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:37:27 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for checks to finish 2026/08/12 02:37:27 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for transfers to finish 2026/08/12 02:37:28 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/12 02:37:28 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/12 02:37:28 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:37:28 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (7.81s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:30 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/12 02:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:32 DEBUG : check sum: md5 = 1e12d492b8e461f4505c83278ca3e660 OK 2026/08/12 02:37:32 DEBUG : check sum: size = 1 OK 2026/08/12 02:37:32 INFO : check sum: Copied (new) 2026/08/12 02:37:32 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:33 DEBUG : check sum: size = 1 OK 2026/08/12 02:37:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/12 02:37:33 DEBUG : check sum: Size of src and dst objects identical 2026/08/12 02:37:33 DEBUG : check sum: Unchanged skipping 2026/08/12 02:37:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:33 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:33 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (4.40s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:35 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/12 02:37:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:37 DEBUG : sizeonly: md5 = f8528e12df97b027bee2b52549961946 OK 2026/08/12 02:37:37 DEBUG : sizeonly: size = 6 OK 2026/08/12 02:37:37 INFO : sizeonly: Copied (new) 2026/08/12 02:37:37 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:37 DEBUG : sizeonly: size = 6 OK 2026/08/12 02:37:37 DEBUG : sizeonly: Sizes identical 2026/08/12 02:37:37 DEBUG : sizeonly: Unchanged skipping 2026/08/12 02:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:37 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:37 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (4.52s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:39 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/12 02:37:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:41 DEBUG : ignore-size: md5 = 00c492a0b2b323be9539c8ddc1e9c248 OK 2026/08/12 02:37:41 INFO : ignore-size: Copied (new) 2026/08/12 02:37:41 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:42 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:37:42 DEBUG : ignore-size: Unchanged skipping 2026/08/12 02:37:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:42 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:42 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (4.65s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:46 DEBUG : existing: md5 = 39b60d94375e12149795241a7994ffee OK 2026/08/12 02:37:47 DEBUG : existing: size = 6 OK 2026/08/12 02:37:47 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:37:47 DEBUG : existing: Unchanged skipping 2026/08/12 02:37:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:47 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:47 INFO : There was nothing to transfer 2026/08/12 02:37:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:47 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/12 02:37:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:49 DEBUG : existing: md5 = 6e65031662adfb9d6f94cf9ed6c40a8b OK 2026/08/12 02:37:49 DEBUG : existing: size = 6 OK 2026/08/12 02:37:49 INFO : existing: Copied (replaced existing) 2026/08/12 02:37:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (6.68s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:51 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/12 02:37:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:53 DEBUG : existing: md5 = 8febc2aeb6a66b419b14d6bd714070c9 OK 2026/08/12 02:37:53 DEBUG : existing: size = 6 OK 2026/08/12 02:37:53 INFO : existing: Copied (new) 2026/08/12 02:37:53 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:37:53 DEBUG : existing: Destination exists, skipping 2026/08/12 02:37:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:37:53 DEBUG : Waiting for deletions to finish 2026/08/12 02:37:53 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (4.73s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:37:58 DEBUG : b/potato: md5 = 812f412c89759810db54d0a5a42d9c57 OK 2026/08/12 02:38:01 DEBUG : c/non empty space: md5 = 1a7f45b0eb55a568d6e5aa2275002b28 OK 2026/08/12 02:38:01 INFO : d: Making directory 2026/08/12 02:38:04 DEBUG : Added delayed dir = "a", newDst= 2026/08/12 02:38:05 INFO : c: Set directory modification time (using SetModTime) 2026/08/12 02:38:05 DEBUG : Added delayed dir = "c", newDst=c 2026/08/12 02:38:05 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/12 02:38:05 DEBUG : c/non empty space: size = 5 OK 2026/08/12 02:38:05 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:38:05 DEBUG : c/non empty space: Unchanged skipping 2026/08/12 02:38:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:08 DEBUG : a/potato2: md5 = 5c5f758d507d2360b2b12fb542877243 OK 2026/08/12 02:38:08 DEBUG : a/potato2: size = 60 OK 2026/08/12 02:38:08 INFO : a/potato2: Copied (new) 2026/08/12 02:38:08 DEBUG : Waiting for deletions to finish 2026/08/12 02:38:08 INFO : b/potato: Deleted 2026/08/12 02:38:09 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/12 02:38:09 INFO : d: Removing directory 2026/08/12 02:38:10 INFO : b: Removing directory 2026/08/12 02:38:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': deleted 2 directories --- PASS: TestSyncIgnoreErrors (20.74s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:18 DEBUG : empty space: md5 = d8eb60e4e91c6f4bad31f39cb58d380b OK 2026/08/12 02:38:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:18 DEBUG : empty space: size = 1 OK 2026/08/12 02:38:18 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/12 02:38:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:18 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/12 02:38:18 DEBUG : Waiting for deletions to finish 2026/08/12 02:38:19 DEBUG : empty space: size = 1 OK 2026/08/12 02:38:19 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/12 02:38:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:21 DEBUG : empty space: md5 = 1e763c115eb62acb4b0891e5d9416049 OK 2026/08/12 02:38:21 DEBUG : empty space: size = 1 OK 2026/08/12 02:38:21 INFO : empty space: Copied (replaced existing) 2026/08/12 02:38:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (7.20s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.61s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:25 DEBUG : foo: md5 = 73c55b545142106b5c86d8c451ff0ad3 OK 2026/08/12 02:38:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:26 DEBUG : foo: size = 3 OK 2026/08/12 02:38:26 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/12 02:38:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:28 DEBUG : foo: md5 = c7910ace1e3c16302187f8d39b34077b OK 2026/08/12 02:38:28 DEBUG : foo: size = 3 OK 2026/08/12 02:38:28 INFO : foo: Copied (replaced existing) 2026/08/12 02:38:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (6.12s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:32 DEBUG : empty space: md5 = 96681c5da97c8b29e6f5b81999da4cb4 OK 2026/08/12 02:38:32 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/12 02:38:32 DEBUG : empty space: size = 1 OK 2026/08/12 02:38:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:32 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:38:32 DEBUG : empty space: Unchanged skipping 2026/08/12 02:38:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:34 DEBUG : potato: md5 = eee2df40706540c128a272a9fa8d0bd7 OK 2026/08/12 02:38:34 DEBUG : potato: size = 60 OK 2026/08/12 02:38:34 INFO : potato: Copied (new) 2026/08/12 02:38:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (7.08s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:39 DEBUG : potato: md5 = ff351be7ce9c914497ecd92df6d34faf OK 2026/08/12 02:38:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:40 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:38:40 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:38:40 DEBUG : potato: Sizes differ 2026/08/12 02:38:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:41 DEBUG : potato: md5 = 2a17a313bc115e62d9542c2c3cf41638 OK 2026/08/12 02:38:41 DEBUG : potato: size = 21 OK 2026/08/12 02:38:41 INFO : potato: Copied (replaced existing) 2026/08/12 02:38:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (6.12s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:45 DEBUG : potato: md5 = a28a97f2b891d5fb2c24e3cec0cfef29 OK 2026/08/12 02:38:46 DEBUG : potato: size = 21 OK 2026/08/12 02:38:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:46 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/12 02:38:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:47 DEBUG : potato: md5 = bbd44e0c0d2f6835848baeb00fd463e8 OK 2026/08/12 02:38:47 DEBUG : potato: size = 21 OK 2026/08/12 02:38:47 INFO : potato: Copied (replaced existing) 2026/08/12 02:38:47 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (5.95s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:51 DEBUG : potato: md5 = 80646ef5b73ee801b41fa4119fe6f1bc OK 2026/08/12 02:38:52 DEBUG : empty space: md5 = 846f30dd3f75d5d8991f5a751e0dbe99 OK 2026/08/12 02:38:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:38:53 DEBUG : empty space: size = 1 OK 2026/08/12 02:38:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:38:53 DEBUG : empty space: Unchanged skipping 2026/08/12 02:38:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:38:53 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/12 02:38:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:38:53 DEBUG : Waiting for deletions to finish 2026/08/12 02:38:53 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (6.39s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:38:58 DEBUG : potato: md5 = 1f98208e51c5645320a4821c0d0c3d6f OK 2026/08/12 02:38:59 DEBUG : empty space: md5 = dc4ceb5bd9a1938b406f43c6b3e8edfe OK 2026/08/12 02:39:02 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:39:02 DEBUG : empty space: size = 1 OK 2026/08/12 02:39:02 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:39:02 DEBUG : empty space: Unchanged skipping 2026/08/12 02:39:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:39:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:39:07 DEBUG : potato2: md5 = e7167c0cdbf4184aa855ccff329ce1ab OK 2026/08/12 02:39:07 DEBUG : potato2: size = 60 OK 2026/08/12 02:39:07 INFO : potato2: Copied (new) 2026/08/12 02:39:07 DEBUG : Waiting for deletions to finish 2026/08/12 02:39:08 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (14.81s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:39:13 DEBUG : b/potato: md5 = e8824b2a0f7aabced380da649ffa2c24 OK 2026/08/12 02:39:16 DEBUG : c/non empty space: md5 = 52fa495c3647ba4120fc345f030fb07e OK 2026/08/12 02:39:16 INFO : d: Making directory 2026/08/12 02:39:18 INFO : d/e: Making directory 2026/08/12 02:39:21 DEBUG : Added delayed dir = "a", newDst= 2026/08/12 02:39:22 INFO : c: Set directory modification time (using SetModTime) 2026/08/12 02:39:22 DEBUG : Added delayed dir = "c", newDst=c 2026/08/12 02:39:22 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/12 02:39:22 DEBUG : c/non empty space: size = 5 OK 2026/08/12 02:39:22 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:39:22 DEBUG : c/non empty space: Unchanged skipping 2026/08/12 02:39:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:39:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:39:25 DEBUG : a/potato2: md5 = 590051e7427f8c667300c41c1add6fa1 OK 2026/08/12 02:39:25 DEBUG : a/potato2: size = 60 OK 2026/08/12 02:39:25 INFO : a/potato2: Copied (new) 2026/08/12 02:39:25 DEBUG : Waiting for deletions to finish 2026/08/12 02:39:25 INFO : b/potato: Deleted 2026/08/12 02:39:26 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/12 02:39:26 INFO : d/e: Removing directory 2026/08/12 02:39:27 INFO : d: Removing directory 2026/08/12 02:39:28 INFO : b: Removing directory 2026/08/12 02:39:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (23.48s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:39:37 DEBUG : b/potato: md5 = 5ac2fc2c2f8e0693d42904eb6f6f014d OK 2026/08/12 02:39:40 DEBUG : c/non empty space: md5 = 4fff7a9e149d1691f652be304bae5b8c OK 2026/08/12 02:39:40 INFO : d: Making directory 2026/08/12 02:39:42 DEBUG : Added delayed dir = "a", newDst= 2026/08/12 02:39:43 INFO : c: Set directory modification time (using SetModTime) 2026/08/12 02:39:43 DEBUG : Added delayed dir = "c", newDst=c 2026/08/12 02:39:43 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/12 02:39:43 DEBUG : c/non empty space: size = 5 OK 2026/08/12 02:39:43 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:39:43 DEBUG : c/non empty space: Unchanged skipping 2026/08/12 02:39:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:39:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:39:46 DEBUG : a/potato2: md5 = 09aa48741c980f7ecea309e5d1d24d08 OK 2026/08/12 02:39:46 DEBUG : a/potato2: size = 60 OK 2026/08/12 02:39:46 INFO : a/potato2: Copied (new) 2026/08/12 02:39:46 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': not deleting files as there were IO errors 2026/08/12 02:39:46 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/12 02:39:46 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (20.20s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:39:56 DEBUG : potato: md5 = cc0d5ab11005b93abd144c42cb482ae3 OK 2026/08/12 02:39:58 DEBUG : empty space: md5 = cdebe7086fc7227ac0d2643778c6549b OK 2026/08/12 02:39:58 DEBUG : Waiting for deletions to finish 2026/08/12 02:39:58 DEBUG : empty space: size = 1 OK 2026/08/12 02:39:58 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:39:58 DEBUG : empty space: Unchanged skipping 2026/08/12 02:39:58 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:39:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:39:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:39:59 INFO : potato: Deleted 2026/08/12 02:40:00 DEBUG : potato2: md5 = 07d54fa70c31e2463ca7826d9646792a OK 2026/08/12 02:40:00 DEBUG : potato2: size = 60 OK 2026/08/12 02:40:00 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (8.50s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:40:04 DEBUG : potato: md5 = e6490b0a53e1c17b5faad81098602354 OK 2026/08/12 02:40:06 DEBUG : empty space: md5 = 2fa83bacb7d38f54e352892adc909774 OK 2026/08/12 02:40:07 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:08 INFO : potato: Deleted 2026/08/12 02:40:08 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:40:08 DEBUG : empty space: size = 1 OK 2026/08/12 02:40:08 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:40:08 DEBUG : empty space: Unchanged skipping 2026/08/12 02:40:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:10 DEBUG : potato2: md5 = f443b683758ef50c1a385dee641d9747 OK 2026/08/12 02:40:10 DEBUG : potato2: size = 60 OK 2026/08/12 02:40:10 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (10.19s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:40:14 DEBUG : potato: md5 = 729f35a59af1ff77c80a26bdb1c8088b OK 2026/08/12 02:40:15 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:40:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:17 DEBUG : potato2: md5 = 87f05726901a8c85c4ec3ae7a029bbf9 OK 2026/08/12 02:40:17 DEBUG : potato2: size = 19 OK 2026/08/12 02:40:17 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (7.23s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:40:22 DEBUG : potato2: md5 = eb5693c02b96d6e0615c14d3d994d86a OK 2026/08/12 02:40:24 DEBUG : empty space: md5 = 7045329364fc021d33f857e30264c5e8 OK 2026/08/12 02:40:24 DEBUG : enormous: Excluded (Size Filter) 2026/08/12 02:40:24 DEBUG : enormous: Excluded 2026/08/12 02:40:24 DEBUG : potato2: Excluded (Size Filter) 2026/08/12 02:40:24 DEBUG : potato2: Excluded 2026/08/12 02:40:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/12 02:40:25 DEBUG : empty space: size = 1 OK 2026/08/12 02:40:25 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:40:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:25 DEBUG : empty space: Unchanged skipping 2026/08/12 02:40:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:25 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:25 INFO : There was nothing to transfer 2026/08/12 02:40:25 DEBUG : enormous: Excluded (Size Filter) 2026/08/12 02:40:25 DEBUG : enormous: Excluded 2026/08/12 02:40:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/12 02:40:25 DEBUG : potato2: Excluded 2026/08/12 02:40:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/12 02:40:25 DEBUG : empty space: size = 1 OK 2026/08/12 02:40:25 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/12 02:40:25 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for checks to finish 2026/08/12 02:40:25 DEBUG : empty space: Unchanged skipping 2026/08/12 02:40:25 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for transfers to finish 2026/08/12 02:40:25 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:25 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (7.45s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:40:29 DEBUG : potato2: md5 = ed548a38c79622da3e5c64f8aaeb3316 OK 2026/08/12 02:40:31 DEBUG : empty space: md5 = dd357ed8ddc3b13df10f685562407409 OK 2026/08/12 02:40:33 DEBUG : enormous: md5 = 26de0404d27d36ad7191c8ff3a035515 OK 2026/08/12 02:40:33 DEBUG : enormous: Excluded (Size Filter) 2026/08/12 02:40:33 DEBUG : enormous: Excluded 2026/08/12 02:40:33 DEBUG : potato2: Excluded (Size Filter) 2026/08/12 02:40:33 DEBUG : potato2: Excluded 2026/08/12 02:40:33 DEBUG : empty space: size = 1 OK 2026/08/12 02:40:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:40:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:33 DEBUG : empty space: Unchanged skipping 2026/08/12 02:40:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:33 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:34 INFO : potato2: Deleted 2026/08/12 02:40:34 INFO : enormous: Deleted 2026/08/12 02:40:34 INFO : There was nothing to transfer 2026/08/12 02:40:35 DEBUG : empty space: size = 1 OK 2026/08/12 02:40:35 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/12 02:40:35 DEBUG : empty space: Unchanged skipping 2026/08/12 02:40:35 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for checks to finish 2026/08/12 02:40:35 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for transfers to finish 2026/08/12 02:40:35 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:35 INFO : enormous: Deleted 2026/08/12 02:40:35 INFO : potato2: Deleted 2026/08/12 02:40:35 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (9.00s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:40:38 DEBUG : one: md5 = e38c1aee41a6d93ed65408aa5027f314 OK 2026/08/12 02:40:40 DEBUG : two: md5 = d1ac59dba1405bfa0a5416982459d7d1 OK 2026/08/12 02:40:42 DEBUG : three: md5 = 01903d991a85b0a96a103950d2b6747f OK 2026/08/12 02:40:44 DEBUG : four: md5 = 809088e4d303268d356024e3e9aed690 OK 2026/08/12 02:40:44 DEBUG : five: Need to transfer - File not found at Destination 2026/08/12 02:40:44 DEBUG : four: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:40:44 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:40:44 DEBUG : four: Sizes differ 2026/08/12 02:40:44 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/12 02:40:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:44 DEBUG : one: Destination is newer than source, skipping 2026/08/12 02:40:44 DEBUG : three: size = 5 OK 2026/08/12 02:40:44 DEBUG : three: Sizes identical 2026/08/12 02:40:44 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/12 02:40:44 DEBUG : two: size = 3 OK 2026/08/12 02:40:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:46 DEBUG : four: md5 = 9206539e7567836e4887f20867c62634 OK 2026/08/12 02:40:46 DEBUG : four: size = 4 OK 2026/08/12 02:40:46 INFO : four: Copied (replaced existing) 2026/08/12 02:40:46 DEBUG : two: md5 = 622ff8e42865153219229df8d8cb235b OK 2026/08/12 02:40:46 DEBUG : two: size = 3 OK 2026/08/12 02:40:46 INFO : two: Copied (replaced existing) 2026/08/12 02:40:46 DEBUG : five: md5 = e7b520186aabc484ee1f0bc251ba7a44 OK 2026/08/12 02:40:46 DEBUG : five: size = 4 OK 2026/08/12 02:40:46 INFO : five: Copied (new) 2026/08/12 02:40:46 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (14.42s) === 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-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/12 02:40:51 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/12 02:40:51 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/12 02:40:51 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/12 02:40:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:53 DEBUG : potato: md5 = 5ffc0873ca609527f62d2ed9abf94a56 OK 2026/08/12 02:40:53 DEBUG : potato: size = 14 OK 2026/08/12 02:40:53 INFO : potato: Copied (new) 2026/08/12 02:40:53 DEBUG : yam: md5 = 1c402b257fa576f2d711e69f8e8afeb2 OK 2026/08/12 02:40:53 DEBUG : yam: size = 11 OK 2026/08/12 02:40:53 INFO : yam: Copied (new) 2026/08/12 02:40:53 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:53 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/12 02:40:54 DEBUG : potato: size = 14 OK 2026/08/12 02:40:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:40:54 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/12 02:40:54 DEBUG : potato: Unchanged skipping 2026/08/12 02:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:40:55 DEBUG : yaml: md5 = f7aff493e7ac80075912a3dcaefe77c8 OK 2026/08/12 02:40:55 DEBUG : yaml: size = 11 OK 2026/08/12 02:40:55 INFO : yaml: Copied (new) 2026/08/12 02:40:55 DEBUG : Waiting for deletions to finish 2026/08/12 02:40:56 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (7.88s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/12 02:40:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Making map for --track-renames 2026/08/12 02:40:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Finished making map for --track-renames 2026/08/12 02:40:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:40:59 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/12 02:40:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/12 02:40:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for renames to finish 2026/08/12 02:40:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:01 DEBUG : potato: md5 = 9598ea3b45d69181f9c849d74870b6ac OK 2026/08/12 02:41:01 DEBUG : potato: size = 14 OK 2026/08/12 02:41:01 INFO : potato: Copied (new) 2026/08/12 02:41:01 DEBUG : yam: md5 = e4553e26cf5ba1f369319d88abc1b6e5 OK 2026/08/12 02:41:01 DEBUG : yam: size = 11 OK 2026/08/12 02:41:01 INFO : yam: Copied (new) 2026/08/12 02:41:01 DEBUG : Waiting for deletions to finish 2026/08/12 02:41:01 DEBUG : potato: size = 14 OK 2026/08/12 02:41:01 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:41:01 DEBUG : potato: Unchanged skipping 2026/08/12 02:41:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Making map for --track-renames 2026/08/12 02:41:02 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Finished making map for --track-renames 2026/08/12 02:41:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for renames to finish 2026/08/12 02:41:02 INFO : yam: Moved (server-side) to: yaml 2026/08/12 02:41:02 INFO : yaml: Renamed from "yam" 2026/08/12 02:41:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:02 DEBUG : Waiting for deletions to finish 2026/08/12 02:41:02 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (6.38s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/12 02:41:05 DEBUG : Added delayed dir = "sub", newDst= 2026/08/12 02:41:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Making map for --track-renames 2026/08/12 02:41:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Finished making map for --track-renames 2026/08/12 02:41:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:05 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/12 02:41:05 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/12 02:41:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for renames to finish 2026/08/12 02:41:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:08 DEBUG : sub/yam: md5 = b442b240dfa995da56b85eaa4079f494 OK 2026/08/12 02:41:08 DEBUG : sub/yam: size = 11 OK 2026/08/12 02:41:08 INFO : sub/yam: Copied (new) 2026/08/12 02:41:08 DEBUG : potato: md5 = 949bd4a81506b4fd781fc325df9b10ee OK 2026/08/12 02:41:08 DEBUG : potato: size = 14 OK 2026/08/12 02:41:08 INFO : potato: Copied (new) 2026/08/12 02:41:08 DEBUG : Waiting for deletions to finish 2026/08/12 02:41:09 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/12 02:41:10 DEBUG : potato: size = 14 OK 2026/08/12 02:41:10 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:41:10 DEBUG : potato: Unchanged skipping 2026/08/12 02:41:11 INFO : sub: Set directory modification time (using SetModTime) 2026/08/12 02:41:11 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/12 02:41:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Making map for --track-renames 2026/08/12 02:41:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Finished making map for --track-renames 2026/08/12 02:41:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for renames to finish 2026/08/12 02:41:12 INFO : sub/yam: Moved (server-side) to: yam 2026/08/12 02:41:12 INFO : yam: Renamed from "sub/yam" 2026/08/12 02:41:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:12 DEBUG : Waiting for deletions to finish 2026/08/12 02:41:12 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (11.45s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:41:16 DEBUG : Creating backend with remote "/tmp/rclone3145259088/dir1" 2026/08/12 02:41:16 DEBUG : Config file has changed externally - reloading 2026/08/12 02:41:16 DEBUG : Creating backend with remote "/tmp/rclone3145259088/dir2" 2026/08/12 02:41:16 DEBUG : Local file system at /tmp/rclone3145259088/dir2: Using server-side directory move 2026/08/12 02:41:16 INFO : Local file system at /tmp/rclone3145259088/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/12 02:41:16 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/12 02:41:16 INFO : file1.txt: Moved (server-side) 2026/08/12 02:41:16 DEBUG : Local file system at /tmp/rclone3145259088/dir2: Waiting for checks to finish 2026/08/12 02:41:16 DEBUG : Local file system at /tmp/rclone3145259088/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.59s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:41:17 DEBUG : Added delayed dir = "nested", newDst= 2026/08/12 02:41:17 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:41:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:41:17 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/12 02:41:17 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/12 02:41:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:20 DEBUG : sub dir/hello world: md5 = ea00915918626f71cc1235abbe38c16a OK 2026/08/12 02:41:20 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:41:20 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:41:20 INFO : sub dir/hello world: Deleted 2026/08/12 02:41:23 DEBUG : nested/sub dir/file: md5 = 31a9cdc8c9e223dd54ee5f7d4c0758c3 OK 2026/08/12 02:41:23 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/12 02:41:23 INFO : nested/sub dir/file: Copied (new) 2026/08/12 02:41:23 INFO : nested/sub dir/file: Deleted 2026/08/12 02:41:23 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:41:24 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:41:24 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/12 02:41:24 INFO : sub dir: Removing directory 2026/08/12 02:41:24 INFO : nested/sub dir: Removing directory 2026/08/12 02:41:24 INFO : nested: Removing directory 2026/08/12 02:41:24 DEBUG : Local file system at /tmp/rclone3145259088: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (13.66s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:41:31 DEBUG : Added delayed dir = "nested", newDst= 2026/08/12 02:41:31 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/12 02:41:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/12 02:41:31 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/12 02:41:31 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/12 02:41:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:34 DEBUG : sub dir/hello world: md5 = 54167f1dacae6b8fa4e0cf7b04c1c5c0 OK 2026/08/12 02:41:34 DEBUG : sub dir/hello world: size = 11 OK 2026/08/12 02:41:34 INFO : sub dir/hello world: Copied (new) 2026/08/12 02:41:34 INFO : sub dir/hello world: Deleted 2026/08/12 02:41:36 DEBUG : nested/sub dir/file: md5 = 6d2268d4441fee476d4b10ab72f18bc6 OK 2026/08/12 02:41:36 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/12 02:41:36 INFO : nested/sub dir/file: Copied (new) 2026/08/12 02:41:36 INFO : nested/sub dir/file: Deleted 2026/08/12 02:41:37 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:41:38 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:41:38 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (13.20s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:41:44 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/12 02:41:44 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/12 02:41:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:46 DEBUG : existing-b: md5 = 0fcf2098614c0a2aec489a387e75b4e0 OK 2026/08/12 02:41:46 DEBUG : existing-b: size = 6 OK 2026/08/12 02:41:46 INFO : existing-b: Copied (new) 2026/08/12 02:41:46 INFO : existing-b: Deleted 2026/08/12 02:41:46 DEBUG : existing: md5 = a4794d1467fe16c4127206ba7ee021ab OK 2026/08/12 02:41:46 DEBUG : existing: size = 6 OK 2026/08/12 02:41:46 INFO : existing: Copied (new) 2026/08/12 02:41:46 INFO : existing: Deleted 2026/08/12 02:41:47 DEBUG : existing: Destination exists, skipping 2026/08/12 02:41:47 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/12 02:41:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:41:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:41:47 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.97s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:41:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-terihag7geyu" 2026/08/12 02:41:49 DEBUG : Creating backend with remote "TestDrive:crypt/s2k2qg142rv0u58mn7mt9d8voh10jkt6l7rcr8dr3cg40uq8r680" 2026/08/12 02:41:52 DEBUG : potato2: md5 = 11e5f6fe8c4e687cf5d1319e6fbe8ae1 OK 2026/08/12 02:41:54 DEBUG : empty space: md5 = 518739b940096a5975db1efe06f3ce01 OK 2026/08/12 02:41:56 DEBUG : potato3: md5 = 5f4ffd543591ff70474e07168fef879d OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori' -> Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu' 2026/08/12 02:41:59 DEBUG : empty space: md5 = 6c2589772d36b0dcd46637b2692b54c1 OK 2026/08/12 02:42:01 DEBUG : potato3: md5 = 74d7a5a2cb41269af371d023d2fa670a OK 2026/08/12 02:42:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu': Using server-side directory move 2026/08/12 02:42:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/12 02:42:02 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:42:02 DEBUG : empty space: size = 1 OK 2026/08/12 02:42:02 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 02:42:02 DEBUG : empty space: Unchanged skipping 2026/08/12 02:42:02 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:42:02 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu') 2026/08/12 02:42:02 DEBUG : potato3: Sizes differ 2026/08/12 02:42:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu': Waiting for checks to finish 2026/08/12 02:42:02 INFO : potato3: Deleted 2026/08/12 02:42:02 INFO : empty space: Deleted 2026/08/12 02:42:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu': Waiting for transfers to finish 2026/08/12 02:42:02 INFO : potato2: Moved (server-side) 2026/08/12 02:42:03 INFO : potato3: Moved (server-side) 2026/08/12 02:42:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yopiqof9goka" 2026/08/12 02:42:04 DEBUG : Creating backend with remote "TestDrive:crypt/ejttol9mljt10oljig6fnkkd1dlpg0nopv9nn3hgdkh6p3692d2g" 2026/08/12 02:42:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yopiqof9goka': Using server-side directory move 2026/08/12 02:42:06 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yopiqof9goka': Server side directory move succeeded 2026/08/12 02:42:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yopiqof9goka': Purge remote 2026/08/12 02:42:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-terihag7geyu': Purge remote 2026/08/12 02:42:09 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (20.39s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:42:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qolegis4bugi" 2026/08/12 02:42:09 DEBUG : Creating backend with remote "TestDrive:crypt/l1k2fgn5ftl1po0h5orh8lhqe16bu53067flirsoduh3rrq1oq10" 2026/08/12 02:42:12 DEBUG : potato2: md5 = 6c283745fde7a9d06dcecedce863b814 OK 2026/08/12 02:42:14 DEBUG : empty space: md5 = 0ccbbe1428d11d9beb614512c1281713 OK 2026/08/12 02:42:16 DEBUG : potato3: md5 = 44885559659400dfc1f28105b24dc086 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori' -> Encrypted drive 'TestCryptDrive:rclone-test-qolegis4bugi' 2026/08/12 02:42:19 DEBUG : empty space: md5 = 9cd2f42e74ff5c400ded692dc49aebc3 OK 2026/08/12 02:42:21 DEBUG : potato3: md5 = 480747f2c16eeb98b910694d147cdda8 OK 2026/08/12 02:42:22 DEBUG : empty space: Excluded (Size Filter) 2026/08/12 02:42:22 DEBUG : empty space: Excluded (Size Filter) 2026/08/12 02:42:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:42:22 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:42:22 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-qolegis4bugi') 2026/08/12 02:42:22 DEBUG : potato3: Sizes differ 2026/08/12 02:42:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qolegis4bugi': Waiting for checks to finish 2026/08/12 02:42:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qolegis4bugi': Waiting for transfers to finish 2026/08/12 02:42:22 INFO : potato3: Deleted 2026/08/12 02:42:22 INFO : potato2: Moved (server-side) 2026/08/12 02:42:23 INFO : potato3: Moved (server-side) 2026/08/12 02:42:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yocadam2cogo" 2026/08/12 02:42:24 DEBUG : Creating backend with remote "TestDrive:crypt/ssp4l7tmkgmntsubjdsp2i288q47ali64bp2ns405jsmtdc6u430" 2026/08/12 02:42:25 DEBUG : empty space: Excluded (Size Filter) 2026/08/12 02:42:25 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:42:25 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/12 02:42:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yocadam2cogo': Waiting for checks to finish 2026/08/12 02:42:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yocadam2cogo': Waiting for transfers to finish 2026/08/12 02:42:27 INFO : potato3: Moved (server-side) 2026/08/12 02:42:28 INFO : potato2: Moved (server-side) 2026/08/12 02:42:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yocadam2cogo': Purge remote 2026/08/12 02:42:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qolegis4bugi': Purge remote --- PASS: TestServerSideMoveWithFilter (21.96s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:42:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tojefeh7mefu" 2026/08/12 02:42:31 DEBUG : Creating backend with remote "TestDrive:crypt/eh8jf493rglci988im8hfjefpmulk6qls64orvvr7slju9rkb0u0" 2026/08/12 02:42:34 DEBUG : potato2: md5 = c69de66c8c8c82f79b7d6342eb3ffbf5 OK 2026/08/12 02:42:36 DEBUG : empty space: md5 = 91b239a4c395def8472064631f5c4a55 OK 2026/08/12 02:42:38 DEBUG : potato3: md5 = ef849977eef620a39f1612dd04fcbc1c OK 2026/08/12 02:42:38 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori' -> Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu' 2026/08/12 02:42:43 DEBUG : empty space: md5 = b9f469d0fb31faac8c820864b8ec3904 OK 2026/08/12 02:42:45 DEBUG : potato3: md5 = 76513befe0c78465712cf885ae3bd0a5 OK 2026/08/12 02:42:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu': Using server-side directory move 2026/08/12 02:42:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/12 02:42:46 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/12 02:42:46 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/12 02:42:46 DEBUG : empty space: size = 1 OK 2026/08/12 02:42:46 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 02:42:46 DEBUG : empty space: Unchanged skipping 2026/08/12 02:42:46 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:42:46 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu') 2026/08/12 02:42:46 DEBUG : potato3: Sizes differ 2026/08/12 02:42:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu': Waiting for checks to finish 2026/08/12 02:42:46 INFO : potato3: Deleted 2026/08/12 02:42:46 INFO : empty space: Deleted 2026/08/12 02:42:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu': Waiting for transfers to finish 2026/08/12 02:42:47 INFO : potato2: Moved (server-side) 2026/08/12 02:42:47 INFO : potato3: Moved (server-side) 2026/08/12 02:42:47 INFO : tomatoDir: Removing directory 2026/08/12 02:42:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': deleted 1 directories 2026/08/12 02:42:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-coziwut7zuda" 2026/08/12 02:42:49 DEBUG : Creating backend with remote "TestDrive:crypt/ieobtfbgav85cqpgv80ebl3bqmpau50pisggsrokjob1mp3ogel0" 2026/08/12 02:42:50 INFO : tomatoDir: Making directory 2026/08/12 02:42:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-coziwut7zuda': Using server-side directory move 2026/08/12 02:42:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-coziwut7zuda': Server side directory move succeeded 2026/08/12 02:42:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-coziwut7zuda': Purge remote 2026/08/12 02:42:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tojefeh7mefu': Purge remote 2026/08/12 02:42:55 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (24.35s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.53s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:42:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test" 2026/08/12 02:42:56 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.62s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:42:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test" 2026/08/12 02:42:59 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/12 02:43:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test-include/layer2" 2026/08/12 02:43:02 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/12 02:43:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test-ignore-file" 2026/08/12 02:43:06 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/12 02:43:11 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 08e7bcd24b0812daa159784402dca65b OK 2026/08/12 02:43:14 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/12 02:43:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test': Waiting for checks to finish 2026/08/12 02:43:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test': Waiting for transfers to finish 2026/08/12 02:43:14 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:14 INFO : There was nothing to transfer 2026/08/12 02:43:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:43:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:43:16 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:16 INFO : rclone-sync-test-include: Removing directory 2026/08/12 02:43:16 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/12 02:43:16 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/12 02:43:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': failed to delete 1 directories 2026/08/12 02:43:16 INFO : There was nothing to transfer 2026/08/12 02:43:19 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/12 02:43:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/12 02:43:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/12 02:43:19 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:19 INFO : There was nothing to transfer 2026/08/12 02:43:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:43:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:43:21 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:21 INFO : rclone-sync-test-include: Removing directory 2026/08/12 02:43:21 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/12 02:43:21 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/12 02:43:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': failed to delete 1 directories 2026/08/12 02:43:21 INFO : There was nothing to transfer 2026/08/12 02:43:24 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/12 02:43:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/12 02:43:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/12 02:43:24 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:24 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (31.12s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:43:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:43:30 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:43:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/CompareDest" 2026/08/12 02:43:32 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/gveqi14airsml4bgu7krj116o8" 2026/08/12 02:43:34 DEBUG : one: Need to transfer - File not found at Destination 2026/08/12 02:43:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:43:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:43:37 DEBUG : one: md5 = 6602cdd4c7b8302221f0f36c6a24ff3c OK 2026/08/12 02:43:37 DEBUG : one: size = 3 OK 2026/08/12 02:43:37 INFO : one: Copied (new) 2026/08/12 02:43:37 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:38 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:43:38 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:43:38 DEBUG : one: Sizes differ 2026/08/12 02:43:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:43:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:43:40 DEBUG : one: md5 = cfe254ca617cd18f23287875a89c42a0 OK 2026/08/12 02:43:40 DEBUG : one: size = 5 OK 2026/08/12 02:43:40 INFO : one: Copied (replaced existing) 2026/08/12 02:43:40 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:43 DEBUG : dst/one: md5 = f2764065aab805e17a5beabd8152d4e7 OK 2026/08/12 02:43:46 DEBUG : CompareDest/one: md5 = 68d2fe38723e0b4bf87b274042125020 OK 2026/08/12 02:43:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:43:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:43:47 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:43:47 DEBUG : one: Sizes differ 2026/08/12 02:43:48 DEBUG : one: size = 5 OK 2026/08/12 02:43:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:43:48 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/12 02:43:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:43:48 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:48 INFO : There was nothing to transfer 2026/08/12 02:43:50 DEBUG : CompareDest/two: md5 = 46c636fc4373c17623afff836ad8125f OK 2026/08/12 02:43:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:43:51 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:43:51 DEBUG : one: Sizes differ 2026/08/12 02:43:52 DEBUG : two: size = 3 OK 2026/08/12 02:43:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:43:52 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/12 02:43:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:43:52 DEBUG : one: size = 5 OK 2026/08/12 02:43:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:43:52 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/12 02:43:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:43:52 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:52 INFO : There was nothing to transfer 2026/08/12 02:43:53 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:43:53 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:43:53 DEBUG : one: Sizes differ 2026/08/12 02:43:53 DEBUG : two: size = 3 OK 2026/08/12 02:43:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:43:53 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/12 02:43:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:43:53 DEBUG : one: size = 5 OK 2026/08/12 02:43:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:43:53 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/12 02:43:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:43:53 DEBUG : Waiting for deletions to finish 2026/08/12 02:43:53 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/12 02:43:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:43:55 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:43:55 DEBUG : one: Sizes differ 2026/08/12 02:43:55 DEBUG : two: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:43:55 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/CompareDest') 2026/08/12 02:43:55 DEBUG : two: Sizes differ 2026/08/12 02:43:55 DEBUG : two: Need to transfer - File not found at Destination 2026/08/12 02:43:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:43:55 DEBUG : one: size = 5 OK 2026/08/12 02:43:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:43:55 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/12 02:43:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:43:57 DEBUG : two: md5 = 9b050f83af7b1c114bb2b0dfbd276334 OK 2026/08/12 02:43:57 DEBUG : two: size = 5 OK 2026/08/12 02:43:57 INFO : two: Copied (new) 2026/08/12 02:43:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (33.01s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:44:06 DEBUG : pre-dest1/1: md5 = b8ca78e1ecd31b590a778b024a5704d2 OK 2026/08/12 02:44:08 DEBUG : pre-dest2/2: md5 = 437287d137c8efea979bef3bea8f24de OK 2026/08/12 02:44:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dest" 2026/08/12 02:44:09 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/rg03c1jvnehrrc617i0lnqjddc" 2026/08/12 02:44:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/pre-dest1" 2026/08/12 02:44:11 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/bbnblvh6k061ssopqrp18kd7gc" 2026/08/12 02:44:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/pre-dest2" 2026/08/12 02:44:12 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/12 02:44:14 DEBUG : 1: size = 1 OK 2026/08/12 02:44:14 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:44:14 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/12 02:44:14 DEBUG : 2: size = 1 OK 2026/08/12 02:44:14 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:44:14 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/12 02:44:15 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/12 02:44:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dest': Waiting for checks to finish 2026/08/12 02:44:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dest': Waiting for transfers to finish 2026/08/12 02:44:18 DEBUG : 3: md5 = 3dd5668f7e5dfe12c65f6078891e0400 OK 2026/08/12 02:44:18 DEBUG : 3: size = 1 OK 2026/08/12 02:44:18 INFO : 3: Copied (new) 2026/08/12 02:44:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (21.51s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:44:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:44:24 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:44:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/CopyDest" 2026/08/12 02:44:26 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/12 02:44:29 DEBUG : one: Need to transfer - File not found at Destination 2026/08/12 02:44:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:44:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:44:31 DEBUG : one: md5 = 7f8ff73373fa2577a7a3ee6a4210a19a OK 2026/08/12 02:44:31 DEBUG : one: size = 3 OK 2026/08/12 02:44:31 INFO : one: Copied (new) 2026/08/12 02:44:31 DEBUG : Waiting for deletions to finish 2026/08/12 02:44:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:44:33 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:44:33 DEBUG : one: Sizes differ 2026/08/12 02:44:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:44:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:44:35 DEBUG : one: md5 = d2d827c8d8192fccf09a29ff66eeeacb OK 2026/08/12 02:44:35 DEBUG : one: size = 5 OK 2026/08/12 02:44:35 INFO : one: Copied (replaced existing) 2026/08/12 02:44:35 DEBUG : Waiting for deletions to finish 2026/08/12 02:44:38 DEBUG : dst/one: md5 = 6a1ce68c12e639c16c9b1f24f1637981 OK 2026/08/12 02:44:41 DEBUG : CopyDest/one: md5 = cc130ce003e1b3c1676df395b49d40b1 OK 2026/08/12 02:44:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/BackupDir" 2026/08/12 02:44:42 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/12 02:44:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:44:44 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:44:44 DEBUG : one: Sizes differ 2026/08/12 02:44:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:44:45 DEBUG : one: size = 5 OK 2026/08/12 02:44:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:44:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:44:45 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:44:45 DEBUG : one: Sizes differ 2026/08/12 02:44:48 INFO : one: Moved (server-side) 2026/08/12 02:44:49 DEBUG : one: size = 5 OK 2026/08/12 02:44:49 INFO : one: Copied (server-side copy) 2026/08/12 02:44:49 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/12 02:44:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:44:49 DEBUG : Waiting for deletions to finish 2026/08/12 02:44:52 DEBUG : CopyDest/two: md5 = f9f49dc2b15ff0493db84b41fef26c2e OK 2026/08/12 02:44:53 DEBUG : one: size = 5 OK 2026/08/12 02:44:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:44:53 DEBUG : one: Unchanged skipping 2026/08/12 02:44:53 DEBUG : two: size = 3 OK 2026/08/12 02:44:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:44:55 DEBUG : two: size = 3 OK 2026/08/12 02:44:55 INFO : two: Copied (server-side copy) 2026/08/12 02:44:55 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/12 02:44:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:44:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:44:55 DEBUG : Waiting for deletions to finish 2026/08/12 02:44:56 DEBUG : one: size = 5 OK 2026/08/12 02:44:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:44:56 DEBUG : one: Unchanged skipping 2026/08/12 02:44:56 DEBUG : two: size = 3 OK 2026/08/12 02:44:56 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:44:56 DEBUG : two: Unchanged skipping 2026/08/12 02:44:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:44:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:44:56 DEBUG : Waiting for deletions to finish 2026/08/12 02:44:56 INFO : There was nothing to transfer 2026/08/12 02:44:58 DEBUG : CopyDest/three: md5 = f4d56ba73813759fde1d9a2f52dd05d7 OK 2026/08/12 02:44:59 DEBUG : one: size = 5 OK 2026/08/12 02:44:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:44:59 DEBUG : one: Unchanged skipping 2026/08/12 02:45:00 DEBUG : three: size = 7 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:45:00 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/CopyDest') 2026/08/12 02:45:00 DEBUG : three: Sizes differ 2026/08/12 02:45:00 DEBUG : three: Destination not found in --copy-dest 2026/08/12 02:45:00 DEBUG : three: Need to transfer - File not found at Destination 2026/08/12 02:45:00 DEBUG : two: size = 3 OK 2026/08/12 02:45:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/12 02:45:00 DEBUG : two: Unchanged skipping 2026/08/12 02:45:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:45:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:45:02 DEBUG : three: md5 = a303791832692ef22bbeae47a8e08cf9 OK 2026/08/12 02:45:02 DEBUG : three: size = 7 OK 2026/08/12 02:45:02 INFO : three: Copied (new) 2026/08/12 02:45:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (46.26s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:45:13 DEBUG : dst/one: md5 = d70f71e027e3c67c9ccb143dddf286cc OK 2026/08/12 02:45:15 DEBUG : dst/two: md5 = 137791fb344bf3e619887a03569b3729 OK 2026/08/12 02:45:17 DEBUG : dst/three.txt: md5 = ffd6158b768fb9e5e1c4c2266788f41d OK 2026/08/12 02:45:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:45:18 DEBUG : Config file has changed externally - reloading 2026/08/12 02:45:18 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:45:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/backup" 2026/08/12 02:45:19 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/1nrff024r7pq65ecp72fc28jb0" 2026/08/12 02:45:21 DEBUG : one: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:45:21 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:45:21 DEBUG : one: Sizes differ 2026/08/12 02:45:21 DEBUG : two: size = 3 OK 2026/08/12 02:45:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:45:21 DEBUG : two: Unchanged skipping 2026/08/12 02:45:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:45:24 INFO : one: Moved (server-side) 2026/08/12 02:45:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:45:26 DEBUG : one: md5 = 7b4e224a81d30eb73983bed6ad1aab7e OK 2026/08/12 02:45:26 DEBUG : one: size = 4 OK 2026/08/12 02:45:26 INFO : one: Copied (new) 2026/08/12 02:45:26 DEBUG : Waiting for deletions to finish 2026/08/12 02:45:27 INFO : three.txt: Moved (server-side) 2026/08/12 02:45:27 INFO : three.txt: Moved into backup dir 2026/08/12 02:45:30 DEBUG : dst/three.txt: md5 = 51752fb3d6613adfe01947815d82fdba OK 2026/08/12 02:45:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:45:31 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:45:31 DEBUG : one: Sizes differ 2026/08/12 02:45:31 DEBUG : two: size = 3 OK 2026/08/12 02:45:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:45:31 DEBUG : two: Unchanged skipping 2026/08/12 02:45:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:45:32 INFO : one: Deleted 2026/08/12 02:45:33 INFO : one: Moved (server-side) 2026/08/12 02:45:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:45:35 DEBUG : one: md5 = 34bfa58747badca1c122111accafd51e OK 2026/08/12 02:45:35 DEBUG : one: size = 5 OK 2026/08/12 02:45:35 INFO : one: Copied (new) 2026/08/12 02:45:35 DEBUG : Waiting for deletions to finish 2026/08/12 02:45:36 INFO : three.txt: Deleted 2026/08/12 02:45:37 INFO : three.txt: Moved (server-side) 2026/08/12 02:45:37 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (31.95s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:45:45 DEBUG : dst/one: md5 = 0c02a60f2e932cb7afe2e5c7db46a701 OK 2026/08/12 02:45:47 DEBUG : dst/two: md5 = 23f7631c8536dfdd17d8f9580e3b332c OK 2026/08/12 02:45:49 DEBUG : dst/three.txt: md5 = 0cbd85c3c22043aba8f2cc6a310a059b OK 2026/08/12 02:45:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:45:50 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:45:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/backup" 2026/08/12 02:45:51 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/1nrff024r7pq65ecp72fc28jb0" 2026/08/12 02:45:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:45:53 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:45:53 DEBUG : one: Sizes differ 2026/08/12 02:45:53 DEBUG : two: size = 3 OK 2026/08/12 02:45:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:45:53 DEBUG : two: Unchanged skipping 2026/08/12 02:45:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:45:56 INFO : one: Moved (server-side) to: one.bak 2026/08/12 02:45:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:45:58 DEBUG : one: md5 = f2fc0f0497f19eeacc13467fe2cf8853 OK 2026/08/12 02:45:58 DEBUG : one: size = 4 OK 2026/08/12 02:45:58 INFO : one: Copied (new) 2026/08/12 02:45:58 DEBUG : Waiting for deletions to finish 2026/08/12 02:45:59 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/12 02:45:59 INFO : three.txt: Moved into backup dir 2026/08/12 02:46:01 DEBUG : dst/three.txt: md5 = 6cb8a83d9bf248783385b9cd2f8e2c4a OK 2026/08/12 02:46:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:46:02 DEBUG : two: size = 3 OK 2026/08/12 02:46:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:46:02 DEBUG : two: Unchanged skipping 2026/08/12 02:46:02 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:46:02 DEBUG : one: Sizes differ 2026/08/12 02:46:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:46:03 INFO : one.bak: Deleted 2026/08/12 02:46:04 INFO : one: Moved (server-side) to: one.bak 2026/08/12 02:46:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:46:06 DEBUG : one: md5 = 1576e242554d51861cd3e532b2641b24 OK 2026/08/12 02:46:06 DEBUG : one: size = 5 OK 2026/08/12 02:46:06 INFO : one: Copied (new) 2026/08/12 02:46:06 DEBUG : Waiting for deletions to finish 2026/08/12 02:46:07 INFO : three.txt.bak: Deleted 2026/08/12 02:46:08 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/12 02:46:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (31.36s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:46:17 DEBUG : dst/one: md5 = ab2a38684b0734ee37791c60f49957d3 OK 2026/08/12 02:46:19 DEBUG : dst/two: md5 = 1757fc1e052ddab4f7d06c8cfab0563f OK 2026/08/12 02:46:20 DEBUG : dst/three.txt: md5 = ccb14ea4a844777c91f8c8066f513a32 OK 2026/08/12 02:46:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:46:21 DEBUG : Config file has changed externally - reloading 2026/08/12 02:46:21 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:46:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/backup" 2026/08/12 02:46:22 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/1nrff024r7pq65ecp72fc28jb0" 2026/08/12 02:46:24 DEBUG : one: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:46:24 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:46:24 DEBUG : one: Sizes differ 2026/08/12 02:46:24 DEBUG : two: size = 3 OK 2026/08/12 02:46:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:46:24 DEBUG : two: Unchanged skipping 2026/08/12 02:46:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:46:27 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/12 02:46:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:46:29 DEBUG : one: md5 = 2b9ec6fc8a8d82cf865e42116806391c OK 2026/08/12 02:46:29 DEBUG : one: size = 4 OK 2026/08/12 02:46:29 INFO : one: Copied (new) 2026/08/12 02:46:29 DEBUG : Waiting for deletions to finish 2026/08/12 02:46:30 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/12 02:46:30 INFO : three.txt: Moved into backup dir 2026/08/12 02:46:32 DEBUG : dst/three.txt: md5 = fe2c923375dd873457b87801978762a2 OK 2026/08/12 02:46:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:46:33 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:46:33 DEBUG : one: Sizes differ 2026/08/12 02:46:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:46:33 DEBUG : two: size = 3 OK 2026/08/12 02:46:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:46:33 DEBUG : two: Unchanged skipping 2026/08/12 02:46:34 INFO : one-2019-01-01: Deleted 2026/08/12 02:46:35 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/12 02:46:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:46:37 DEBUG : one: md5 = 5896ccf6036406e0b9a99dbc6b2d9d0b OK 2026/08/12 02:46:37 DEBUG : one: size = 5 OK 2026/08/12 02:46:37 INFO : one: Copied (new) 2026/08/12 02:46:37 DEBUG : Waiting for deletions to finish 2026/08/12 02:46:38 INFO : three-2019-01-01.txt: Deleted 2026/08/12 02:46:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/12 02:46:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (31.99s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:46:49 DEBUG : dst/one: md5 = 4db73e506c557185152327eb25e80021 OK 2026/08/12 02:46:50 DEBUG : dst/two: md5 = fb0a4bad1963c8060bd12d409a5daada OK 2026/08/12 02:46:52 DEBUG : dst/three.txt: md5 = 385181eb6c104fadcf0ab9b1e36bb7a4 OK 2026/08/12 02:46:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:46:53 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:46:55 DEBUG : one: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:46:55 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:46:55 DEBUG : one: Sizes differ 2026/08/12 02:46:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:46:55 DEBUG : two: size = 3 OK 2026/08/12 02:46:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:46:55 DEBUG : two: Unchanged skipping 2026/08/12 02:46:56 INFO : one: Moved (server-side) to: one.bak 2026/08/12 02:46:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:46:57 DEBUG : one: md5 = 50e82080b3b74e75a0a96f5a3815a079 OK 2026/08/12 02:46:57 DEBUG : one: size = 4 OK 2026/08/12 02:46:57 INFO : one: Copied (new) 2026/08/12 02:46:57 DEBUG : Waiting for deletions to finish 2026/08/12 02:46:58 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/12 02:46:58 INFO : three.txt: Moved into backup dir 2026/08/12 02:47:01 DEBUG : dst/three.txt: md5 = 598ae1371ce0b1fb450a6f3147067f38 OK 2026/08/12 02:47:02 DEBUG : one.bak: Excluded (Path Filter) 2026/08/12 02:47:02 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/12 02:47:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for checks to finish 2026/08/12 02:47:02 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:02 DEBUG : two: size = 3 OK 2026/08/12 02:47:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:47:02 DEBUG : two: Unchanged skipping 2026/08/12 02:47:02 DEBUG : one: Sizes differ 2026/08/12 02:47:03 INFO : one.bak: Deleted 2026/08/12 02:47:03 INFO : one: Moved (server-side) to: one.bak 2026/08/12 02:47:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst': Waiting for transfers to finish 2026/08/12 02:47:05 DEBUG : one: md5 = bbe9bb646e99a9785b6cc34ce4ad7ce5 OK 2026/08/12 02:47:05 DEBUG : one: size = 5 OK 2026/08/12 02:47:05 INFO : one: Copied (new) 2026/08/12 02:47:05 DEBUG : Waiting for deletions to finish 2026/08/12 02:47:06 INFO : three.txt.bak: Deleted 2026/08/12 02:47:07 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/12 02:47:07 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (26.15s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:47:15 DEBUG : dst/one: md5 = 737ae76632186fd43049043fe66618d8 OK 2026/08/12 02:47:17 DEBUG : dst/two: md5 = 2c3309edb91b5248e8ec2999cded426a OK 2026/08/12 02:47:19 DEBUG : dst/three.txt: md5 = b1ea3d81981287496a3c7da164e07997 OK 2026/08/12 02:47:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:47:20 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:47:22 DEBUG : one: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:22 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:22 DEBUG : one: Sizes differ 2026/08/12 02:47:22 INFO : one: Moved (server-side) to: one.bak 2026/08/12 02:47:24 DEBUG : one: md5 = def917d451dea30b72137fd049a0b337 OK 2026/08/12 02:47:24 DEBUG : one: size = 4 OK 2026/08/12 02:47:24 INFO : one: Copied (new) 2026/08/12 02:47:25 DEBUG : two: size = 3 OK 2026/08/12 02:47:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:47:25 DEBUG : two: Unchanged skipping 2026/08/12 02:47:25 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:25 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:25 DEBUG : three.txt: Sizes differ 2026/08/12 02:47:26 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/12 02:47:28 DEBUG : three.txt: md5 = dbd2a62dd2915ecaa9f6275932ebbc36 OK 2026/08/12 02:47:28 DEBUG : three.txt: size = 6 OK 2026/08/12 02:47:28 INFO : three.txt: Copied (new) 2026/08/12 02:47:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:30 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:30 DEBUG : one: Sizes differ 2026/08/12 02:47:30 INFO : one.bak: Deleted 2026/08/12 02:47:31 INFO : one: Moved (server-side) to: one.bak 2026/08/12 02:47:33 DEBUG : one: md5 = 98f7985177b17447a599b9ab5946c7a1 OK 2026/08/12 02:47:33 DEBUG : one: size = 5 OK 2026/08/12 02:47:33 INFO : one: Copied (new) 2026/08/12 02:47:33 DEBUG : two: size = 3 OK 2026/08/12 02:47:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:47:33 DEBUG : two: Unchanged skipping 2026/08/12 02:47:34 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:34 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:34 DEBUG : three.txt: Sizes differ 2026/08/12 02:47:35 INFO : three.txt.bak: Deleted 2026/08/12 02:47:35 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/12 02:47:37 DEBUG : three.txt: md5 = ed8f9a747d590ba922b5c1426a704c7f OK 2026/08/12 02:47:37 DEBUG : three.txt: size = 19 OK 2026/08/12 02:47:37 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (30.93s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:47:46 DEBUG : dst/one: md5 = 43693fff5eeae1ad84695466e621587d OK 2026/08/12 02:47:48 DEBUG : dst/two: md5 = 540dd62a2fed6979e558fdc65149cef0 OK 2026/08/12 02:47:49 DEBUG : dst/three.txt: md5 = 706e7df774414e01c540427f94af4369 OK 2026/08/12 02:47:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fisoyuc8jori/dst" 2026/08/12 02:47:50 DEBUG : Config file has changed externally - reloading 2026/08/12 02:47:50 DEBUG : Creating backend with remote "TestDrive:crypt/0gp3jm9jt3uo4k6nfnctkh4tat5lh1j4i1k0tgve0d6tpfr8set0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/12 02:47:51 DEBUG : one: size = 4 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:51 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:51 DEBUG : one: Sizes differ 2026/08/12 02:47:53 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/12 02:47:54 DEBUG : one: md5 = 54732c94379b4f1dbbdfee52aa7919ab OK 2026/08/12 02:47:54 DEBUG : one: size = 4 OK 2026/08/12 02:47:54 INFO : one: Copied (new) 2026/08/12 02:47:55 DEBUG : two: size = 3 OK 2026/08/12 02:47:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:47:55 DEBUG : two: Unchanged skipping 2026/08/12 02:47:55 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:47:55 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:47:55 DEBUG : three.txt: Sizes differ 2026/08/12 02:47:56 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/12 02:47:58 DEBUG : three.txt: md5 = 59491f475154b8a78bfba4e6acb116a2 OK 2026/08/12 02:47:58 DEBUG : three.txt: size = 6 OK 2026/08/12 02:47:58 INFO : three.txt: Copied (new) 2026/08/12 02:48:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:48:00 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:48:00 DEBUG : one: Sizes differ 2026/08/12 02:48:01 INFO : one-2019-01-01: Deleted 2026/08/12 02:48:02 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/12 02:48:04 DEBUG : one: md5 = dac8d3c7b68d1219ce732244f616eec9 OK 2026/08/12 02:48:04 DEBUG : one: size = 5 OK 2026/08/12 02:48:04 INFO : one: Copied (new) 2026/08/12 02:48:04 DEBUG : two: size = 3 OK 2026/08/12 02:48:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:48:04 DEBUG : two: Unchanged skipping 2026/08/12 02:48:04 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:48:04 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori/dst') 2026/08/12 02:48:04 DEBUG : three.txt: Sizes differ 2026/08/12 02:48:05 INFO : three-2019-01-01.txt: Deleted 2026/08/12 02:48:06 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/12 02:48:08 DEBUG : three.txt: md5 = 6f8068c6abcf6b20cc4acea8a3062137 OK 2026/08/12 02:48:08 DEBUG : three.txt: size = 19 OK 2026/08/12 02:48:08 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (31.04s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:48:16 DEBUG : Testêé: md5 = 9efc3e14704a52e44273c332979d2228 OK 2026/08/12 02:48:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:48:16 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:48:16 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:48:16 DEBUG : Testêé: Sizes differ 2026/08/12 02:48:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:48:18 DEBUG : Testêé: md5 = fcb61d1ca43fb511ed9c2ad41b8c6fc8 OK 2026/08/12 02:48:18 DEBUG : Testêé: size = 14 OK 2026/08/12 02:48:18 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/12 02:48:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (5.35s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:48:20 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/12 02:48:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:48:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:48:22 DEBUG : existing: md5 = 2294c9e16c3414a8249443d0fb1e693b OK 2026/08/12 02:48:22 DEBUG : existing: size = 6 OK 2026/08/12 02:48:22 INFO : existing: Copied (new) 2026/08/12 02:48:22 DEBUG : Waiting for deletions to finish 2026/08/12 02:48:22 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:48:22 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:48:22 DEBUG : existing: Sizes differ 2026/08/12 02:48:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:48:22 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/12 02:48:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:48:22 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': not deleting files as there were IO errors 2026/08/12 02:48:22 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (4.89s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:48:26 DEBUG : EXISTING: md5 = b2d49c981d693af174ea3ebc3ab445c5 OK 2026/08/12 02:48:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:48:27 DEBUG : EXISTING: size = 6 OK 2026/08/12 02:48:27 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:48:27 DEBUG : existing: Unchanged skipping 2026/08/12 02:48:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:48:27 DEBUG : Waiting for deletions to finish 2026/08/12 02:48:27 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (4.26s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.51s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", 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-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", 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-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.52s) --- SKIP: TestMaxTransfer/Hard (0.50s) --- SKIP: TestMaxTransfer/Soft (0.55s) --- SKIP: TestMaxTransfer/Cautious (0.47s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:48:32 DEBUG : both0: md5 = a986ed85e12294ce66d54c4c80a5874a OK 2026/08/12 02:48:34 DEBUG : only0: md5 = 96c4c688c629af64cd9844e6f670d1fc OK 2026/08/12 02:48:36 DEBUG : both1: md5 = 005bf165d44db87c7442cc3adcbb3a12 OK 2026/08/12 02:48:38 DEBUG : only1: md5 = a858b272c6cdad47ad944da6dc92144a OK 2026/08/12 02:48:39 DEBUG : both2: md5 = 1f9bbf32ceeb5f8ced1190d18efd6f01 OK 2026/08/12 02:48:41 DEBUG : only2: md5 = 0d8f03708026c29ac485ed91acff57ad OK 2026/08/12 02:48:43 DEBUG : both3: md5 = fede95abef26cec467f45690aafdac30 OK 2026/08/12 02:48:45 DEBUG : only3: md5 = 0b6662f4d15275b499aa7bcfb5f9525f OK 2026/08/12 02:48:47 DEBUG : both4: md5 = f67c692037cb9c6281bb32a5b03647d5 OK 2026/08/12 02:48:49 DEBUG : only4: md5 = 46c2b850b522cf8bbd410b801ded550b OK 2026/08/12 02:48:50 DEBUG : both5: md5 = bc4aa112e6dd3e558f57210416661877 OK 2026/08/12 02:48:52 DEBUG : only5: md5 = df55f94f3fb29a87207d27e81e79e901 OK 2026/08/12 02:48:54 DEBUG : both6: md5 = a3944b7e5cff63cfb48228e355af3bb4 OK 2026/08/12 02:48:56 DEBUG : only6: md5 = ff958e79e6db5f0a689c90678e3f8126 OK 2026/08/12 02:48:57 DEBUG : both7: md5 = 6a6cfd88808bc03e7af96aca90dddd68 OK 2026/08/12 02:48:59 DEBUG : only7: md5 = 79252b6268cfe376cf812beeb94e3154 OK 2026/08/12 02:49:01 DEBUG : both8: md5 = 82539f52f43ae835a0fc0851dba17e63 OK 2026/08/12 02:49:03 DEBUG : only8: md5 = 338236cfa93305da3caa130dba1aec3b OK 2026/08/12 02:49:05 DEBUG : both9: md5 = 0ccb1d1807d4494c5b9d3c7ec0428a37 OK 2026/08/12 02:49:07 DEBUG : only9: md5 = 32f0ef49b5bff7381abd3e6831eb94cf OK 2026/08/12 02:49:09 DEBUG : both10: md5 = a373978ef88fe2620f61b6550dcd66e8 OK 2026/08/12 02:49:10 DEBUG : only10: md5 = 4fe8f30c43f099599fcfde002e7d4084 OK 2026/08/12 02:49:12 DEBUG : both11: md5 = 283ee91440cd5e7ede2591dfa9bd6caf OK 2026/08/12 02:49:14 DEBUG : only11: md5 = a902b1d5b9396090cccdf12d39781178 OK 2026/08/12 02:49:17 DEBUG : both12: md5 = a98737f0bf3bf224dff6deca062fa398 OK 2026/08/12 02:49:19 DEBUG : only12: md5 = 9cf964e7267edb8e47fb45982a3541fa OK 2026/08/12 02:49:20 DEBUG : both13: md5 = ed7553a29aa2aa6a84c804d3b9e8fbbc OK 2026/08/12 02:49:22 DEBUG : only13: md5 = edaac3426b400a6bfec14396105570e2 OK 2026/08/12 02:49:24 DEBUG : both14: md5 = 3235a61a8fd39b39d980d0edaa17086d OK 2026/08/12 02:49:26 DEBUG : only14: md5 = 6ff3ecd9cc15a0a584db278441751b64 OK 2026/08/12 02:49:28 DEBUG : both15: md5 = 49de48a7c5eed48b7f6298819daf9527 OK 2026/08/12 02:49:30 DEBUG : only15: md5 = 39284107655e22fc2ac67d44efb135bc OK 2026/08/12 02:49:31 DEBUG : both16: md5 = 4ff0e7b2291f0fb414ca8c1c3db0a954 OK 2026/08/12 02:49:33 DEBUG : only16: md5 = 979a91eac4b0a0491bc5d4df44c2c5aa OK 2026/08/12 02:49:35 DEBUG : both17: md5 = eff64bcc82ec08750e30cc5429d0ee4a OK 2026/08/12 02:49:37 DEBUG : only17: md5 = 10dab1c9ab687892f4140dd16c8118d0 OK 2026/08/12 02:49:38 DEBUG : both18: md5 = bae6a526a06bee48ad39fdf4701abf74 OK 2026/08/12 02:49:40 DEBUG : only18: md5 = 419c125543c978075b46d9a643c386a7 OK 2026/08/12 02:49:42 DEBUG : both19: md5 = 8df607f8282a3884a9fe31383f8fe05f OK 2026/08/12 02:49:44 DEBUG : only19: md5 = d5967967dad663f01afef2a9fa36fc0f OK 2026/08/12 02:49:44 DEBUG : both10: size = 6 OK 2026/08/12 02:49:44 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both11: size = 6 OK 2026/08/12 02:49:44 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both0: size = 6 OK 2026/08/12 02:49:44 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both12: size = 6 OK 2026/08/12 02:49:44 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both10: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both11: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both13: size = 6 OK 2026/08/12 02:49:44 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both14: size = 6 OK 2026/08/12 02:49:44 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both13: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both15: size = 6 OK 2026/08/12 02:49:44 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both15: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both16: size = 6 OK 2026/08/12 02:49:44 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both14: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both17: size = 6 OK 2026/08/12 02:49:44 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both17: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both18: size = 6 OK 2026/08/12 02:49:44 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both0: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both19: size = 6 OK 2026/08/12 02:49:44 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both18: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both1: size = 6 OK 2026/08/12 02:49:44 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both12: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both2: size = 6 OK 2026/08/12 02:49:44 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both2: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both3: size = 6 OK 2026/08/12 02:49:44 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both3: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both4: size = 6 OK 2026/08/12 02:49:44 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both4: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both5: size = 6 OK 2026/08/12 02:49:44 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both5: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both6: size = 6 OK 2026/08/12 02:49:44 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both6: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both7: size = 6 OK 2026/08/12 02:49:44 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both7: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both8: size = 6 OK 2026/08/12 02:49:44 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both8: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both9: size = 6 OK 2026/08/12 02:49:44 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:49:44 DEBUG : both9: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both19: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both1: Unchanged skipping 2026/08/12 02:49:44 DEBUG : both16: Unchanged skipping 2026/08/12 02:49:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:49:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:49:44 DEBUG : Waiting for deletions to finish 2026/08/12 02:49:45 INFO : only19: Deleted 2026/08/12 02:49:45 INFO : only8: Deleted 2026/08/12 02:49:45 INFO : only3: Deleted 2026/08/12 02:49:45 INFO : only1: Deleted 2026/08/12 02:49:46 INFO : only10: Deleted 2026/08/12 02:49:46 INFO : only9: Deleted 2026/08/12 02:49:46 INFO : only5: Deleted 2026/08/12 02:49:46 INFO : only16: Deleted 2026/08/12 02:49:46 INFO : only17: Deleted 2026/08/12 02:49:46 INFO : only4: Deleted 2026/08/12 02:49:46 INFO : only6: Deleted 2026/08/12 02:49:46 INFO : only7: Deleted 2026/08/12 02:49:47 INFO : only14: Deleted 2026/08/12 02:49:47 INFO : only11: Deleted 2026/08/12 02:49:47 INFO : only15: Deleted 2026/08/12 02:49:47 INFO : only0: Deleted 2026/08/12 02:49:47 INFO : only18: Deleted 2026/08/12 02:49:48 INFO : only12: Deleted 2026/08/12 02:49:48 INFO : only2: Deleted 2026/08/12 02:49:48 INFO : only13: Deleted 2026/08/12 02:49:48 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (90.11s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:50:02 DEBUG : both0: md5 = 5c278ff39a7ec210081f1ca79b288966 OK 2026/08/12 02:50:04 DEBUG : only0: md5 = 1e2b4ecdd2ccebf0a8485cb946175f37 OK 2026/08/12 02:50:06 DEBUG : both1: md5 = 48f4b2738dd5bb5ca6df2e9c9e344ab9 OK 2026/08/12 02:50:08 DEBUG : only1: md5 = c64299d54ce4967cbc47103b4a0a27ca OK 2026/08/12 02:50:10 DEBUG : both2: md5 = 33dd08d6443caf681ed16776b53b867e OK 2026/08/12 02:50:12 DEBUG : only2: md5 = 5850784562a007323d9d5172ffe81394 OK 2026/08/12 02:50:13 DEBUG : both3: md5 = 9c85c14f1735a69b751e6de56c6c9b63 OK 2026/08/12 02:50:15 DEBUG : only3: md5 = 6caaccf64ae6696d97ed9c1e7e270083 OK 2026/08/12 02:50:18 DEBUG : both4: md5 = 756d80bb210f44d64552ecc6a2aef797 OK 2026/08/12 02:50:21 DEBUG : only4: md5 = 2024c4d766a6e9f4ca553ddd8988f7bc OK 2026/08/12 02:50:23 DEBUG : both5: md5 = c4f5ba35228a425399a6ddaedd62a23a OK 2026/08/12 02:50:25 DEBUG : only5: md5 = d74ce29e12b964837796209e9a0996c3 OK 2026/08/12 02:50:27 DEBUG : both6: md5 = 17b5cd55ab802b0ecc0879e74af785e8 OK 2026/08/12 02:50:29 DEBUG : only6: md5 = 8113f9693173dbeac23de649629abebe OK 2026/08/12 02:50:31 DEBUG : both7: md5 = 1f3ff3de2ac779ec0622ed337c74a277 OK 2026/08/12 02:50:32 DEBUG : only7: md5 = 63b755af0489e53f5de0be486dd5e3f6 OK 2026/08/12 02:50:34 DEBUG : both8: md5 = a30c276969288ca01762a68b24271fa1 OK 2026/08/12 02:50:36 DEBUG : only8: md5 = 79b7dc6fad6ae41449e60cb47c418297 OK 2026/08/12 02:50:38 DEBUG : both9: md5 = b2a389fd909c9c19d945c6a438a5d5c6 OK 2026/08/12 02:50:40 DEBUG : only9: md5 = b8a1b015cd9d0b79508189823ad88329 OK 2026/08/12 02:50:42 DEBUG : both10: md5 = 62e1bd7d95f2d7c936b7cba3be6d557c OK 2026/08/12 02:50:44 DEBUG : only10: md5 = 53360cf8bb01f9c90ca99e52af71304f OK 2026/08/12 02:50:46 DEBUG : both11: md5 = cc298665137041996c76fb0a8fe36a80 OK 2026/08/12 02:50:48 DEBUG : only11: md5 = 350dedf6ee222ab13f99756ca325d3c0 OK 2026/08/12 02:50:49 DEBUG : both12: md5 = dbffc8e2d00674fed84e55f7b3aa4239 OK 2026/08/12 02:50:51 DEBUG : only12: md5 = 9aed9f8f603e64e20b3fd58893365bd7 OK 2026/08/12 02:50:53 DEBUG : both13: md5 = f056f31015134e68f53c297ced63777f OK 2026/08/12 02:50:55 DEBUG : only13: md5 = f4449a5dce14fb9633b8b60bc3378f10 OK 2026/08/12 02:50:57 DEBUG : both14: md5 = 9814a94d5c07fe0bfb502cb7ebde032c OK 2026/08/12 02:50:59 DEBUG : only14: md5 = fb0fd6d10b59d59cc2610723a1f98695 OK 2026/08/12 02:51:01 DEBUG : both15: md5 = 5bcfd85982ea083180959f85c56267da OK 2026/08/12 02:51:02 DEBUG : only15: md5 = 630a601d02847564d8e71bd4a2c078ae OK 2026/08/12 02:51:04 DEBUG : both16: md5 = d808cdefab22d5058f423919925057ea OK 2026/08/12 02:51:06 DEBUG : only16: md5 = 5e65acdb54424071f6fc4f51a741906e OK 2026/08/12 02:51:08 DEBUG : both17: md5 = 1611fd1469c6b8aaa1655d9a29baf4ba OK 2026/08/12 02:51:10 DEBUG : only17: md5 = 9ea1f0c749ed28fb36e43699dd73a541 OK 2026/08/12 02:51:11 DEBUG : both18: md5 = ea5ae00f4d419172ebaf8a29afa53e9a OK 2026/08/12 02:51:13 DEBUG : only18: md5 = c2521c79646bdc580fe8781c530f2518 OK 2026/08/12 02:51:15 DEBUG : both19: md5 = 07ad8d0802ec5a1015e191803ed1ad53 OK 2026/08/12 02:51:17 DEBUG : only19: md5 = b4ddbb935e1edaf6f7da2cda5cdb6a3f OK 2026/08/12 02:51:18 DEBUG : both0: size = 6 OK 2026/08/12 02:51:18 DEBUG : both10: size = 6 OK 2026/08/12 02:51:18 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both11: size = 6 OK 2026/08/12 02:51:18 DEBUG : both12: size = 6 OK 2026/08/12 02:51:18 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:51:18 DEBUG : both0: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both13: size = 6 OK 2026/08/12 02:51:18 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both13: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both14: size = 6 OK 2026/08/12 02:51:18 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both14: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both15: size = 6 OK 2026/08/12 02:51:18 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both15: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both16: size = 6 OK 2026/08/12 02:51:18 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both16: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both17: size = 6 OK 2026/08/12 02:51:18 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both17: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both18: size = 6 OK 2026/08/12 02:51:18 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both18: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both19: size = 6 OK 2026/08/12 02:51:18 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both10: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both1: size = 6 OK 2026/08/12 02:51:18 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both1: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both2: size = 6 OK 2026/08/12 02:51:18 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both2: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both3: size = 6 OK 2026/08/12 02:51:18 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both3: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both4: size = 6 OK 2026/08/12 02:51:18 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both4: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both5: size = 6 OK 2026/08/12 02:51:18 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both5: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both6: size = 6 OK 2026/08/12 02:51:18 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both6: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both7: size = 6 OK 2026/08/12 02:51:18 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both7: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both8: size = 6 OK 2026/08/12 02:51:18 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both8: Unchanged skipping 2026/08/12 02:51:18 DEBUG : both9: size = 6 OK 2026/08/12 02:51:18 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:51:18 DEBUG : both9: Unchanged skipping 2026/08/12 02:51:18 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only0: Sizes differ 2026/08/12 02:51:18 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only10: Sizes differ 2026/08/12 02:51:18 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only11: Sizes differ 2026/08/12 02:51:18 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only12: Sizes differ 2026/08/12 02:51:18 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only13: Sizes differ 2026/08/12 02:51:18 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only14: Sizes differ 2026/08/12 02:51:18 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only15: Sizes differ 2026/08/12 02:51:18 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only16: Sizes differ 2026/08/12 02:51:18 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : both11: Unchanged skipping 2026/08/12 02:51:18 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only18: Sizes differ 2026/08/12 02:51:18 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only19: Sizes differ 2026/08/12 02:51:18 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only1: Sizes differ 2026/08/12 02:51:18 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only2: Sizes differ 2026/08/12 02:51:18 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only3: Sizes differ 2026/08/12 02:51:18 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only4: Sizes differ 2026/08/12 02:51:18 DEBUG : both12: Unchanged skipping 2026/08/12 02:51:18 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : both19: Unchanged skipping 2026/08/12 02:51:18 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only5: Sizes differ 2026/08/12 02:51:18 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only7: Sizes differ 2026/08/12 02:51:18 DEBUG : only6: Sizes differ 2026/08/12 02:51:18 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only17: Sizes differ 2026/08/12 02:51:18 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only8: Sizes differ 2026/08/12 02:51:18 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3145259088) 2026/08/12 02:51:18 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori') 2026/08/12 02:51:18 DEBUG : only9: Sizes differ 2026/08/12 02:51:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:51:19 DEBUG : only12: md5 = 4bd414ff04ff6adc8af4e1f2ac624eb2 OK 2026/08/12 02:51:19 DEBUG : only12: size = 0 OK 2026/08/12 02:51:19 INFO : only12: Copied (replaced existing) 2026/08/12 02:51:19 DEBUG : only11: md5 = 6f1881b77ae16ef7cd881ba7aa011062 OK 2026/08/12 02:51:19 DEBUG : only11: size = 0 OK 2026/08/12 02:51:19 INFO : only11: Copied (replaced existing) 2026/08/12 02:51:19 DEBUG : only10: md5 = 00c76be1bce71534998815b6965e15e1 OK 2026/08/12 02:51:19 DEBUG : only10: size = 0 OK 2026/08/12 02:51:19 INFO : only10: Copied (replaced existing) 2026/08/12 02:51:19 DEBUG : only0: md5 = e6f033479fa7a7cf7c0d243428458b3e OK 2026/08/12 02:51:19 DEBUG : only0: size = 0 OK 2026/08/12 02:51:19 INFO : only0: Copied (replaced existing) 2026/08/12 02:51:21 DEBUG : only14: md5 = 6688a71fe70b6832ccae101a82ab4f1d OK 2026/08/12 02:51:21 DEBUG : only14: size = 0 OK 2026/08/12 02:51:21 INFO : only14: Copied (replaced existing) 2026/08/12 02:51:21 DEBUG : only13: md5 = 1d64b708de291b1c8c79f40b295f3cf4 OK 2026/08/12 02:51:21 DEBUG : only13: size = 0 OK 2026/08/12 02:51:21 INFO : only13: Copied (replaced existing) 2026/08/12 02:51:21 DEBUG : only15: md5 = 0ea4cff61cb840a81aba496c9f6b3350 OK 2026/08/12 02:51:21 DEBUG : only15: size = 0 OK 2026/08/12 02:51:21 INFO : only15: Copied (replaced existing) 2026/08/12 02:51:21 DEBUG : only16: md5 = d33eb38a760041dd457dc14d29f0fc1b OK 2026/08/12 02:51:21 DEBUG : only16: size = 0 OK 2026/08/12 02:51:21 INFO : only16: Copied (replaced existing) 2026/08/12 02:51:22 DEBUG : only18: md5 = 87ffdb3f6e79b619b7bff0bdd7d053f9 OK 2026/08/12 02:51:22 DEBUG : only18: size = 0 OK 2026/08/12 02:51:22 INFO : only18: Copied (replaced existing) 2026/08/12 02:51:22 DEBUG : only19: md5 = 27387671b0ba91155ebaebf303735ebf OK 2026/08/12 02:51:22 DEBUG : only19: size = 0 OK 2026/08/12 02:51:22 INFO : only19: Copied (replaced existing) 2026/08/12 02:51:22 DEBUG : only1: md5 = 654db9e9bc166b66035a4180f645c2f2 OK 2026/08/12 02:51:22 DEBUG : only1: size = 0 OK 2026/08/12 02:51:22 INFO : only1: Copied (replaced existing) 2026/08/12 02:51:22 DEBUG : only2: md5 = a18609cdf354c9b68c1a3b570b26c9d7 OK 2026/08/12 02:51:22 DEBUG : only2: size = 0 OK 2026/08/12 02:51:22 INFO : only2: Copied (replaced existing) 2026/08/12 02:51:23 DEBUG : only3: md5 = e5ccb3b9f9bd28c425139bce6353c344 OK 2026/08/12 02:51:23 DEBUG : only3: size = 0 OK 2026/08/12 02:51:23 INFO : only3: Copied (replaced existing) 2026/08/12 02:51:24 DEBUG : only4: md5 = 19e83dfd24550a1d4edffcc722cc02d7 OK 2026/08/12 02:51:24 DEBUG : only4: size = 0 OK 2026/08/12 02:51:24 INFO : only4: Copied (replaced existing) 2026/08/12 02:51:24 DEBUG : only5: md5 = 4b73cad6d90643f43281a11f17c71985 OK 2026/08/12 02:51:24 DEBUG : only5: size = 0 OK 2026/08/12 02:51:24 INFO : only5: Copied (replaced existing) 2026/08/12 02:51:24 DEBUG : only7: md5 = 634ad7735bfefb165a98199f4114b21b OK 2026/08/12 02:51:24 DEBUG : only7: size = 0 OK 2026/08/12 02:51:24 INFO : only7: Copied (replaced existing) 2026/08/12 02:51:25 DEBUG : only17: md5 = 3f7344ad99a5fbfff876cb3dbabf3b71 OK 2026/08/12 02:51:25 DEBUG : only6: md5 = 0ee60f0b6b2b06de2b17f274074a340e OK 2026/08/12 02:51:25 DEBUG : only17: size = 0 OK 2026/08/12 02:51:25 INFO : only17: Copied (replaced existing) 2026/08/12 02:51:25 DEBUG : only6: size = 0 OK 2026/08/12 02:51:25 INFO : only6: Copied (replaced existing) 2026/08/12 02:51:25 DEBUG : only9: md5 = 6b350bc1822615d4c0274a1a4b65e286 OK 2026/08/12 02:51:25 DEBUG : only9: size = 0 OK 2026/08/12 02:51:25 INFO : only9: Copied (replaced existing) 2026/08/12 02:51:25 DEBUG : only8: md5 = 22a741c442538cb8dd84514afd473ef7 OK 2026/08/12 02:51:25 DEBUG : only8: size = 0 OK 2026/08/12 02:51:25 INFO : only8: Copied (replaced existing) 2026/08/12 02:51:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (110.07s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:51:51 DEBUG : empty_dir: Making directory with metadata 2026/08/12 02:51:51 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:51:51 DEBUG : empty_on_remote: Making directory with metadata 2026/08/12 02:51:51 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:51:51 DEBUG : empty_on_remote: Making directory with metadata 2026/08/12 02:51:52 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:51:59 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/12 02:51:59 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:51:59 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:51:59 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (21.58s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:52:12 DEBUG : empty_dir: Making directory with metadata 2026/08/12 02:52:12 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:52:12 DEBUG : empty_on_remote: Making directory with metadata 2026/08/12 02:52:12 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:52:12 DEBUG : empty_on_remote: Making directory with metadata 2026/08/12 02:52:13 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:52:20 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/12 02:52:20 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:52:20 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:52:20 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/12 02:52:20 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (22.57s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:52:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:52:35 DEBUG : sub dir: Making directory with metadata 2026/08/12 02:52:36 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/12 02:53:00 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:53:01 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:53:01 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:53:01 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (54.53s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:53:29 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/12 02:53:29 DEBUG : sub dir: Making directory with metadata 2026/08/12 02:53:30 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/12 02:54:01 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:54:02 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/12 02:54:02 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/12 02:54:02 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (59.46s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:54:32 DEBUG : dir1/0000-abcdefg.txt: md5 = 2f11ac8090b33d91a87ad951b74563dd OK 2026/08/12 02:54:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = 638f21ae0a824c786bf15b84d4c44fe8 OK 2026/08/12 02:54:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 5a1213ebbcb1845d0a33a50e2a5af313 OK 2026/08/12 02:54:37 DEBUG : dir1/0003-defghij.txt: md5 = 2b80b86b2e9d83e4cb1ace16d971e631 OK 2026/08/12 02:54:39 DEBUG : dir1/0004-efghijk.txt: md5 = e3bb2b93ed7d5500cbc97c59403be922 OK 2026/08/12 02:54:41 DEBUG : dir1/0005-fghijkl.txt: md5 = 08f3234eff90f9340b07059f4f9e10d0 OK 2026/08/12 02:54:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 956655b27fc447b8c211ec9a84811a92 OK 2026/08/12 02:54:45 DEBUG : dir1/0007-1234567.txt: md5 = 2346a8f8840b0852d868051fa6d51aff OK 2026/08/12 02:54:46 DEBUG : dir1/0008-2345678.txt: md5 = 9850d487901dc5a44f96e8f37ec67d29 OK 2026/08/12 02:54:48 DEBUG : dir1/0009-3456789.txt: md5 = e2dbeeea3ea04cb5941af76f0d661efa OK 2026/08/12 02:54:50 DEBUG : dir1/0010-456789.txt: md5 = 77b1cb34beafb0fe7c75bca3b69c081c OK 2026/08/12 02:54:52 DEBUG : dir1/0011-56789;.txt: md5 = d6ca03c075ba154bf190b3305028d033 OK 2026/08/12 02:54:54 DEBUG : dir1/0012-6789;.txt: md5 = b067303bdbee50b9c5e40a4b3af64c2e OK 2026/08/12 02:54:56 DEBUG : dir1/0013-789;=.txt: md5 = c6a876cc76b421f8d710021519ea456c OK 2026/08/12 02:54:58 DEBUG : dir1/0014-89;=.txt: md5 = 1c629a49136fbd199948d4eb89b3e84d OK 2026/08/12 02:54:59 DEBUG : dir1/0015-9;=.txt: md5 = efb3532a7362b6f157966a1e8210eed3 OK 2026/08/12 02:55:01 DEBUG : apple: md5 = 830afb5ba446be0f8c38c928e9ce4082 OK 2026/08/12 02:55:03 DEBUG : banana: md5 = f48529264a7a793edec434f09b13e676 OK 2026/08/12 02:55:05 DEBUG : appleappleapplebanana: md5 = 1b05ac6a98230a5a250bc40dfe721adb OK 2026/08/12 02:55:07 DEBUG : splitbananasplit: md5 = afe3e5c53cee2a43ca2c93c058e4a043 OK 2026/08/12 02:55:07 DEBUG : Waiting for deletions to finish 2026/08/12 02:55:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:55:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:55:09 DEBUG : apple: size = 5 OK 2026/08/12 02:55:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:09 DEBUG : apple: Unchanged skipping 2026/08/12 02:55:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 02:55:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 02:55:09 DEBUG : banana: size = 6 OK 2026/08/12 02:55:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:09 DEBUG : banana: Unchanged skipping 2026/08/12 02:55:10 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 02:55:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 02:55:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 02:55:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 02:55:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 02:55:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 02:55:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 02:55:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 02:55:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 02:55:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 02:55:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:55:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:55:10 DEBUG : Waiting for deletions to finish 2026/08/12 02:55:10 INFO : There was nothing to transfer 2026/08/12 02:55:10 DEBUG : Waiting for deletions to finish 2026/08/12 02:55:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:55:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1: Directory modification time the same (differ by -892.374µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : apple: size = 5 OK 2026/08/12 02:55:12 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : apple: Unchanged skipping 2026/08/12 02:55:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 02:55:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 02:55:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 02:55:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : banana: size = 6 OK 2026/08/12 02:55:12 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 02:55:12 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : banana: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 02:55:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 02:55:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 02:55:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 02:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:55:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 02:55:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 02:55:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 02:55:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:55:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 02:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:55:12 DEBUG : Waiting for deletions to finish 2026/08/12 02:55:12 INFO : There was nothing to transfer 2026/08/12 02:55:12 DEBUG : Waiting for deletions to finish 2026/08/12 02:55:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:55:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:55:31 DEBUG : dir1/0000-abcdefg.txt: md5 = 5b91b25d987a0e83cbaa02376602750d OK 2026/08/12 02:55:32 DEBUG : dir1/0001-bcdefgh.txt: md5 = 54e1a3cf5784640b2ffccc23112d042d OK 2026/08/12 02:55:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 5f9c5ed43b89ccaa73f3f72c40cc1ba9 OK 2026/08/12 02:55:36 DEBUG : dir1/0003-defghij.txt: md5 = 57c0a659dc72e9b3f73b00ed9ca5248f OK 2026/08/12 02:55:38 DEBUG : dir1/0004-efghijk.txt: md5 = 70ee020b62ea9e3894b35ab04e651289 OK 2026/08/12 02:55:40 DEBUG : dir1/0005-fghijkl.txt: md5 = f494828a7a84b40bde242fbdd685a38e OK 2026/08/12 02:55:42 DEBUG : dir1/0006-ghijklm.txt: md5 = 43a49830c8b9e327f6a795ef3c65da5d OK 2026/08/12 02:55:44 DEBUG : dir1/0007-1234567.txt: md5 = 248173349a1f5996ed4eb6b6ce4e38d4 OK 2026/08/12 02:55:46 DEBUG : dir1/0008-2345678.txt: md5 = e5beaf0a19d5f0a50e04a7d2aa237296 OK 2026/08/12 02:55:47 DEBUG : dir1/0009-3456789.txt: md5 = 6a4a810f4c03fa76f11849569c6396ff OK 2026/08/12 02:55:49 DEBUG : dir1/0010-456789.txt: md5 = 2ea5de6f17703240ec22b360315c745b OK 2026/08/12 02:55:51 DEBUG : dir1/0011-56789;.txt: md5 = c11fee6c2f429d42d828ca806e7363cd OK 2026/08/12 02:55:53 DEBUG : dir1/0012-6789;.txt: md5 = e2b9a9cda741f8ba07304ff6f9e0a75c OK 2026/08/12 02:55:54 DEBUG : dir1/0013-789;=.txt: md5 = 58ce9e326969b17814ac9ca5bee4d4ba OK 2026/08/12 02:55:56 DEBUG : dir1/0014-89;=.txt: md5 = ac6c2620a0335eca77072cbed21c0d2a OK 2026/08/12 02:55:58 DEBUG : dir1/0015-9;=.txt: md5 = bd3e53c3cfcb393df92ef30b29688c70 OK 2026/08/12 02:56:00 DEBUG : apple: md5 = 25d388c9b60e87306006444f30f3eba0 OK 2026/08/12 02:56:02 DEBUG : banana: md5 = e8954665fc01a529318713c74d44c8ae OK 2026/08/12 02:56:03 DEBUG : appleappleapplebanana: md5 = 95cd566092217c41e13d27e365b662da OK 2026/08/12 02:56:05 DEBUG : splitbananasplit: md5 = b433c225df52c7f8af71078d18459e5c OK 2026/08/12 02:56:05 DEBUG : Waiting for deletions to finish 2026/08/12 02:56:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:56:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:56:07 DEBUG : apple: size = 5 OK 2026/08/12 02:56:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:07 DEBUG : apple: Unchanged skipping 2026/08/12 02:56:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 02:56:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 02:56:07 DEBUG : banana: size = 6 OK 2026/08/12 02:56:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:07 DEBUG : banana: Unchanged skipping 2026/08/12 02:56:08 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 02:56:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 02:56:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 02:56:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:56:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 02:56:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 02:56:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 02:56:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 02:56:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 02:56:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 02:56:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 02:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:56:08 DEBUG : Waiting for deletions to finish 2026/08/12 02:56:08 INFO : There was nothing to transfer 2026/08/12 02:56:08 DEBUG : Waiting for deletions to finish 2026/08/12 02:56:09 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:56:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:56:10 DEBUG : dir1: Directory modification time the same (differ by -638.877µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 02:56:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 02:56:10 DEBUG : banana: size = 6 OK 2026/08/12 02:56:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 02:56:10 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : banana: Unchanged skipping 2026/08/12 02:56:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 02:56:10 DEBUG : apple: size = 5 OK 2026/08/12 02:56:10 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : apple: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:56:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 02:56:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 02:56:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 02:56:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 02:56:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 02:56:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 02:56:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 02:56:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:56:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 02:56:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:56:10 DEBUG : Waiting for deletions to finish 2026/08/12 02:56:10 INFO : There was nothing to transfer 2026/08/12 02:56:10 DEBUG : Waiting for deletions to finish 2026/08/12 02:56:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:56:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:56:29 DEBUG : dir1/0000-abcdefg.txt: md5 = 8b173b63cafaa33ee47d5dffcd20c373 OK 2026/08/12 02:56:31 DEBUG : dir1/0001-bcdefgh.txt: md5 = dcded3f7c81ba0da1d3b136d50860414 OK 2026/08/12 02:56:32 DEBUG : dir1/0002-cdefghi.txt: md5 = 3d27679479e5fc04c89a98d49a7cb58a OK 2026/08/12 02:56:34 DEBUG : dir1/0003-defghij.txt: md5 = e37039ec96ca85449a8285920fb9e087 OK 2026/08/12 02:56:36 DEBUG : dir1/0004-efghijk.txt: md5 = 4af408593a2dd894fe4a7931e55d75c7 OK 2026/08/12 02:56:38 DEBUG : dir1/0005-fghijkl.txt: md5 = deac99c02e87541ec3f5fe741c04b2ec OK 2026/08/12 02:56:40 DEBUG : dir1/0006-ghijklm.txt: md5 = 285ae4a13acfb331c31139964752a406 OK 2026/08/12 02:56:42 DEBUG : dir1/0007-1234567.txt: md5 = 45854833dc4fdcea4463bc1819ba9205 OK 2026/08/12 02:56:44 DEBUG : dir1/0008-2345678.txt: md5 = c03ec1cebc56d0c397971cb6ecd6d26d OK 2026/08/12 02:56:45 DEBUG : dir1/0009-3456789.txt: md5 = dcd5cb517eeec9476c4e35839c1412a1 OK 2026/08/12 02:56:47 DEBUG : dir1/0010-456789.txt: md5 = 8a0725e83386dc8ad43998d9646a3996 OK 2026/08/12 02:56:49 DEBUG : dir1/0011-56789;.txt: md5 = 644f6726e212515dfb97c0bbedfeaab8 OK 2026/08/12 02:56:51 DEBUG : dir1/0012-6789;.txt: md5 = 682cedb95da928b56442b139ce776112 OK 2026/08/12 02:56:53 DEBUG : dir1/0013-789;=.txt: md5 = 3a7868d969a4491a3c99e77eb9c4e64c OK 2026/08/12 02:56:55 DEBUG : dir1/0014-89;=.txt: md5 = cb7b6da1aa5166241fb4ff5db2157d40 OK 2026/08/12 02:56:56 DEBUG : dir1/0015-9;=.txt: md5 = 689b8e15891802bad4bd7155fc11dbe8 OK 2026/08/12 02:56:58 DEBUG : apple: md5 = 3495cffda5815e2bf590998146c6ef6c OK 2026/08/12 02:57:00 DEBUG : banana: md5 = 5103b532e22c7e763f220db7032113a8 OK 2026/08/12 02:57:02 DEBUG : appleappleapplebanana: md5 = d4247ddca0294da501491cec6f8641b5 OK 2026/08/12 02:57:04 DEBUG : splitbananasplit: md5 = 125ce49bbaaacdf937b364e9d35705e0 OK 2026/08/12 02:57:04 DEBUG : Waiting for deletions to finish 2026/08/12 02:57:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:57:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:57:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:05 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:05 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:05 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:05 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:05 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:05 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:06 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/12 02:57:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:06 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/12 02:57:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:06 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/12 02:57:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:06 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/12 02:57:06 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:06 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:06 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:06 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:07 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:07 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:07 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:07 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:07 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:07 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/12 02:57:07 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:57:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:57:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:57:07 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = 963957392133a6529dabedfd72939663 OK 2026/08/12 02:57:07 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/12 02:57:07 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:07 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:07 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = e7867dc7a7b46418babfea0d51d57fb8 OK 2026/08/12 02:57:07 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/12 02:57:07 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:07 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:08 DEBUG : YmFuYW5h: md5 = b9f60c400b6dcde468f293d18ca8a32e OK 2026/08/12 02:57:08 DEBUG : YmFuYW5h: size = 6 OK 2026/08/12 02:57:08 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/12 02:57:08 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:08 DEBUG : YXBwbGU=: md5 = 99ef2e6fda660560065c121bee15c973 OK 2026/08/12 02:57:08 DEBUG : YXBwbGU=: size = 5 OK 2026/08/12 02:57:08 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/12 02:57:08 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = dd41af775e30b7079f4c4ef280b62f95 OK 2026/08/12 02:57:09 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/12 02:57:09 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = f7d0a6ab50b18ceca4cd8d1d8c039462 OK 2026/08/12 02:57:09 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/12 02:57:09 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 4ac589d6201edd8a03947850c4ee3acd OK 2026/08/12 02:57:09 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/12 02:57:09 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 4d06487cafb441a2c9acb25315ba56f5 OK 2026/08/12 02:57:09 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/12 02:57:09 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:09 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = b577b10d0e4c9eb8dd236b12d2b94f0b OK 2026/08/12 02:57:11 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/12 02:57:11 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = e12d201c66821c6f64232889b83ec0a0 OK 2026/08/12 02:57:11 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/12 02:57:11 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 04e1c9d69d0fec3299f3774d21be8718 OK 2026/08/12 02:57:11 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/12 02:57:11 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:11 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 01c8847c213f6d3dad076c3a2cd89348 OK 2026/08/12 02:57:11 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/12 02:57:11 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:11 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:13 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = a7185fba62ed199b497823c0e204e66e OK 2026/08/12 02:57:13 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/12 02:57:13 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:13 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:13 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 8c7388314dda3a67374d45c7fa6eea1e OK 2026/08/12 02:57:13 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/12 02:57:13 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:13 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:13 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 95d9f1fdac9784a3eed36c2419ae5b37 OK 2026/08/12 02:57:13 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/12 02:57:13 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:13 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:13 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = a70f56df05016bb0b2e843c8b93333db OK 2026/08/12 02:57:13 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/12 02:57:13 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:13 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = e23e91593266abcdc90cb550bdd69360 OK 2026/08/12 02:57:15 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/12 02:57:15 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = 21e044c96ba64d9a0d40661fab356401 OK 2026/08/12 02:57:15 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/12 02:57:15 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 9e2b6ec99957cfe72f22ed8d37c71e4c OK 2026/08/12 02:57:15 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/12 02:57:15 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:15 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 17167069d7c3a142a99efe0cd6f12e0a OK 2026/08/12 02:57:15 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/12 02:57:15 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:15 DEBUG : Waiting for deletions to finish 2026/08/12 02:57:15 INFO : dir1/0015-9;=.txt: Deleted 2026/08/12 02:57:15 INFO : dir1/0007-1234567.txt: Deleted 2026/08/12 02:57:15 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/12 02:57:15 INFO : dir1/0011-56789;.txt: Deleted 2026/08/12 02:57:15 INFO : apple: Deleted 2026/08/12 02:57:15 INFO : banana: Deleted 2026/08/12 02:57:16 INFO : dir1/0003-defghij.txt: Deleted 2026/08/12 02:57:16 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/12 02:57:16 INFO : appleappleapplebanana: Deleted 2026/08/12 02:57:16 INFO : dir1/0010-456789.txt: Deleted 2026/08/12 02:57:16 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/12 02:57:16 INFO : splitbananasplit: Deleted 2026/08/12 02:57:16 INFO : dir1/0012-6789;.txt: Deleted 2026/08/12 02:57:16 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/12 02:57:16 INFO : dir1/0013-789;=.txt: Deleted 2026/08/12 02:57:16 INFO : dir1/0014-89;=.txt: Deleted 2026/08/12 02:57:17 INFO : dir1/0008-2345678.txt: Deleted 2026/08/12 02:57:17 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/12 02:57:17 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/12 02:57:17 INFO : dir1/0009-3456789.txt: Deleted 2026/08/12 02:57:17 DEBUG : Waiting for deletions to finish 2026/08/12 02:57:17 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:17 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:18 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:18 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:19 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:19 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:19 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:19 DEBUG : dir1: Directory modification time the same (differ by -387.311µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : YXBwbGU=: size = 5 OK 2026/08/12 02:57:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : apple: Unchanged skipping 2026/08/12 02:57:19 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/12 02:57:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/12 02:57:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 02:57:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : YmFuYW5h: size = 6 OK 2026/08/12 02:57:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 02:57:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : banana: Unchanged skipping 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:19 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:19 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:19 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:19 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:19 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:19 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:19 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:19 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:19 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:19 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:19 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:19 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:19 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:19 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/12 02:57:19 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/12 02:57:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/12 02:57:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/12 02:57:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/12 02:57:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/12 02:57:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/12 02:57:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/12 02:57:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 02:57:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 02:57:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:57:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:57:19 DEBUG : Waiting for deletions to finish 2026/08/12 02:57:19 DEBUG : Waiting for deletions to finish 2026/08/12 02:57:20 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/12 02:57:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/12 02:57:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/12 02:57:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/12 02:57:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/12 02:57:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/12 02:57:20 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/12 02:57:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/12 02:57:20 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/12 02:57:20 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/12 02:57:20 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/12 02:57:20 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:57:38 DEBUG : dir1/0000-abcdefg.txt: md5 = 78c9213d539a006d3f9fe3df43d1f28c OK 2026/08/12 02:57:40 DEBUG : dir1/0001-bcdefgh.txt: md5 = 61eb4ea6f33c5b968d8332502b4cf463 OK 2026/08/12 02:57:42 DEBUG : dir1/0002-cdefghi.txt: md5 = ed66f95c8714a8839c97bbec024b47f2 OK 2026/08/12 02:57:43 DEBUG : dir1/0003-defghij.txt: md5 = e58ef403ed6c8a2a3bd92fbfa74ae98b OK 2026/08/12 02:57:45 DEBUG : dir1/0004-efghijk.txt: md5 = 4f0e11a0674f5bd7528736d4d61fb3fd OK 2026/08/12 02:57:47 DEBUG : dir1/0005-fghijkl.txt: md5 = 12c33fc4da3b47c5dbc5db75b401500b OK 2026/08/12 02:57:49 DEBUG : dir1/0006-ghijklm.txt: md5 = b2443a5c0883dfccebfe143066e1f7d9 OK 2026/08/12 02:57:51 DEBUG : dir1/0007-1234567.txt: md5 = 2495277b8fc113fd7c007b7ed1abb264 OK 2026/08/12 02:57:52 DEBUG : dir1/0008-2345678.txt: md5 = 48f7e343c2a328196f454a39137e0ba2 OK 2026/08/12 02:57:54 DEBUG : dir1/0009-3456789.txt: md5 = 4d5c6e900b6e0175866c3e46e5235b57 OK 2026/08/12 02:57:56 DEBUG : dir1/0010-456789.txt: md5 = d41afae92c8f62ea602df99c68e468ba OK 2026/08/12 02:57:58 DEBUG : dir1/0011-56789;.txt: md5 = fb0cf19827dd9a68b491346c211a9c58 OK 2026/08/12 02:57:59 DEBUG : dir1/0012-6789;.txt: md5 = a37260be91c701339db419b26e360ee5 OK 2026/08/12 02:58:01 DEBUG : dir1/0013-789;=.txt: md5 = 14b16326209fb63bef2c1e5171ce59b5 OK 2026/08/12 02:58:03 DEBUG : dir1/0014-89;=.txt: md5 = bc1727e89819a135f48473e48b24a013 OK 2026/08/12 02:58:05 DEBUG : dir1/0015-9;=.txt: md5 = 8ab5e9de0f54912df12059f0be6e6d80 OK 2026/08/12 02:58:07 DEBUG : apple: md5 = f55a9a23a3a29c048d9fe1695467537f OK 2026/08/12 02:58:09 DEBUG : banana: md5 = 089e16463904bd219fd927d53d67859b OK 2026/08/12 02:58:10 DEBUG : appleappleapplebanana: md5 = 6d146b25040471cc4fb110af7ac376cd OK 2026/08/12 02:58:12 DEBUG : splitbananasplit: md5 = b9b0c40e847b8c032757cea4470e3b3f OK 2026/08/12 02:58:12 DEBUG : Waiting for deletions to finish 2026/08/12 02:58:13 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:58:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:58:14 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:14 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:14 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:14 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:14 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:14 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:14 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:14 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:14 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:14 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:14 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:14 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/12 02:58:14 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:14 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/12 02:58:14 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:14 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:14 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:14 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/12 02:58:14 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:14 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:15 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/12 02:58:15 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/12 02:58:15 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/12 02:58:15 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/12 02:58:15 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/12 02:58:15 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/12 02:58:15 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/12 02:58:15 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/12 02:58:15 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/12 02:58:15 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/12 02:58:15 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/12 02:58:15 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/12 02:58:15 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/12 02:58:15 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/12 02:58:15 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/12 02:58:15 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/12 02:58:15 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:58:16 DEBUG : PREFIXapple: md5 = d52ac83e10796ca0a267dd1b6c2a1800 OK 2026/08/12 02:58:16 DEBUG : PREFIXapple: size = 5 OK 2026/08/12 02:58:16 INFO : apple: Copied (new) to: PREFIXapple 2026/08/12 02:58:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:16 DEBUG : PREFIXbanana: md5 = bb8edf88de094de7dc698fba6263146d OK 2026/08/12 02:58:16 DEBUG : PREFIXbanana: size = 6 OK 2026/08/12 02:58:16 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/12 02:58:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:16 DEBUG : PREFIXsplitbananasplit: md5 = 873af3eeff7574fc6ac004f9230de6e8 OK 2026/08/12 02:58:16 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/12 02:58:16 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/12 02:58:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:16 DEBUG : PREFIXappleappleapplebanana: md5 = 1b59a8c534da07e7a89dcee459985dea OK 2026/08/12 02:58:16 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/12 02:58:16 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/12 02:58:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = a3f1f38f9bfd60fdee642c99e378eea2 OK 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:58:18 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = e9f402297d5f46d8eb8bdc97e593b0d3 OK 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/12 02:58:18 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 6a17195358b33ac87b393ad60b6aa955 OK 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/12 02:58:18 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = ef00dcca9bd33f26fa8be8dc00924cc2 OK 2026/08/12 02:58:18 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/12 02:58:18 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = 28f86f43cfe4d561c582dfc7ff8e29a5 OK 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/12 02:58:20 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = ac7227ffe68f1b7267a6eaba08202665 OK 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/12 02:58:20 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = e642f59d672b825596c6f4e0468c9034 OK 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/12 02:58:20 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:20 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 8cdba71774912e598e9b487eb6698592 OK 2026/08/12 02:58:20 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/12 02:58:20 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:20 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 3f61863ac0f619c448034ec08eabd766 OK 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/12 02:58:22 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:22 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = 75e93dbf600a49d1334d52989d2865b1 OK 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/12 02:58:22 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:22 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 6ee55628de8b31afc23e52fd4a966fcd OK 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/12 02:58:22 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = e3f1113cc210c3ad68e6cb29f53e7101 OK 2026/08/12 02:58:22 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/12 02:58:22 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:22 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:23 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 9010a5c6cf748db637f48ccc6750c218 OK 2026/08/12 02:58:23 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/12 02:58:23 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:23 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = a18bb448328a6cd3cf5604fc532fa787 OK 2026/08/12 02:58:23 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/12 02:58:23 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:23 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = 0a9e611563c73f87a37bc2f19f12a66c OK 2026/08/12 02:58:23 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/12 02:58:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:24 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 6b948ef13465d5f95c827fa770c22bac OK 2026/08/12 02:58:24 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/12 02:58:24 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:24 DEBUG : Waiting for deletions to finish 2026/08/12 02:58:24 INFO : dir1/0014-89;=.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0011-56789;.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0009-3456789.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0010-456789.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/12 02:58:24 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/12 02:58:25 INFO : banana: Deleted 2026/08/12 02:58:25 INFO : splitbananasplit: Deleted 2026/08/12 02:58:25 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/12 02:58:25 INFO : dir1/0013-789;=.txt: Deleted 2026/08/12 02:58:25 INFO : dir1/0007-1234567.txt: Deleted 2026/08/12 02:58:25 INFO : appleappleapplebanana: Deleted 2026/08/12 02:58:25 INFO : dir1/0008-2345678.txt: Deleted 2026/08/12 02:58:25 INFO : dir1/0015-9;=.txt: Deleted 2026/08/12 02:58:25 INFO : apple: Deleted 2026/08/12 02:58:25 INFO : dir1/0012-6789;.txt: Deleted 2026/08/12 02:58:25 INFO : dir1/0003-defghij.txt: Deleted 2026/08/12 02:58:25 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/12 02:58:25 DEBUG : Waiting for deletions to finish 2026/08/12 02:58:26 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:58:26 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/12 02:58:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/12 02:58:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/12 02:58:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/12 02:58:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/12 02:58:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/12 02:58:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/12 02:58:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/12 02:58:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/12 02:58:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/12 02:58:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/12 02:58:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/12 02:58:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/12 02:58:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/12 02:58:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/12 02:58:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/12 02:58:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/12 02:58:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/12 02:58:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/12 02:58:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/12 02:58:29 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1: Directory modification time the same (differ by -261.927µs, within tolerance 1ms) 2026/08/12 02:58:29 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:58:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:58:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:58:31 DEBUG : splitbananasplit: md5 = dc3c8338b83aab36000df29a5df0964e OK 2026/08/12 02:58:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 02:58:31 INFO : splitbananasplit: Copied (new) 2026/08/12 02:58:31 DEBUG : appleappleapplebanana: md5 = dca1ab48ee8b6413565772703e12314f OK 2026/08/12 02:58:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 02:58:31 INFO : appleappleapplebanana: Copied (new) 2026/08/12 02:58:31 DEBUG : apple: md5 = f40efbbe1737c5cfe4ec278f6f04e5a6 OK 2026/08/12 02:58:31 DEBUG : apple: size = 5 OK 2026/08/12 02:58:31 INFO : apple: Copied (new) 2026/08/12 02:58:31 DEBUG : banana: md5 = b2482e32758c6354b70439294d6b4860 OK 2026/08/12 02:58:31 DEBUG : banana: size = 6 OK 2026/08/12 02:58:31 INFO : banana: Copied (new) 2026/08/12 02:58:32 DEBUG : dir1/0000-abcdefg.txt: md5 = 3fb0f8ab555b76c189d2a024a5962d64 OK 2026/08/12 02:58:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 02:58:32 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/12 02:58:32 DEBUG : dir1/0001-bcdefgh.txt: md5 = 108d12ba0330814f0ebe0ac0829e73d1 OK 2026/08/12 02:58:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:58:32 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/12 02:58:33 DEBUG : dir1/0002-cdefghi.txt: md5 = ac01fa34c3a1b4aee12c44217e2dd244 OK 2026/08/12 02:58:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 02:58:33 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/12 02:58:33 DEBUG : dir1/0003-defghij.txt: md5 = 124b45aaf3158bb18a1023545d9e9723 OK 2026/08/12 02:58:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 02:58:33 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/12 02:58:34 DEBUG : dir1/0004-efghijk.txt: md5 = e600c68ce144d7f544e97602e9c12ffe OK 2026/08/12 02:58:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 02:58:34 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/12 02:58:34 DEBUG : dir1/0005-fghijkl.txt: md5 = 3fc158733b458e89284b25810bbdca1f OK 2026/08/12 02:58:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 02:58:34 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/12 02:58:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 2d0cd7355778db5200f3e7abf5dfabf8 OK 2026/08/12 02:58:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 02:58:34 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/12 02:58:35 DEBUG : dir1/0007-1234567.txt: md5 = 92a9e35583e1b06cc54480fb1bf4ad86 OK 2026/08/12 02:58:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 02:58:35 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/12 02:58:36 DEBUG : dir1/0008-2345678.txt: md5 = 43075fa80c3314fbdd47ef5abb879c06 OK 2026/08/12 02:58:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 02:58:36 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/12 02:58:36 DEBUG : dir1/0009-3456789.txt: md5 = cd5fe0fe6df24a106cc6a3e524598f83 OK 2026/08/12 02:58:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 02:58:36 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/12 02:58:36 DEBUG : dir1/0010-456789.txt: md5 = 9fe999915efa4a4efc4ae082a647a2b6 OK 2026/08/12 02:58:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 02:58:36 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/12 02:58:37 DEBUG : dir1/0011-56789;.txt: md5 = fdc0b215c30a1aa40fcf006242f8df89 OK 2026/08/12 02:58:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 02:58:37 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/12 02:58:38 DEBUG : dir1/0012-6789;.txt: md5 = 95ff6ad474cc631d0e35433dcfd8592a OK 2026/08/12 02:58:38 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 02:58:38 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/12 02:58:38 DEBUG : dir1/0013-789;=.txt: md5 = 822fb81d082975e345fd5316b540c0d2 OK 2026/08/12 02:58:38 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 02:58:38 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/12 02:58:38 DEBUG : dir1/0014-89;=.txt: md5 = 95ee52548e51d794694018275cc543ee OK 2026/08/12 02:58:38 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 02:58:38 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/12 02:58:39 DEBUG : dir1/0015-9;=.txt: md5 = aff7ee9dc1ff2cba423b7a387d7c18ad OK 2026/08/12 02:58:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 02:58:39 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/12 02:58:39 DEBUG : Waiting for deletions to finish 2026/08/12 02:58:39 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/12 02:58:39 INFO : PREFIXsplitbananasplit: Deleted 2026/08/12 02:58:39 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/12 02:58:39 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/12 02:58:39 INFO : PREFIXbanana: Deleted 2026/08/12 02:58:39 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/12 02:58:39 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/12 02:58:39 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/12 02:58:40 INFO : PREFIXapple: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/12 02:58:40 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/12 02:58:41 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/12 02:58:41 DEBUG : Waiting for deletions to finish 2026/08/12 02:58:41 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:58:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:58:42 DEBUG : Waiting for deletions to finish 2026/08/12 02:58:43 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:58:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 02:59:01 DEBUG : dir1/0000-abcdefg.txt: md5 = 4caa1fa538458e87e5834230a93545ec OK 2026/08/12 02:59:03 DEBUG : dir1/0001-bcdefgh.txt: md5 = d05e33e0e231fcb584558f50f5a13eb3 OK 2026/08/12 02:59:05 DEBUG : dir1/0002-cdefghi.txt: md5 = e5ac82f9a4c4c144f6e1f0acb09af593 OK 2026/08/12 02:59:07 DEBUG : dir1/0003-defghij.txt: md5 = 0e31c796efd2daa6b0c8b139ae9279b8 OK 2026/08/12 02:59:09 DEBUG : dir1/0004-efghijk.txt: md5 = 9c7cf48e0132998fc753f0cb18825d91 OK 2026/08/12 02:59:10 DEBUG : dir1/0005-fghijkl.txt: md5 = fde11e5c308e081b960752ef073e1225 OK 2026/08/12 02:59:12 DEBUG : dir1/0006-ghijklm.txt: md5 = da11f66e924bf8d05b57abe969742c05 OK 2026/08/12 02:59:14 DEBUG : dir1/0007-1234567.txt: md5 = a0f5f2bfec14716be39e02c7085be3a6 OK 2026/08/12 02:59:16 DEBUG : dir1/0008-2345678.txt: md5 = 71cc7527b7412f25ac04cbb1980abedb OK 2026/08/12 02:59:18 DEBUG : dir1/0009-3456789.txt: md5 = 48ba25f4412bdfd962378fcd8c5b2666 OK 2026/08/12 02:59:20 DEBUG : dir1/0010-456789.txt: md5 = 61ac07989cd3cd127492946690d4eec9 OK 2026/08/12 02:59:22 DEBUG : dir1/0011-56789;.txt: md5 = 90856041679a19ef4a60fa69a42d9179 OK 2026/08/12 02:59:24 DEBUG : dir1/0012-6789;.txt: md5 = 2158676a0004e9c99e83f526ecccf664 OK 2026/08/12 02:59:26 DEBUG : dir1/0013-789;=.txt: md5 = 66fffd806146361c6730a4362d39578f OK 2026/08/12 02:59:28 DEBUG : dir1/0014-89;=.txt: md5 = c31523b6d9069a9b4c97f36d926ef914 OK 2026/08/12 02:59:30 DEBUG : dir1/0015-9;=.txt: md5 = bae0f66f1d467c96b21bfe08ebc0409a OK 2026/08/12 02:59:32 DEBUG : apple: md5 = 2552aa6e5ace3cb3cd00bc6f71566d46 OK 2026/08/12 02:59:34 DEBUG : banana: md5 = 396296b7745057b0f6daa8b1beb87f1a OK 2026/08/12 02:59:35 DEBUG : appleappleapplebanana: md5 = eb0a8d481259caba98ebf8b211672232 OK 2026/08/12 02:59:37 DEBUG : splitbananasplit: md5 = eb41d6a434ad78e9d795548dbc6c3eac OK 2026/08/12 02:59:37 DEBUG : Waiting for deletions to finish 2026/08/12 02:59:38 DEBUG : banana: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : apple: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 02:59:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 02:59:39 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:39 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:39 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:39 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:39 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:39 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:39 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:39 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:39 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:39 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:39 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:39 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:39 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/12 02:59:39 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:39 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/12 02:59:39 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:39 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:39 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:40 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 02:59:40 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:40 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/12 02:59:40 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:59:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:59:41 DEBUG : appleappleapplebananaSUFFIX: md5 = cb2bb8fe1172610920b40aa240752601 OK 2026/08/12 02:59:41 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/12 02:59:41 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/12 02:59:41 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:41 DEBUG : appleSUFFIX: md5 = c655d186dd6223742fb823c5880ec3a9 OK 2026/08/12 02:59:41 DEBUG : appleSUFFIX: size = 5 OK 2026/08/12 02:59:41 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/12 02:59:41 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:41 DEBUG : bananaSUFFIX: md5 = 0cc327b451a52fabb9433f973f43b9fe OK 2026/08/12 02:59:41 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/12 02:59:41 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/12 02:59:41 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:42 DEBUG : splitbananasplitSUFFIX: md5 = f49891178c2a49a131bb06f298725922 OK 2026/08/12 02:59:42 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/12 02:59:42 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/12 02:59:42 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:43 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 6548f7679e9319cd23c80947051ae8f9 OK 2026/08/12 02:59:43 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/12 02:59:43 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:43 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:43 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 5f72d06d1e09975d05bd6b1e5a23085f OK 2026/08/12 02:59:43 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/12 02:59:43 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:43 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:43 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 4bf58a6189d749fc1e705b7d2901b921 OK 2026/08/12 02:59:43 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/12 02:59:43 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:43 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:44 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = fa48bc8f516145170848f5f4fa22ddf5 OK 2026/08/12 02:59:44 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/12 02:59:44 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = f453d2a77d8496ff46813a3a4900fc39 OK 2026/08/12 02:59:45 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/12 02:59:45 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = f09037c30143702f90544b60926d0fa6 OK 2026/08/12 02:59:45 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/12 02:59:45 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = d943c8351669697e0740ca5741f3640b OK 2026/08/12 02:59:45 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/12 02:59:45 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = 399db0666f31c38d3ffee1e0357b3687 OK 2026/08/12 02:59:45 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/12 02:59:45 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:46 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = fd1949e2258ee724de7e10d899739192 OK 2026/08/12 02:59:46 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/12 02:59:46 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:46 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:47 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = bf5c64fa5a2605d1f62d9bb0ed43050c OK 2026/08/12 02:59:47 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/12 02:59:47 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:47 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:47 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 0b0501b1b5fd26dcbbafd7dc99cf9877 OK 2026/08/12 02:59:47 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/12 02:59:47 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:47 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:47 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = bb7f7d780fe15f10228d1cdf24ae9a80 OK 2026/08/12 02:59:47 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/12 02:59:47 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:47 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:48 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = 6c4f97a33877b01d625795917584e073 OK 2026/08/12 02:59:48 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/12 02:59:48 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:48 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 5ab4c7f5e14750b8231055315246b5f4 OK 2026/08/12 02:59:48 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/12 02:59:48 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:48 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 0ba1d1ef6844fbce9a2757e3f3fcc485 OK 2026/08/12 02:59:48 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/12 02:59:48 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:49 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = e9e5ce3d5d17ad89a4866c3644706458 OK 2026/08/12 02:59:49 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/12 02:59:49 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:49 DEBUG : Waiting for deletions to finish 2026/08/12 02:59:49 INFO : banana: Deleted 2026/08/12 02:59:49 INFO : dir1/0013-789;=.txt: Deleted 2026/08/12 02:59:49 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/12 02:59:49 INFO : dir1/0011-56789;.txt: Deleted 2026/08/12 02:59:49 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/12 02:59:49 INFO : dir1/0010-456789.txt: Deleted 2026/08/12 02:59:49 INFO : appleappleapplebanana: Deleted 2026/08/12 02:59:49 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/12 02:59:50 INFO : dir1/0012-6789;.txt: Deleted 2026/08/12 02:59:50 INFO : dir1/0009-3456789.txt: Deleted 2026/08/12 02:59:50 INFO : dir1/0014-89;=.txt: Deleted 2026/08/12 02:59:50 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/12 02:59:50 INFO : dir1/0015-9;=.txt: Deleted 2026/08/12 02:59:50 INFO : apple: Deleted 2026/08/12 02:59:50 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/12 02:59:50 INFO : splitbananasplit: Deleted 2026/08/12 02:59:50 INFO : dir1/0003-defghij.txt: Deleted 2026/08/12 02:59:51 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/12 02:59:51 INFO : dir1/0007-1234567.txt: Deleted 2026/08/12 02:59:51 INFO : dir1/0008-2345678.txt: Deleted 2026/08/12 02:59:51 DEBUG : Waiting for deletions to finish 2026/08/12 02:59:51 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:51 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/12 02:59:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : apple: transformed to: appleSUFFIX 2026/08/12 02:59:52 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/12 02:59:52 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/12 02:59:52 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/12 02:59:53 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1: Directory modification time the same (differ by -347.694µs, within tolerance 1ms) 2026/08/12 02:59:53 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/12 02:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 02:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 02:59:55 DEBUG : banana: md5 = e4b299b58fd37973a547df0cf43f08eb OK 2026/08/12 02:59:55 DEBUG : banana: size = 6 OK 2026/08/12 02:59:55 INFO : banana: Copied (new) 2026/08/12 02:59:55 DEBUG : splitbananasplit: md5 = 1c00ff4b74485ba960dff086f972bba7 OK 2026/08/12 02:59:55 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 02:59:55 INFO : splitbananasplit: Copied (new) 2026/08/12 02:59:55 DEBUG : appleappleapplebanana: md5 = 5e488553f41236738e393cd774f67abc OK 2026/08/12 02:59:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 02:59:55 INFO : appleappleapplebanana: Copied (new) 2026/08/12 02:59:55 DEBUG : apple: md5 = 161cdd7d4a5632ed5bc158f3b55a38ce OK 2026/08/12 02:59:55 DEBUG : apple: size = 5 OK 2026/08/12 02:59:55 INFO : apple: Copied (new) 2026/08/12 02:59:56 DEBUG : dir1/0001-bcdefgh.txt: md5 = 9ddcf65bc654a72ada93c8087ecc76d3 OK 2026/08/12 02:59:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 02:59:56 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/12 02:59:57 DEBUG : dir1/0003-defghij.txt: md5 = 7728eabe23823b34d37b30dcc3bd37a0 OK 2026/08/12 02:59:57 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 02:59:57 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/12 02:59:57 DEBUG : dir1/0002-cdefghi.txt: md5 = 9546967b7b89263e0b6e35be5646a69a OK 2026/08/12 02:59:57 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 02:59:57 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/12 02:59:57 DEBUG : dir1/0000-abcdefg.txt: md5 = aa9d8aca3f87fdc40b244b2dabef6563 OK 2026/08/12 02:59:57 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 02:59:57 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/12 02:59:58 DEBUG : dir1/0004-efghijk.txt: md5 = 3b8b999fee4020dc76e363f44d589e9a OK 2026/08/12 02:59:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 02:59:58 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/12 02:59:58 DEBUG : dir1/0005-fghijkl.txt: md5 = 2ec3288d4b4cadd5bfd27faa75ab0de5 OK 2026/08/12 02:59:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 02:59:58 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/12 02:59:59 DEBUG : dir1/0007-1234567.txt: md5 = 1d3a46ab7de63e66cee9f24efb27b42a OK 2026/08/12 02:59:59 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 02:59:59 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/12 02:59:59 DEBUG : dir1/0006-ghijklm.txt: md5 = 818e610d8c923405ad05d9ad054a176b OK 2026/08/12 02:59:59 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 02:59:59 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/12 03:00:00 DEBUG : dir1/0008-2345678.txt: md5 = 8e146569357e434747cda3d131e98174 OK 2026/08/12 03:00:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:00:00 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/12 03:00:00 DEBUG : dir1/0009-3456789.txt: md5 = 29c186caac0c5ccdb327e0c2f178d971 OK 2026/08/12 03:00:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:00:00 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/12 03:00:00 DEBUG : dir1/0011-56789;.txt: md5 = 22f6ae2daec1ea9ac0c93c871bb377c5 OK 2026/08/12 03:00:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:00:00 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/12 03:00:00 DEBUG : dir1/0010-456789.txt: md5 = b283c8f5a1aa0d4e869778cb110a6293 OK 2026/08/12 03:00:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:00:00 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/12 03:00:02 DEBUG : dir1/0013-789;=.txt: md5 = 53f28200544dc35e02b8695b44238f2a OK 2026/08/12 03:00:02 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:00:02 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/12 03:00:02 DEBUG : dir1/0012-6789;.txt: md5 = 36321d6c0eb601aef285e71d3c8c0bc8 OK 2026/08/12 03:00:02 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:00:02 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/12 03:00:02 DEBUG : dir1/0014-89;=.txt: md5 = 6c31f1f8a68f59bfdf19a526c089fd36 OK 2026/08/12 03:00:02 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:00:02 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/12 03:00:02 DEBUG : dir1/0015-9;=.txt: md5 = 3a760f776d525a032a894122cd471e91 OK 2026/08/12 03:00:02 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:00:02 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/12 03:00:02 DEBUG : Waiting for deletions to finish 2026/08/12 03:00:03 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : appleSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/12 03:00:03 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/12 03:00:04 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/12 03:00:04 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/12 03:00:04 INFO : bananaSUFFIX: Deleted 2026/08/12 03:00:04 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/12 03:00:04 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/12 03:00:04 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/12 03:00:04 INFO : splitbananasplitSUFFIX: Deleted 2026/08/12 03:00:04 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/12 03:00:04 DEBUG : Waiting for deletions to finish 2026/08/12 03:00:05 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:00:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : Waiting for deletions to finish 2026/08/12 03:00:06 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:00:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:00:25 DEBUG : dir1/0000-abcdefg.txt: md5 = e6c6a2c363a36c87a32c774acabf86db OK 2026/08/12 03:00:27 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8365dd309c2f797b7888b656d656622f OK 2026/08/12 03:00:29 DEBUG : dir1/0002-cdefghi.txt: md5 = dc0fa2ea882c8f96c68d70f20a71894a OK 2026/08/12 03:00:31 DEBUG : dir1/0003-defghij.txt: md5 = 22a2cbdf0dc688d1520041cab9d7f45a OK 2026/08/12 03:00:33 DEBUG : dir1/0004-efghijk.txt: md5 = c879e8f57d91504e164b68c78b57d448 OK 2026/08/12 03:00:35 DEBUG : dir1/0005-fghijkl.txt: md5 = fc42ee1c4548e2950394b4770b9813e0 OK 2026/08/12 03:00:37 DEBUG : dir1/0006-ghijklm.txt: md5 = d7ae8d8de85d90d3cce2b1ef3a44b8a6 OK 2026/08/12 03:00:38 DEBUG : dir1/0007-1234567.txt: md5 = 8af0910e89c89d5e14ebe8a27829c8b9 OK 2026/08/12 03:00:40 DEBUG : dir1/0008-2345678.txt: md5 = 7c36bb4e6baf55d7ad2d179ae1fcf0b8 OK 2026/08/12 03:00:42 DEBUG : dir1/0009-3456789.txt: md5 = 15aee1c133b87d02f67ddd4a4acad8eb OK 2026/08/12 03:00:44 DEBUG : dir1/0010-456789.txt: md5 = 108acf415192ac87f563f726de3d3d8d OK 2026/08/12 03:00:46 DEBUG : dir1/0011-56789;.txt: md5 = d78b65fd9d9cbcffb4ce71093ac8aeb0 OK 2026/08/12 03:00:47 DEBUG : dir1/0012-6789;.txt: md5 = 22f72c8a2538334aa99ecf82256b3d1c OK 2026/08/12 03:00:49 DEBUG : dir1/0013-789;=.txt: md5 = 06b1eec9b64940a487a1c5e437f83b14 OK 2026/08/12 03:00:51 DEBUG : dir1/0014-89;=.txt: md5 = 88f275970ad1ef869e75587a04abe67d OK 2026/08/12 03:00:52 DEBUG : dir1/0015-9;=.txt: md5 = 1bfce02cc541e61dd86cc71b7b827c9d OK 2026/08/12 03:00:54 DEBUG : apple: md5 = e8ab491f25dafd4ba660ad8d3e76208b OK 2026/08/12 03:00:56 DEBUG : banana: md5 = d5e52c03a6a302c8c4943c4b102c3f9f OK 2026/08/12 03:00:58 DEBUG : appleappleapplebanana: md5 = a613a81cd93f9f50146a653a3360c88b OK 2026/08/12 03:01:00 DEBUG : splitbananasplit: md5 = 85d4ba179dba3ac3b83cd531ee4e9878 OK 2026/08/12 03:01:00 DEBUG : Waiting for deletions to finish 2026/08/12 03:01:00 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:01:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:01:01 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:01 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:01 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:01 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:01 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:02 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/12 03:01:02 DEBUG : apple: size = 5 OK 2026/08/12 03:01:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:02 DEBUG : apple: Unchanged skipping 2026/08/12 03:01:02 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:02 DEBUG : banana: size = 6 OK 2026/08/12 03:01:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:02 DEBUG : banana: Unchanged skipping 2026/08/12 03:01:03 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 03:01:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:03 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:03 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:03 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:03 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:03 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:03 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:03 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:03 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:03 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:03 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:03 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:03 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:03 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:03 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:03 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:03 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:03 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:03 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/12 03:01:03 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/12 03:01:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:01:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:01:04 DEBUG : appleapple: md5 = 499dcb226a42e6a4b3868049bc8a3fcb OK 2026/08/12 03:01:04 DEBUG : appleapple: size = 21 OK 2026/08/12 03:01:04 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/12 03:01:04 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:04 DEBUG : dir1/0001-bcdef: md5 = c00270a0c9f2f8f56f8fbab3458484c8 OK 2026/08/12 03:01:04 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/12 03:01:04 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/12 03:01:04 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:04 DEBUG : splitbanan: md5 = 94414df931cfdc39f171c53c8d143602 OK 2026/08/12 03:01:04 DEBUG : splitbanan: size = 16 OK 2026/08/12 03:01:04 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/12 03:01:04 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:04 DEBUG : dir1/0000-abcde: md5 = 7297a129c76449862b24c34a8407d496 OK 2026/08/12 03:01:04 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/12 03:01:04 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/12 03:01:04 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:05 DEBUG : dir1/0002-cdefg: md5 = 9d67cab25ce98e48cb4a5d0892f9598c OK 2026/08/12 03:01:05 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/12 03:01:05 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/12 03:01:05 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:06 DEBUG : dir1/0004-efghi: md5 = 5a5da210589b885372a766ace569a64a OK 2026/08/12 03:01:06 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/12 03:01:06 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/12 03:01:06 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:06 DEBUG : dir1/0003-defgh: md5 = 3d6220d7f99b569d14c448878335b7f5 OK 2026/08/12 03:01:06 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/12 03:01:06 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/12 03:01:06 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:06 DEBUG : dir1/0005-fghij: md5 = b39b731847ec4d829ccb9cccc4cb1402 OK 2026/08/12 03:01:06 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/12 03:01:06 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/12 03:01:06 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:07 DEBUG : dir1/0006-ghijk: md5 = aa8842fd46f118e03c47d361a76179c6 OK 2026/08/12 03:01:07 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/12 03:01:07 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/12 03:01:07 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:08 DEBUG : dir1/0007-12345: md5 = 615eff1db0130e356d3f07152cdda37a OK 2026/08/12 03:01:08 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/12 03:01:08 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/12 03:01:08 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:08 DEBUG : dir1/0008-23456: md5 = f0f087c31582162373bae180f2a85a49 OK 2026/08/12 03:01:08 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/12 03:01:08 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/12 03:01:08 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:08 DEBUG : dir1/0009-34567: md5 = f5615f95d2699f9cc5f5028e28f127db OK 2026/08/12 03:01:08 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/12 03:01:08 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/12 03:01:08 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:09 DEBUG : dir1/0010-45678: md5 = e30bfa3cca4d52915167995c4e47f5a9 OK 2026/08/12 03:01:09 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/12 03:01:09 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/12 03:01:09 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:09 DEBUG : dir1/0012-6789;: md5 = d1b695d991154d106a7c1021f4f888ce OK 2026/08/12 03:01:09 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/12 03:01:09 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/12 03:01:09 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:10 DEBUG : dir1/0011-56789: md5 = 4300966955f9afe4f29834f7f15ada4b OK 2026/08/12 03:01:10 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/12 03:01:10 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/12 03:01:10 DEBUG : dir1/0013-789;=: md5 = 90537aa41acf4c5df6cbbe3742c0edcd OK 2026/08/12 03:01:10 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/12 03:01:10 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/12 03:01:11 DEBUG : dir1/0014-89;=.: md5 = 498701051af29c67af1e689d4a1373a7 OK 2026/08/12 03:01:11 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/12 03:01:11 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/12 03:01:11 DEBUG : dir1/0015-9;=.t: md5 = d6be457339b92b1f3599b85f60cde6dd OK 2026/08/12 03:01:11 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/12 03:01:11 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/12 03:01:11 DEBUG : Waiting for deletions to finish 2026/08/12 03:01:12 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0009-3456789.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0013-789;=.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0003-defghij.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0015-9;=.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0010-456789.txt: Deleted 2026/08/12 03:01:12 INFO : splitbananasplit: Deleted 2026/08/12 03:01:12 INFO : appleappleapplebanana: Deleted 2026/08/12 03:01:12 INFO : dir1/0012-6789;.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0007-1234567.txt: Deleted 2026/08/12 03:01:12 INFO : dir1/0014-89;=.txt: Deleted 2026/08/12 03:01:13 INFO : dir1/0008-2345678.txt: Deleted 2026/08/12 03:01:13 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/12 03:01:13 INFO : dir1/0011-56789;.txt: Deleted 2026/08/12 03:01:13 DEBUG : Waiting for deletions to finish 2026/08/12 03:01:14 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : appleapple: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:14 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:14 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:14 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:14 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:14 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:14 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:14 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:14 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:14 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:14 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:15 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:15 DEBUG : dir1: Directory modification time the same (differ by -402.977µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:15 DEBUG : apple: size = 5 OK 2026/08/12 03:01:15 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : apple: Unchanged skipping 2026/08/12 03:01:15 DEBUG : appleapple: size = 21 OK 2026/08/12 03:01:15 DEBUG : banana: size = 6 OK 2026/08/12 03:01:15 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:01:15 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : banana: Unchanged skipping 2026/08/12 03:01:15 DEBUG : splitbanan: size = 16 OK 2026/08/12 03:01:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/12 03:01:15 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/12 03:01:15 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/12 03:01:15 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/12 03:01:15 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/12 03:01:15 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/12 03:01:15 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/12 03:01:15 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/12 03:01:15 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/12 03:01:15 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/12 03:01:15 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/12 03:01:15 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/12 03:01:15 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/12 03:01:15 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/12 03:01:15 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/12 03:01:15 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/12 03:01:15 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/12 03:01:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:01:15 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/12 03:01:15 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/12 03:01:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/12 03:01:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/12 03:01:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/12 03:01:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/12 03:01:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/12 03:01:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:01:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:01:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:01:15 DEBUG : Waiting for deletions to finish 2026/08/12 03:01:15 DEBUG : Waiting for deletions to finish 2026/08/12 03:01:16 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : appleapple: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/12 03:01:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:16 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/12 03:01:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/12 03:01:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/12 03:01:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/12 03:01:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/12 03:01:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/12 03:01:16 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/12 03:01:16 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/12 03:01:16 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/12 03:01:16 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/12 03:01:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/12 03:01:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/12 03:01:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/12 03:01:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/12 03:01:16 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/12 03:01:16 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/12 03:01:16 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/12 03:01:16 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/12 03:01:16 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:01:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 5a008eeaebdde862b1ab85ccf718a156 OK 2026/08/12 03:01:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = 059c4b9b7eac0cade2cb8b36e0360c6a OK 2026/08/12 03:01:37 DEBUG : dir1/0002-cdefghi.txt: md5 = 7d2d8c0589fb33bc8a85014383adf823 OK 2026/08/12 03:01:39 DEBUG : dir1/0003-defghij.txt: md5 = 2365e9b8c65d98038309c43e0ccd8e30 OK 2026/08/12 03:01:41 DEBUG : dir1/0004-efghijk.txt: md5 = 1351cee48ba2d9a1b4426e2b2cc29986 OK 2026/08/12 03:01:42 DEBUG : dir1/0005-fghijkl.txt: md5 = b59e6cd2fa96dd1e64cadda2d753ece9 OK 2026/08/12 03:01:44 DEBUG : dir1/0006-ghijklm.txt: md5 = 4929dc81a58e20bad29f820666a3cd37 OK 2026/08/12 03:01:46 DEBUG : dir1/0007-1234567.txt: md5 = 750846a6a6c474f10e11db33e7a404e6 OK 2026/08/12 03:01:48 DEBUG : dir1/0008-2345678.txt: md5 = 6181bc9c4d387fa12d98f9481b916cf3 OK 2026/08/12 03:01:50 DEBUG : dir1/0009-3456789.txt: md5 = 8134bd584a91437c85011a8c888cecb0 OK 2026/08/12 03:01:51 DEBUG : dir1/0010-456789.txt: md5 = 86502f8cb9d9d07e2c4c22010677b195 OK 2026/08/12 03:01:53 DEBUG : dir1/0011-56789;.txt: md5 = c5574bf267e064774596434389bb5bc1 OK 2026/08/12 03:01:55 DEBUG : dir1/0012-6789;.txt: md5 = 5d0d93a53835bcfe2e790bacc33674d5 OK 2026/08/12 03:01:57 DEBUG : dir1/0013-789;=.txt: md5 = af6d28df15685dd8b5e531eff7c108bb OK 2026/08/12 03:01:59 DEBUG : dir1/0014-89;=.txt: md5 = 690b55d6bb9ec57c529a4db11532431c OK 2026/08/12 03:02:00 DEBUG : dir1/0015-9;=.txt: md5 = 0983c92d8dd00fff3fb96b6df550ede1 OK 2026/08/12 03:02:02 DEBUG : apple: md5 = 89b57d9f980d488c78e571dae32f50bb OK 2026/08/12 03:02:04 DEBUG : banana: md5 = 1d94835669ba3af0e031d3ac2dc6e88d OK 2026/08/12 03:02:05 DEBUG : appleappleapplebanana: md5 = 0ac10e47c1f8b150b3f6de196c3608e4 OK 2026/08/12 03:02:07 DEBUG : splitbananasplit: md5 = 197a5fa9ba9fe0c1c6769a86b79e9058 OK 2026/08/12 03:02:07 DEBUG : Waiting for deletions to finish 2026/08/12 03:02:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:02:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:02:09 DEBUG : apple: size = 5 OK 2026/08/12 03:02:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:09 DEBUG : apple: Unchanged skipping 2026/08/12 03:02:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:02:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:02:09 DEBUG : banana: size = 6 OK 2026/08/12 03:02:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:09 DEBUG : banana: Unchanged skipping 2026/08/12 03:02:10 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 03:02:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:02:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:02:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:02:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:02:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:02:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:02:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:02:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:02:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:02:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:02:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:02:10 DEBUG : Waiting for deletions to finish 2026/08/12 03:02:10 INFO : There was nothing to transfer 2026/08/12 03:02:10 DEBUG : Waiting for deletions to finish 2026/08/12 03:02:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:02:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:02:12 DEBUG : dir1: Directory modification time the same (differ by -268.606µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : apple: size = 5 OK 2026/08/12 03:02:12 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : apple: Unchanged skipping 2026/08/12 03:02:12 DEBUG : banana: size = 6 OK 2026/08/12 03:02:12 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : banana: Unchanged skipping 2026/08/12 03:02:12 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:02:12 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:02:12 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:02:12 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:02:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:02:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:02:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:02:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:02:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:02:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:02:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:02:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:02:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:02:12 DEBUG : Waiting for deletions to finish 2026/08/12 03:02:12 INFO : There was nothing to transfer 2026/08/12 03:02:12 DEBUG : Waiting for deletions to finish 2026/08/12 03:02:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:02:13 DEBUG : Waiting for deletions to finish 2026/08/12 03:02:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:02:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:02:32 DEBUG : dir1/0000-abcdefg.txt: md5 = 33c3a057016dbc9216aec7fb832a8514 OK 2026/08/12 03:02:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = 0e84819143aeb7564d082f6aad5953b3 OK 2026/08/12 03:02:36 DEBUG : dir1/0002-cdefghi.txt: md5 = 231e9529e29d990c1f36827ddf5914b2 OK 2026/08/12 03:02:37 DEBUG : dir1/0003-defghij.txt: md5 = 78dfc072815761bc723559ab6ba79c03 OK 2026/08/12 03:02:39 DEBUG : dir1/0004-efghijk.txt: md5 = f48d64b5b89f5aaf85b111817b98d448 OK 2026/08/12 03:02:41 DEBUG : dir1/0005-fghijkl.txt: md5 = 00d0b9749ff30793edee4864fe57908f OK 2026/08/12 03:02:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 02bb0b6ccb28f709d6e28bd271608dd8 OK 2026/08/12 03:02:44 DEBUG : dir1/0007-1234567.txt: md5 = a78795e91d96620e046e22ee2ef24cc5 OK 2026/08/12 03:02:46 DEBUG : dir1/0008-2345678.txt: md5 = 4cd57511a3032917c659b53ea9fdedf9 OK 2026/08/12 03:02:48 DEBUG : dir1/0009-3456789.txt: md5 = e03e5ce7a9ad6ec246258556e7c4ea6c OK 2026/08/12 03:02:50 DEBUG : dir1/0010-456789.txt: md5 = 09416ecbdaf99a858235e6a20fb09e5b OK 2026/08/12 03:02:52 DEBUG : dir1/0011-56789;.txt: md5 = da48f780cda023743121539dff0de180 OK 2026/08/12 03:02:53 DEBUG : dir1/0012-6789;.txt: md5 = 5618736d1cdff8deb1ca2034b0e8b8c1 OK 2026/08/12 03:02:55 DEBUG : dir1/0013-789;=.txt: md5 = 119264b28a0dc300cd41100776d9ecfb OK 2026/08/12 03:02:57 DEBUG : dir1/0014-89;=.txt: md5 = 814210c4f8e89aa84dc9b508360fe56a OK 2026/08/12 03:02:59 DEBUG : dir1/0015-9;=.txt: md5 = c1ac22b2d647893a0d5a0a80e7daa4dc OK 2026/08/12 03:03:00 DEBUG : apple: md5 = 394cdd4f83c1355ac78f1c55904e27b0 OK 2026/08/12 03:03:02 DEBUG : banana: md5 = 0cf8a68cd76e8a6b91f33dd58c02ab8d OK 2026/08/12 03:03:04 DEBUG : appleappleapplebanana: md5 = f182955ef986765a786b122b984ab5c7 OK 2026/08/12 03:03:06 DEBUG : splitbananasplit: md5 = ea2d4d7b7c9988e8a8e897d49f8de66e OK 2026/08/12 03:03:06 DEBUG : Waiting for deletions to finish 2026/08/12 03:03:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:03:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:03:08 DEBUG : apple: size = 5 OK 2026/08/12 03:03:08 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:08 DEBUG : apple: Unchanged skipping 2026/08/12 03:03:08 DEBUG : banana: size = 6 OK 2026/08/12 03:03:08 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:08 DEBUG : banana: Unchanged skipping 2026/08/12 03:03:08 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:03:08 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:08 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:03:09 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 03:03:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:03:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:03:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:03:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:03:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:03:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:03:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:03:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:03:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:03:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:03:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:03:09 DEBUG : Waiting for deletions to finish 2026/08/12 03:03:09 INFO : There was nothing to transfer 2026/08/12 03:03:09 DEBUG : Waiting for deletions to finish 2026/08/12 03:03:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:03:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:03:11 DEBUG : dir1: Directory modification time the same (differ by -15.176µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : apple: size = 5 OK 2026/08/12 03:03:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:03:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:03:11 DEBUG : apple: Unchanged skipping 2026/08/12 03:03:11 DEBUG : banana: size = 6 OK 2026/08/12 03:03:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : banana: Unchanged skipping 2026/08/12 03:03:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:03:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:03:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:03:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:03:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:03:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:03:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:03:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:03:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:03:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:03:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:03:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:03:11 DEBUG : Waiting for deletions to finish 2026/08/12 03:03:11 INFO : There was nothing to transfer 2026/08/12 03:03:11 DEBUG : Waiting for deletions to finish 2026/08/12 03:03:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:03:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:03:30 DEBUG : dir1/0000-abcdefg.txt: md5 = 6b89d79731529a8e7763461c9a37d822 OK 2026/08/12 03:03:32 DEBUG : dir1/0001-bcdefgh.txt: md5 = 1afe16803b956cdaca8d9950ecfa24d8 OK 2026/08/12 03:03:33 DEBUG : dir1/0002-cdefghi.txt: md5 = 403ffdc964c61247769c80605e189376 OK 2026/08/12 03:03:35 DEBUG : dir1/0003-defghij.txt: md5 = 366036079b6e952887184dea79112ad4 OK 2026/08/12 03:03:37 DEBUG : dir1/0004-efghijk.txt: md5 = a0d382bfa7524170c628275bf237802a OK 2026/08/12 03:03:39 DEBUG : dir1/0005-fghijkl.txt: md5 = 057375184e4d58c4362d1bb7981ef1c2 OK 2026/08/12 03:03:41 DEBUG : dir1/0006-ghijklm.txt: md5 = 34f9322050f82fe711044a6975d4d249 OK 2026/08/12 03:03:43 DEBUG : dir1/0007-1234567.txt: md5 = 51760ea388a42c9512eb2bf5dfc8640d OK 2026/08/12 03:03:45 DEBUG : dir1/0008-2345678.txt: md5 = 8b864e02e6b52171e1b9f861c790a6fd OK 2026/08/12 03:03:47 DEBUG : dir1/0009-3456789.txt: md5 = 2dd88c60e3f5b4600ca7a9674f5ef79b OK 2026/08/12 03:03:49 DEBUG : dir1/0010-456789.txt: md5 = 7bf5956059a919f49856f04352061889 OK 2026/08/12 03:03:51 DEBUG : dir1/0011-56789;.txt: md5 = e0d31e0701158ae8487ce68a537d1376 OK 2026/08/12 03:03:52 DEBUG : dir1/0012-6789;.txt: md5 = f7319a439da47becbbffb02dec75a3a5 OK 2026/08/12 03:03:54 DEBUG : dir1/0013-789;=.txt: md5 = ddf0179d9ab711294d1e4449c1b30bb7 OK 2026/08/12 03:03:56 DEBUG : dir1/0014-89;=.txt: md5 = 0f5a289bac805b66e5b2c75c761c837d OK 2026/08/12 03:03:58 DEBUG : dir1/0015-9;=.txt: md5 = c2303cc693a67327b82fdd9f79a01883 OK 2026/08/12 03:04:00 DEBUG : apple: md5 = 8467650ec2c9fc932c41bb2c080c28c7 OK 2026/08/12 03:04:01 DEBUG : banana: md5 = 3cbd7e6ab975a7e1e432bc545bd5f353 OK 2026/08/12 03:04:03 DEBUG : appleappleapplebanana: md5 = 689ff6d583d311f089748569d95be75c OK 2026/08/12 03:04:05 DEBUG : splitbananasplit: md5 = a0da6d9243519f434cc4ac5d3316698d OK 2026/08/12 03:04:05 DEBUG : Waiting for deletions to finish 2026/08/12 03:04:06 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:04:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:04:07 DEBUG : apple: size = 5 OK 2026/08/12 03:04:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:04:07 DEBUG : banana: size = 6 OK 2026/08/12 03:04:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:07 DEBUG : banana: Unchanged skipping 2026/08/12 03:04:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:04:07 DEBUG : apple: Unchanged skipping 2026/08/12 03:04:08 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 03:04:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:04:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:04:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:04:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:04:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:04:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:04:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:04:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:04:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:04:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:04:08 DEBUG : Waiting for deletions to finish 2026/08/12 03:04:08 INFO : There was nothing to transfer 2026/08/12 03:04:08 DEBUG : Waiting for deletions to finish 2026/08/12 03:04:09 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:04:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:04:10 DEBUG : dir1: Directory modification time the same (differ by -769.72µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:04:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : banana: size = 6 OK 2026/08/12 03:04:10 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:04:10 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : apple: size = 5 OK 2026/08/12 03:04:10 DEBUG : banana: Unchanged skipping 2026/08/12 03:04:10 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : apple: Unchanged skipping 2026/08/12 03:04:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:04:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:04:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:04:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:04:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:04:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:04:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:04:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:04:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:04:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:04:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:04:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:04:10 DEBUG : Waiting for deletions to finish 2026/08/12 03:04:10 INFO : There was nothing to transfer 2026/08/12 03:04:10 DEBUG : Waiting for deletions to finish 2026/08/12 03:04:11 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:04:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:04:29 DEBUG : dir1/0000-abcdefg.txt: md5 = 8278b01f28410b34400ba369c26ec5ed OK 2026/08/12 03:04:31 DEBUG : dir1/0001-bcdefgh.txt: md5 = ca1d2358857410d6c8dea93836c97387 OK 2026/08/12 03:04:33 DEBUG : dir1/0002-cdefghi.txt: md5 = d67bfd8193fb3784c58f4d6ab54c174d OK 2026/08/12 03:04:35 DEBUG : dir1/0003-defghij.txt: md5 = ab163b1309bf8ce87d929c896e86a295 OK 2026/08/12 03:04:37 DEBUG : dir1/0004-efghijk.txt: md5 = 89ebce2ae4b49ebf3943af56170f547e OK 2026/08/12 03:04:39 DEBUG : dir1/0005-fghijkl.txt: md5 = 6ec5509b505bc12467f5f86b6b05ae34 OK 2026/08/12 03:04:41 DEBUG : dir1/0006-ghijklm.txt: md5 = 0acb272b8ea52b7df896b0c716ecb45a OK 2026/08/12 03:04:42 DEBUG : dir1/0007-1234567.txt: md5 = 5e61db91df3a41403a6363ffdacce490 OK 2026/08/12 03:04:44 DEBUG : dir1/0008-2345678.txt: md5 = cd50bba8064f64809f1ce6a690264db4 OK 2026/08/12 03:04:46 DEBUG : dir1/0009-3456789.txt: md5 = f61207f1b991d0f7bdc9c21a00c2c237 OK 2026/08/12 03:04:48 DEBUG : dir1/0010-456789.txt: md5 = a82efa9e724329ff29c8017aee4eb111 OK 2026/08/12 03:04:49 DEBUG : dir1/0011-56789;.txt: md5 = e9656eb3b54060f9ed64515f1f81f796 OK 2026/08/12 03:04:51 DEBUG : dir1/0012-6789;.txt: md5 = 5dd35738f7ab5a4d5d92e2ae243fa092 OK 2026/08/12 03:04:53 DEBUG : dir1/0013-789;=.txt: md5 = 73984140b263857cfde6b85e08fa0425 OK 2026/08/12 03:04:55 DEBUG : dir1/0014-89;=.txt: md5 = 0b0d619ac81754bc31f5cfeadc59f921 OK 2026/08/12 03:04:57 DEBUG : dir1/0015-9;=.txt: md5 = 3b0c56fc7327c92a060104ec208194d6 OK 2026/08/12 03:04:59 DEBUG : apple: md5 = 1a3161c5b8b8dc3f6b6f63d2a0bb3af6 OK 2026/08/12 03:05:01 DEBUG : banana: md5 = 6a4c5415f9b4ef599136b5e08654bbe4 OK 2026/08/12 03:05:02 DEBUG : appleappleapplebanana: md5 = 9a7b1a001aafd10ab501708bf91a8dd3 OK 2026/08/12 03:05:05 DEBUG : splitbananasplit: md5 = 05196edab0b4957a07697d39419bb5ca OK 2026/08/12 03:05:05 DEBUG : Waiting for deletions to finish 2026/08/12 03:05:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:05:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:05:07 DEBUG : apple: size = 5 OK 2026/08/12 03:05:07 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:07 DEBUG : apple: Unchanged skipping 2026/08/12 03:05:07 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:05:07 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:07 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:05:07 DEBUG : banana: size = 6 OK 2026/08/12 03:05:07 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:07 DEBUG : banana: Unchanged skipping 2026/08/12 03:05:08 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 03:05:08 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:05:08 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:05:08 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:05:08 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:05:08 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:05:08 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:05:08 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:05:08 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:05:08 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:05:08 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:08 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:05:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:05:08 DEBUG : Waiting for deletions to finish 2026/08/12 03:05:08 INFO : There was nothing to transfer 2026/08/12 03:05:08 DEBUG : Waiting for deletions to finish 2026/08/12 03:05:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:05:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1: Directory modification time the same (differ by -523.583µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : apple: size = 5 OK 2026/08/12 03:05:10 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : apple: Unchanged skipping 2026/08/12 03:05:10 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:05:10 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:05:10 DEBUG : banana: size = 6 OK 2026/08/12 03:05:10 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:05:10 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:05:10 DEBUG : banana: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:05:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:05:10 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:05:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:05:10 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:05:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:05:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:05:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:05:10 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:05:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:05:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:05:10 DEBUG : Waiting for deletions to finish 2026/08/12 03:05:10 INFO : There was nothing to transfer 2026/08/12 03:05:10 DEBUG : Waiting for deletions to finish 2026/08/12 03:05:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:05:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:05:29 DEBUG : dir1/0000-abcdefg.txt: md5 = 0a216449197acbeffbf21c4f2723abb2 OK 2026/08/12 03:05:31 DEBUG : dir1/0001-bcdefgh.txt: md5 = f76bdd391916552b49aa40c3bc6086eb OK 2026/08/12 03:05:33 DEBUG : dir1/0002-cdefghi.txt: md5 = 9ab9b4189030927d95b7be21ba23d622 OK 2026/08/12 03:05:35 DEBUG : dir1/0003-defghij.txt: md5 = 3d33c685c754cde4170f6e55eb618584 OK 2026/08/12 03:05:37 DEBUG : dir1/0004-efghijk.txt: md5 = 846126e7373d59b15b9ae8cd68a4a460 OK 2026/08/12 03:05:38 DEBUG : dir1/0005-fghijkl.txt: md5 = 5e20a3a99b732ff690bae051ead93d25 OK 2026/08/12 03:05:40 DEBUG : dir1/0006-ghijklm.txt: md5 = 8a4af0a40335476b3f130dae8993f5fa OK 2026/08/12 03:05:42 DEBUG : dir1/0007-1234567.txt: md5 = a0c9c350c59d60b52d93c3a13051fea4 OK 2026/08/12 03:05:44 DEBUG : dir1/0008-2345678.txt: md5 = 231c4008b0081deb595a6325a13d74a5 OK 2026/08/12 03:05:46 DEBUG : dir1/0009-3456789.txt: md5 = b3ea2052410cc993989c9ef35cf37ed0 OK 2026/08/12 03:05:48 DEBUG : dir1/0010-456789.txt: md5 = 30c906644f18a3b0bbe1e3cb257a59c9 OK 2026/08/12 03:05:49 DEBUG : dir1/0011-56789;.txt: md5 = be1ecd62ebd17c13890911754bb74f85 OK 2026/08/12 03:05:51 DEBUG : dir1/0012-6789;.txt: md5 = 8c6807c26d1d4d491956f00c7e045adf OK 2026/08/12 03:05:53 DEBUG : dir1/0013-789;=.txt: md5 = cdee6bcd2d7fc72f8a97166dc955abeb OK 2026/08/12 03:05:55 DEBUG : dir1/0014-89;=.txt: md5 = 874775f7e8ae3d7f5b5b363b0324cea5 OK 2026/08/12 03:05:56 DEBUG : dir1/0015-9;=.txt: md5 = b2fbd5e7adf490dfb56472faaf53b154 OK 2026/08/12 03:05:58 DEBUG : apple: md5 = 26ce11dfe8173dacca5cd4fb4d7c2c1b OK 2026/08/12 03:06:00 DEBUG : banana: md5 = 41bd2bad9d317342d5bb579ebd641f4e OK 2026/08/12 03:06:02 DEBUG : appleappleapplebanana: md5 = 3a36f318d52918d4ec92eb3b1bbdc6f1 OK 2026/08/12 03:06:04 DEBUG : splitbananasplit: md5 = 4eed3305129f958142685fd65f2722a4 OK 2026/08/12 03:06:04 DEBUG : Waiting for deletions to finish 2026/08/12 03:06:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:06:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:06:06 DEBUG : apple: size = 5 OK 2026/08/12 03:06:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : apple: Unchanged skipping 2026/08/12 03:06:06 DEBUG : banana: size = 6 OK 2026/08/12 03:06:06 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:06:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : banana: Unchanged skipping 2026/08/12 03:06:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:06:06 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/12 03:06:06 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:06:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:06:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:06:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:06:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:06:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:06:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:06:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:06:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:06:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:06:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:06:06 DEBUG : Waiting for deletions to finish 2026/08/12 03:06:06 INFO : There was nothing to transfer 2026/08/12 03:06:06 DEBUG : Waiting for deletions to finish 2026/08/12 03:06:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:06:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1: Directory modification time the same (differ by -283.905µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : apple: size = 5 OK 2026/08/12 03:06:09 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : apple: Unchanged skipping 2026/08/12 03:06:09 DEBUG : banana: size = 6 OK 2026/08/12 03:06:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/12 03:06:09 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : splitbananasplit: size = 16 OK 2026/08/12 03:06:09 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : splitbananasplit: Unchanged skipping 2026/08/12 03:06:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/12 03:06:09 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : banana: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/12 03:06:09 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/12 03:06:09 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/12 03:06:09 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/12 03:06:09 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/12 03:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:06:09 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/12 03:06:09 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/12 03:06:09 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:06:09 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/12 03:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:06:09 DEBUG : Waiting for deletions to finish 2026/08/12 03:06:09 INFO : There was nothing to transfer 2026/08/12 03:06:09 DEBUG : Waiting for deletions to finish 2026/08/12 03:06:09 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : banana: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : apple: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/12 03:06:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) --- PASS: TestTransform (716.30s) --- PASS: TestTransform/NFC (59.11s) --- PASS: TestTransform/NFD (58.28s) --- PASS: TestTransform/base64 (69.30s) --- PASS: TestTransform/prefix (82.99s) --- PASS: TestTransform/suffix (83.96s) --- PASS: TestTransform/truncate (68.39s) --- PASS: TestTransform/encoder (58.04s) --- PASS: TestTransform/ISO-8859-1 (58.21s) --- PASS: TestTransform/charmap (59.42s) --- PASS: TestTransform/lowercase (59.78s) --- PASS: TestTransform/ascii (58.80s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:06:25 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/12 03:06:25 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/12 03:06:25 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/12 03:06:26 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-12T03:06:25.534650314Z) 2026/08/12 03:06:26 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/12 03:06:26 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/12 03:06:26 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/12 03:06:26 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/12 03:06:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:06:26 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/12 03:06:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:06:29 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = fc08d900d23db01618960d3ef3f287e9 OK 2026/08/12 03:06:29 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/12 03:06:29 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/12 03:06:29 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (7.28s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:06:32 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:33 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:33 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:06:34 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:06:32.816743314Z) 2026/08/12 03:06:34 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:34 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:06:34 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/12 03:06:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:06:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:06:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:06:35 DEBUG : tictactoe/tictactoe: md5 = d1756ef01fe9ab49dc54453c7ec6b18e OK 2026/08/12 03:06:35 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/12 03:06:35 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/12 03:06:35 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (6.16s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:06:39 DEBUG : toe: Making directory with metadata 2026/08/12 03:06:40 INFO : toe: Made directory with metadata (mtime=2026-08-12T03:06:38.981822048Z) 2026/08/12 03:06:40 DEBUG : toe/toe: Making directory with metadata 2026/08/12 03:06:41 INFO : toe/toe: Made directory with metadata (mtime=2026-08-12T03:06:38.981822048Z) 2026/08/12 03:06:41 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:41 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/12 03:06:41 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/12 03:06:41 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/12 03:06:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:06:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:06:43 DEBUG : toe/toe/tictactoe: md5 = 62a95946585aba3c9fbc7d5287733161 OK 2026/08/12 03:06:43 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/12 03:06:43 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/12 03:06:43 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (9.51s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:06:48 DEBUG : toe: Making directory with metadata 2026/08/12 03:06:49 INFO : toe: Made directory with metadata (mtime=2026-08-12T03:06:48.494934853Z) 2026/08/12 03:06:49 DEBUG : toe/toe: Making directory with metadata 2026/08/12 03:06:51 INFO : toe/toe: Made directory with metadata (mtime=2026-08-12T03:06:48.494934853Z) 2026/08/12 03:06:51 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/12 03:06:51 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/12 03:06:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/12 03:06:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:06:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:06:52 DEBUG : toe/toe/tictactoe: md5 = dd7f56655396159f10099f8f4ba7c34e OK 2026/08/12 03:06:52 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/12 03:06:52 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/12 03:06:52 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (9.38s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:06:57 DEBUG : empty_dir: Making directory with metadata 2026/08/12 03:06:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:06:57 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:06:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:06:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:06:58 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/12 03:06:59 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:06:59 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:06:59 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:59 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:06:59 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:07:00 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:06:57.870045198Z) 2026/08/12 03:07:00 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:00 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:00 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/12 03:07:01 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-12T03:06:57.870045198Z) 2026/08/12 03:07:01 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:01 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:07:01 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:07:03 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 6fd4af4cf9c83bbe68143336fb7ddf08 OK 2026/08/12 03:07:03 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/12 03:07:03 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:03 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (12.66s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:07:10 DEBUG : empty_dir: Making directory with metadata 2026/08/12 03:07:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:07:10 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:10 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/12 03:07:11 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:07:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:11 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:11 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:11 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:07:12 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:10.528194422Z) 2026/08/12 03:07:12 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:12 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:12 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/12 03:07:13 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:10.528194422Z) 2026/08/12 03:07:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:13 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/12 03:07:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:13 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:07:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:07:15 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = bdaac47c0dfd028c6f70adffbaf7d605 OK 2026/08/12 03:07:15 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:07:15 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:15 DEBUG : Waiting for deletions to finish 2026/08/12 03:07:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:16 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:17 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:17 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/12 03:07:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:07:17 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/12 03:07:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': 0 differences found 2026/08/12 03:07:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': 1 hashes could not be checked 2026/08/12 03:07:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': 1 matching files --- PASS: TestAllTag (12.19s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:07:22 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:23 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:23 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:07:24 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:22.72233843Z) 2026/08/12 03:07:24 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:24 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:24 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/12 03:07:25 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:22.72233843Z) 2026/08/12 03:07:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:25 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:07:25 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:07:28 DEBUG : tictactoe/tictactoe/toe.txt: md5 = e8e79a37263b513528a40e96d1aeaf13 OK 2026/08/12 03:07:28 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/12 03:07:28 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:28 DEBUG : Waiting for deletions to finish 2026/08/12 03:07:29 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:30 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:30 DEBUG : tictactoe: Directory modification time the same (differ by -338.43µs, within tolerance 1ms) 2026/08/12 03:07:30 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:30 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:30 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -338.43µs, within tolerance 1ms) 2026/08/12 03:07:30 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/12 03:07:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:30 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/12 03:07:30 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/12 03:07:30 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/12 03:07:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:07:30 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (12.41s) === RUN TestSyntax 2026/08/12 03:07:35 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:07:35 DEBUG : toe: Making directory with metadata 2026/08/12 03:07:36 INFO : toe: Made directory with metadata (mtime=2026-08-12T03:07:35.133485251Z) 2026/08/12 03:07:36 DEBUG : toe/toe: Making directory with metadata 2026/08/12 03:07:37 INFO : toe/toe: Made directory with metadata (mtime=2026-08-12T03:07:35.133485251Z) 2026/08/12 03:07:37 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/12 03:07:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:07:39 DEBUG : toe/toe/toe: md5 = 74471e226f2cf697a778ac357da392f4 OK 2026/08/12 03:07:39 DEBUG : toe/toe/toe: size = 11 OK 2026/08/12 03:07:39 INFO : toe/toe/toe: Copied (new) 2026/08/12 03:07:39 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (9.51s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:07:44 DEBUG : empty_dir: Making directory with metadata 2026/08/12 03:07:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:07:44 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:44 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/12 03:07:46 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:07:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:46 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:46 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:46 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:07:47 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:44.643597921Z) 2026/08/12 03:07:47 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:47 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:47 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:47 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/12 03:07:48 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:44.643597921Z) 2026/08/12 03:07:48 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:48 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/12 03:07:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:48 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:07:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:48 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:07:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:07:50 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 7c0ed78867dda32ec93d915cbbe0b75f OK 2026/08/12 03:07:50 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:07:50 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:07:50 INFO : toe/toe/toe.txt: Deleted 2026/08/12 03:07:50 INFO : toe/toe: Removing directory 2026/08/12 03:07:50 INFO : toe: Removing directory 2026/08/12 03:07:50 INFO : empty_dir: Removing directory 2026/08/12 03:07:50 DEBUG : Local file system at /tmp/rclone3145259088: deleted 3 directories --- PASS: TestMove (11.39s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:07:56 DEBUG : empty_dir: Making directory with metadata 2026/08/12 03:07:56 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:07:56 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:56 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/12 03:07:57 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:07:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:07:57 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:57 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:57 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:07:58 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:56.038733108Z) 2026/08/12 03:07:58 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:58 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:07:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:07:58 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/12 03:08:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-12T03:07:56.038733108Z) 2026/08/12 03:08:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:08:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/12 03:08:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:08:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:08:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:08:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 63d886cc6f1f4f05f3bf5cda47f514c0 OK 2026/08/12 03:08:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:08:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:02 INFO : toe/toe/toe.txt: Deleted 2026/08/12 03:08:02 INFO : toe/toe: Removing directory 2026/08/12 03:08:02 INFO : toe: Removing directory 2026/08/12 03:08:02 INFO : empty_dir: Removing directory 2026/08/12 03:08:02 DEBUG : Local file system at /tmp/rclone3145259088: deleted 3 directories 2026/08/12 03:08:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:08:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 03:08:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/12 03:08:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/12 03:08:03 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/12 03:08:08 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (20.13s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:08:16 DEBUG : Reset feature "Copy" 2026/08/12 03:08:16 DEBUG : Reset feature "Move" 2026/08/12 03:08:16 DEBUG : Reset feature "Copy" 2026/08/12 03:08:16 DEBUG : Reset feature "Move" 2026/08/12 03:08:16 DEBUG : empty_dir: Making directory with metadata 2026/08/12 03:08:16 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:08:16 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:08:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:08:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:08:16 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:08:16 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/12 03:08:17 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/12 03:08:17 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/12 03:08:17 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:08:17 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:08:17 DEBUG : tictactoe: Making directory with metadata 2026/08/12 03:08:18 INFO : tictactoe: Made directory with metadata (mtime=2026-08-12T03:08:16.171972439Z) 2026/08/12 03:08:18 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:08:18 DEBUG : toe: transformed to: tictactoe 2026/08/12 03:08:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:08:18 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/12 03:08:19 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-12T03:08:16.171972439Z) 2026/08/12 03:08:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/12 03:08:19 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/12 03:08:19 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:19 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:08:19 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:19 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:08:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:08:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 986206bc583b2c8a958861cd672bc890 OK 2026/08/12 03:08:21 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:08:21 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/12 03:08:21 INFO : toe/toe/toe.txt: Deleted 2026/08/12 03:08:21 INFO : toe/toe: Removing directory 2026/08/12 03:08:21 INFO : toe: Removing directory 2026/08/12 03:08:21 INFO : empty_dir: Removing directory 2026/08/12 03:08:21 DEBUG : Local file system at /tmp/rclone3145259088: deleted 3 directories 2026/08/12 03:08:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/12 03:08:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/12 03:08:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/12 03:08:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/12 03:08:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/12 03:08:29 DEBUG : toe/toe/toe.txt: md5 = e5fe2f20ad1e298a93f38666b8bb1221 OK 2026/08/12 03:08:29 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/12 03:08:29 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/12 03:08:29 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (21.10s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:08:37 DEBUG : toe: transformed to: dG9l 2026/08/12 03:08:37 DEBUG : toe: transformed to: dG9l 2026/08/12 03:08:37 DEBUG : dG9l: Making directory with metadata 2026/08/12 03:08:38 INFO : dG9l: Made directory with metadata (mtime=2026-08-12T03:08:37.266223835Z) 2026/08/12 03:08:38 DEBUG : toe: transformed to: dG9l 2026/08/12 03:08:38 DEBUG : toe: transformed to: dG9l 2026/08/12 03:08:38 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/12 03:08:38 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/12 03:08:40 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-12T03:08:37.266223835Z) 2026/08/12 03:08:40 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/12 03:08:40 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/12 03:08:40 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/12 03:08:40 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/12 03:08:40 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/12 03:08:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:08:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:08:42 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 7ae83a046aa1fd008ff4f49f412f0a81 OK 2026/08/12 03:08:42 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/12 03:08:42 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/12 03:08:42 DEBUG : Waiting for deletions to finish 2026/08/12 03:08:44 DEBUG : dG9l: transformed to: toe 2026/08/12 03:08:44 DEBUG : dG9l: transformed to: toe 2026/08/12 03:08:44 DEBUG : toe: Directory modification time the same (differ by 223.835µs, within tolerance 1ms) 2026/08/12 03:08:44 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/12 03:08:44 DEBUG : dG9l: transformed to: toe 2026/08/12 03:08:44 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/12 03:08:44 DEBUG : toe/toe: Directory modification time the same (differ by 223.835µs, within tolerance 1ms) 2026/08/12 03:08:44 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/12 03:08:44 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/12 03:08:44 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/12 03:08:44 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/12 03:08:44 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/12 03:08:44 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/12 03:08:44 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for checks to finish 2026/08/12 03:08:44 DEBUG : Local file system at /tmp/rclone3145259088: Waiting for transfers to finish 2026/08/12 03:08:44 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (12.32s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori'", Local "Local file system at /tmp/rclone3145259088", Modify Window "1ms" 2026/08/12 03:08:49 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:49 DEBUG : toe: transformed to: 2026/08/12 03:08:49 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:49 DEBUG : toe: transformed to: 2026/08/12 03:08:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Making directory with metadata 2026/08/12 03:08:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Made directory with metadata (mtime=2026-08-12T03:08:49.582370909Z) 2026/08/12 03:08:50 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:50 DEBUG : toe: transformed to: 2026/08/12 03:08:50 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:50 DEBUG : toe: transformed to: 2026/08/12 03:08:50 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:50 DEBUG : toe/toe: transformed to: 2026/08/12 03:08:50 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/12 03:08:50 DEBUG : toe/toe: Making directory with metadata 2026/08/12 03:08:52 INFO : toe/toe: Made directory with metadata (mtime=2026-08-12T03:08:49.582370909Z) 2026/08/12 03:08:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:52 DEBUG : toe/toe: transformed to: 2026/08/12 03:08:52 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/12 03:08:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:52 DEBUG : toe: transformed to: 2026/08/12 03:08:52 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/12 03:08:52 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/12 03:08:52 DEBUG : toe/toe/toe: transformed to: 2026/08/12 03:08:52 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/12 03:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for checks to finish 2026/08/12 03:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Waiting for transfers to finish 2026/08/12 03:08:54 DEBUG : toe/toe/toe: md5 = c12d937a6d017b96406db4114d8481c9 OK 2026/08/12 03:08:54 DEBUG : toe/toe/toe: size = 11 OK 2026/08/12 03:08:54 INFO : toe/toe/toe: Copied (new) 2026/08/12 03:08:54 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': not deleting files as there were IO errors 2026/08/12 03:08:54 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': not deleting directories as there were IO errors --- PASS: TestError (10.02s) PASS 2026/08/12 03:08:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fisoyuc8jori': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 35m15.72506448s (try 1/5)