"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2026/08/10 02:52:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza" 2026/08/10 02:52:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/10 02:52:06 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0" 2026/08/10 02:52:07 DEBUG : Creating backend with remote "/tmp/rclone2811371124" === 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-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:08 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:52:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:52:08 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/10 02:52:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:08 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.73s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:08 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:52:09 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:52:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:52:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:11 DEBUG : sub dir/hello world: md5 = b1c66f19c94b8a3a6cf5dc4b8066f2ed OK 2026/08/10 02:52:11 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:52:11 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:52:12 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (6.30s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:15 DEBUG : metadata sub dir: Making directory with metadata 2026/08/10 02:52:15 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:15 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/10 02:52:15 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:15 DEBUG : Local file system at /tmp/rclone2811371124: File to upload is small (21 bytes), uploading instead of streaming 2026/08/10 02:52:15 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/10 02:52:15 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/10 02:52:15 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/10 02:52:15 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:52:15 DEBUG : Google drive root 'crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0': Skipping btime metadata as can't update it on an existing file: 2026-08-10T02:52:15.277192745Z 2026/08/10 02:52:16 INFO : empty metadata sub dir: Updated directory metadata 2026/08/10 02:52:16 DEBUG : Google drive root 'crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0': Skipping btime metadata as can't update it on an existing file: 2026-08-10T02:52:15.277192745Z 2026/08/10 02:52:17 INFO : metadata sub dir: Updated directory metadata 2026/08/10 02:52:17 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/10 02:52:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:18 DEBUG : metadata sub dir/hello metadata world: md5 = 046571cdfddcd08492b37a783ff01534 OK 2026/08/10 02:52:18 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/10 02:52:18 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.49s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:22 DEBUG : metadata sub dir: Making directory with metadata 2026/08/10 02:52:22 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:22 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/10 02:52:22 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:22 DEBUG : Local file system at /tmp/rclone2811371124: File to upload is small (21 bytes), uploading instead of streaming 2026/08/10 02:52:22 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/10 02:52:22 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/10 02:52:22 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/10 02:52:22 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:52:23 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/10 02:52:23 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/10 02:52:23 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/10 02:52:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:25 DEBUG : metadata sub dir/hello metadata world: md5 = 55bf945c1d5fcf9690d5164211078a01 OK 2026/08/10 02:52:25 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/10 02:52:25 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/10 02:52:25 DEBUG : Google drive root 'crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0': Skipping btime metadata as can't update it on an existing file: 2026-08-10T02:52:22.771291936Z 2026/08/10 02:52:25 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.03s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:28 DEBUG : Creating backend with remote "/non-existing" 2026/08/10 02:52:29 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/10 02:52:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.67s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:29 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:52:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:52:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:31 DEBUG : sub dir/hello world: md5 = dee83846f151113aa0338c406daf2def OK 2026/08/10 02:52:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:52:31 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:52:32 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.26s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.45s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Running all checks before starting transfers 2026/08/10 02:52:35 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:52:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:52:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Checks finished, now starting transfers 2026/08/10 02:52:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:37 DEBUG : sub dir/hello world: md5 = 0b93d3e114d4751812149c687ad1eca4 OK 2026/08/10 02:52:37 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:52:37 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:52:38 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.12s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:40 ERROR : Ignoring --no-traverse with sync 2026/08/10 02:52:40 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:52:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:52:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:42 DEBUG : sub dir/hello world: md5 = 412385db2c9071371c6c8dd85568376a OK 2026/08/10 02:52:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:52:42 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:52:42 DEBUG : Waiting for deletions to finish 2026/08/10 02:52:43 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.02s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:45 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/10 02:52:45 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:52:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:46 DEBUG : hello world2: md5 = 670dd8aba16e1a8e5d8525523e2f8b0c OK 2026/08/10 02:52:46 DEBUG : hello world2: size = 12 OK 2026/08/10 02:52:46 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.76s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:48 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:52:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:49 DEBUG : potato2: md5 = f9e9e5fba2fa4c2d18c213e1362fd87f OK 2026/08/10 02:52:49 DEBUG : potato2: size = 11 OK 2026/08/10 02:52:49 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.80s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:51 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:52:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:52 DEBUG : potato2: md5 = 224e54dd76324a28e1e4f8cd8a414754 OK 2026/08/10 02:52:52 DEBUG : potato2: size = 11 OK 2026/08/10 02:52:52 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.01s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:52:53 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/10 02:52:53 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:53 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/10 02:52:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:52:54 DEBUG : sub dir2: Making directory with metadata 2026/08/10 02:52:54 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:54 DEBUG : sub dir: Making directory with metadata 2026/08/10 02:52:55 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 02:52:55 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/10 02:52:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:52:56 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:52:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:52:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:52:57 DEBUG : sub dir/hello world: md5 = 2b7276d6f7dfe0be04547cb73068d62a OK 2026/08/10 02:52:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:52:57 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (8.46s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:02 INFO : sub dir2: Making directory 2026/08/10 02:53:02 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/10 02:53:02 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:53:02 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/10 02:53:02 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:53:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:02 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/10 02:53:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:04 DEBUG : sub dir/hello world: md5 = e64474d13ce99310dd5880e48e1bfb47 OK 2026/08/10 02:53:04 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:53:04 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:53:05 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (5.31s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:07 DEBUG : sub dir2: Making directory with metadata 2026/08/10 02:53:07 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:53:07 DEBUG : sub dir2: Making directory with metadata 2026/08/10 02:53:08 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:53:08 DEBUG : sub dir: Making directory with metadata 2026/08/10 02:53:09 INFO : sub dir: Made directory with metadata (mtime=2026-08-10T02:53:07.664886166Z) 2026/08/10 02:53:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:10 DEBUG : sub dir/hello world: md5 = ec26f3031ffd8afba5e910683041992b OK 2026/08/10 02:53:10 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:53:10 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:53:10 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (6.61s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:14 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/10 02:53:14 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 02:53:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.54s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:17 INFO : sub dir2: Making directory 2026/08/10 02:53:18 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/10 02:53:18 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:53:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:20 DEBUG : sub dir/hello world: md5 = 728d02b5f62555b087864deaeb63f055 OK 2026/08/10 02:53:20 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:53:20 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:53:20 INFO : sub dir/hello world: Deleted 2026/08/10 02:53:20 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.21s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:23 DEBUG : sub dir2: Making directory with metadata 2026/08/10 02:53:23 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:53:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:53:23 DEBUG : sub dir2: Making directory with metadata 2026/08/10 02:53:23 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 02:53:23 DEBUG : sub dir: Making directory with metadata 2026/08/10 02:53:24 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 02:53:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:26 DEBUG : sub dir/hello world: md5 = 2a755c17b42a0b1ab371190331525fa0 OK 2026/08/10 02:53:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:53:26 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:53:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (6.65s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.46s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:30 INFO : sub dir2: Making directory 2026/08/10 02:53:30 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/10 02:53:30 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:53:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:32 DEBUG : sub dir/hello world: md5 = 315cf0fdbec9022b07b0234f998ad9a2 OK 2026/08/10 02:53:32 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:53:32 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:53:32 DEBUG : Waiting for deletions to finish 2026/08/10 02:53:33 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.40s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:37 DEBUG : sub dir/hello world: md5 = 1149b500ed3e2f2273bb7c4425ffba01 OK 2026/08/10 02:53:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luxuyac3muda" 2026/08/10 02:53:38 DEBUG : Creating backend with remote "TestDrive:crypt/0anjlrrl35r84c6q679ge0478a7bc7besneikmlq63tb4bk5arp0" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza' -> Encrypted drive 'TestCryptDrive:rclone-test-luxuyac3muda' 2026/08/10 02:53:39 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:53:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxuyac3muda': Waiting for checks to finish 2026/08/10 02:53:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxuyac3muda': Waiting for transfers to finish 2026/08/10 02:53:42 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:53:42 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/10 02:53:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:53:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxuyac3muda': Purge remote --- PASS: TestServerSideCopy (10.21s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:47 DEBUG : sub dir/hello world: md5 = 61e3fd72b28d4700a738879c3b9ecd54 OK 2026/08/10 02:53:49 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/10 02:53:49 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/10 02:53:49 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:53:49 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:53:49 DEBUG : sub dir/hello world: Sizes differ 2026/08/10 02:53:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:53:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:53:51 DEBUG : sub dir/hello world: md5 = 2bcbb4d8632c9769ea55bcc177193f6a OK 2026/08/10 02:53:51 DEBUG : sub dir/hello world: size = 17 OK 2026/08/10 02:53:51 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/10 02:53:51 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (8.37s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:53:56 DEBUG : sub dir/hello world: md5 = a8174a172f620d856dfba2b23b7e54b5 OK 2026/08/10 02:53:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lazaruz0vuzu" 2026/08/10 02:53:56 DEBUG : Creating backend with remote "TestDrive:crypt/1teacai1a1o2ve0094eo4m9n64tnhj1f11cqi4nvdbfcoul6fh9g" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza' -> Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu' 2026/08/10 02:53:58 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:53:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:53:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu': Waiting for checks to finish 2026/08/10 02:53:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu': Waiting for transfers to finish 2026/08/10 02:54:01 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:54:01 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/10 02:54:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:54:03 DEBUG : sub dir/hello world: md5 = 9dc5d295e04b7923de307f3bfb66f957 OK 2026/08/10 02:54:04 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 02:54:04 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/10 02:54:04 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:54:04 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu') 2026/08/10 02:54:04 DEBUG : sub dir/hello world: Sizes differ 2026/08/10 02:54:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu': Waiting for checks to finish 2026/08/10 02:54:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu': Waiting for transfers to finish 2026/08/10 02:54:06 DEBUG : sub dir/hello world: size = 17 OK 2026/08/10 02:54:06 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/10 02:54:06 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/10 02:54:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lazaruz0vuzu': Purge remote --- PASS: TestServerSideCopyOverSelf (15.36s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:11 DEBUG : sub dir/hello world: md5 = f89f080e27daf94db0ff693af8891a2d OK 2026/08/10 02:54:12 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/10 02:54:12 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/10 02:54:13 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:54:13 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:54:13 DEBUG : sub dir/hello world: Sizes differ 2026/08/10 02:54:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:14 DEBUG : sub dir/hello world: md5 = b36b7fe7af6330a3669e0ca042685182 OK 2026/08/10 02:54:14 DEBUG : sub dir/hello world: size = 17 OK 2026/08/10 02:54:14 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/10 02:54:14 INFO : sub dir/hello world: Deleted 2026/08/10 02:54:14 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (7.89s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:19 DEBUG : sub dir/hello world: md5 = 5b32570d95335cceab9d55b292c67f54 OK 2026/08/10 02:54:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dosozod5nopo" 2026/08/10 02:54:20 DEBUG : Creating backend with remote "TestDrive:crypt/nh2nt7qgofd149rkvoo9qv0ehi9sslqc0v404pc8h8t8colav6u0" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza' -> Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo' 2026/08/10 02:54:21 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:54:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:54:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Waiting for checks to finish 2026/08/10 02:54:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Waiting for transfers to finish 2026/08/10 02:54:24 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:54:24 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/10 02:54:25 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:54:27 DEBUG : sub dir/hello world: md5 = b9739e31d321529dd1988d73c2a8f9b1 OK 2026/08/10 02:54:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Using server-side directory move 2026/08/10 02:54:27 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/10 02:54:27 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 02:54:27 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/10 02:54:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Waiting for checks to finish 2026/08/10 02:54:28 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:54:28 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo') 2026/08/10 02:54:28 DEBUG : sub dir/hello world: Sizes differ 2026/08/10 02:54:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Waiting for transfers to finish 2026/08/10 02:54:28 INFO : sub dir/hello world: Deleted 2026/08/10 02:54:29 INFO : sub dir/hello world: Moved (server-side) 2026/08/10 02:54:29 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/10 02:54:32 DEBUG : sub dir/hello world: md5 = 71aeeae077fb23a685da76f0b7785e53 OK 2026/08/10 02:54:32 DEBUG : testing file moves 2026/08/10 02:54:32 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 02:54:32 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/10 02:54:33 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:54:33 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo') 2026/08/10 02:54:33 DEBUG : sub dir/hello world: Sizes differ 2026/08/10 02:54:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Waiting for checks to finish 2026/08/10 02:54:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Waiting for transfers to finish 2026/08/10 02:54:33 INFO : sub dir/hello world: Deleted 2026/08/10 02:54:34 INFO : sub dir/hello world: Moved (server-side) 2026/08/10 02:54:34 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/10 02:54:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dosozod5nopo': Purge remote --- PASS: TestServerSideMoveOverSelf (20.09s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:39 DEBUG : sub dir/hello world: md5 = 02de35e62bafb7b3f5af6194241f1569 OK 2026/08/10 02:54:39 ERROR : error listing: directory not found 2026/08/10 02:54:40 INFO : Local file system at /tmp/rclone2811371124: Making directory 2026/08/10 02:54:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.71s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:45 DEBUG : sub dir/hello world: md5 = 90ed4db766e5c725dbcdc1f0526e74e4 OK 2026/08/10 02:54:46 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:54:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:54:46 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for checks to finish 2026/08/10 02:54:46 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for transfers to finish 2026/08/10 02:54:47 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/10 02:54:47 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/10 02:54:47 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:54:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (5.76s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:49 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/10 02:54:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:50 DEBUG : check sum: md5 = edd9446e67bd25b61fe94a35fe448d31 OK 2026/08/10 02:54:50 DEBUG : check sum: size = 1 OK 2026/08/10 02:54:50 INFO : check sum: Copied (new) 2026/08/10 02:54:50 DEBUG : Waiting for deletions to finish 2026/08/10 02:54:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:51 DEBUG : check sum: size = 1 OK 2026/08/10 02:54:51 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/10 02:54:51 DEBUG : check sum: Size of src and dst objects identical 2026/08/10 02:54:51 DEBUG : check sum: Unchanged skipping 2026/08/10 02:54:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:51 DEBUG : Waiting for deletions to finish 2026/08/10 02:54:51 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.60s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:52 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/10 02:54:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:54 DEBUG : sizeonly: md5 = a6892d09efcdd0b8865bf5eda37e6ab1 OK 2026/08/10 02:54:54 DEBUG : sizeonly: size = 6 OK 2026/08/10 02:54:54 INFO : sizeonly: Copied (new) 2026/08/10 02:54:54 DEBUG : Waiting for deletions to finish 2026/08/10 02:54:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:54 DEBUG : sizeonly: size = 6 OK 2026/08/10 02:54:54 DEBUG : sizeonly: Sizes identical 2026/08/10 02:54:54 DEBUG : sizeonly: Unchanged skipping 2026/08/10 02:54:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:54 DEBUG : Waiting for deletions to finish 2026/08/10 02:54:54 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.34s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:54:56 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/10 02:54:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:57 DEBUG : ignore-size: md5 = faf16e9514296329f1f132ff487f2b20 OK 2026/08/10 02:54:57 INFO : ignore-size: Copied (new) 2026/08/10 02:54:57 DEBUG : Waiting for deletions to finish 2026/08/10 02:54:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:54:58 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:54:58 DEBUG : ignore-size: Unchanged skipping 2026/08/10 02:54:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:54:58 DEBUG : Waiting for deletions to finish 2026/08/10 02:54:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.62s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:00 DEBUG : existing: md5 = 14c65eabc6f34b72567692b2e7260aa0 OK 2026/08/10 02:55:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:01 DEBUG : existing: size = 6 OK 2026/08/10 02:55:01 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:55:01 DEBUG : existing: Unchanged skipping 2026/08/10 02:55:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:01 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:01 INFO : There was nothing to transfer 2026/08/10 02:55:01 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/10 02:55:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:02 DEBUG : existing: md5 = 15837ff5efc1f0ed69efaa9d7411a6f1 OK 2026/08/10 02:55:02 DEBUG : existing: size = 6 OK 2026/08/10 02:55:02 INFO : existing: Copied (replaced existing) 2026/08/10 02:55:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.71s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:04 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/10 02:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:05 DEBUG : existing: md5 = a1764606ad46abbffda4f18d06047fb1 OK 2026/08/10 02:55:05 DEBUG : existing: size = 6 OK 2026/08/10 02:55:05 INFO : existing: Copied (new) 2026/08/10 02:55:05 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:06 DEBUG : existing: Destination exists, skipping 2026/08/10 02:55:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:06 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:06 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.66s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:10 DEBUG : b/potato: md5 = 9f20a1fc8cfd3e82634d249f7d28ac27 OK 2026/08/10 02:55:12 DEBUG : c/non empty space: md5 = e6a3b3c06ff66e4354db11a6e9b9d97f OK 2026/08/10 02:55:12 INFO : d: Making directory 2026/08/10 02:55:14 DEBUG : Added delayed dir = "a", newDst= 2026/08/10 02:55:14 INFO : c: Set directory modification time (using SetModTime) 2026/08/10 02:55:14 DEBUG : Added delayed dir = "c", newDst=c 2026/08/10 02:55:14 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/10 02:55:14 DEBUG : c/non empty space: size = 5 OK 2026/08/10 02:55:14 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:14 DEBUG : c/non empty space: Unchanged skipping 2026/08/10 02:55:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:16 DEBUG : a/potato2: md5 = 9bc6c7b374ceb97b856c3eaf385a7c61 OK 2026/08/10 02:55:16 DEBUG : a/potato2: size = 60 OK 2026/08/10 02:55:16 INFO : a/potato2: Copied (new) 2026/08/10 02:55:16 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:17 INFO : b/potato: Deleted 2026/08/10 02:55:17 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/10 02:55:17 INFO : d: Removing directory 2026/08/10 02:55:18 INFO : b: Removing directory 2026/08/10 02:55:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': deleted 2 directories --- PASS: TestSyncIgnoreErrors (14.80s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:24 DEBUG : empty space: md5 = 0fe631240952f24579933d8d618033ab OK 2026/08/10 02:55:24 DEBUG : empty space: size = 1 OK 2026/08/10 02:55:24 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/10 02:55:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:24 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/10 02:55:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:24 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:25 DEBUG : empty space: size = 1 OK 2026/08/10 02:55:25 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/10 02:55:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:27 DEBUG : empty space: md5 = 83b540ce2db75d26225ddc5e6be7ff6c OK 2026/08/10 02:55:27 DEBUG : empty space: size = 1 OK 2026/08/10 02:55:27 INFO : empty space: Copied (replaced existing) 2026/08/10 02:55:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.65s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.50s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:30 DEBUG : foo: md5 = 5ea2a9ba880aecf60a0dd28bff499e9a OK 2026/08/10 02:55:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:30 DEBUG : foo: size = 3 OK 2026/08/10 02:55:30 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/10 02:55:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:32 DEBUG : foo: md5 = 9ec13d5aa3bfc884ea57b28b0f38da46 OK 2026/08/10 02:55:32 DEBUG : foo: size = 3 OK 2026/08/10 02:55:32 INFO : foo: Copied (replaced existing) 2026/08/10 02:55:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.55s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:34 DEBUG : empty space: md5 = 8d5d40867e2f8f3a50906052924818fe OK 2026/08/10 02:55:35 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/10 02:55:35 DEBUG : empty space: size = 1 OK 2026/08/10 02:55:35 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:55:35 DEBUG : empty space: Unchanged skipping 2026/08/10 02:55:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:36 DEBUG : potato: md5 = d63d8de645af5f82e84ebf98be06f933 OK 2026/08/10 02:55:36 DEBUG : potato: size = 60 OK 2026/08/10 02:55:36 INFO : potato: Copied (new) 2026/08/10 02:55:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.22s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:40 DEBUG : potato: md5 = 72d94e77d52a87a3d3f8843d7ba49a73 OK 2026/08/10 02:55:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:40 DEBUG : potato: size = 21 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:55:40 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:55:40 DEBUG : potato: Sizes differ 2026/08/10 02:55:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:41 DEBUG : potato: md5 = bacd086e1d14b06c7e1942ba35a0bd06 OK 2026/08/10 02:55:41 DEBUG : potato: size = 21 OK 2026/08/10 02:55:41 INFO : potato: Copied (replaced existing) 2026/08/10 02:55:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.58s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:44 DEBUG : potato: md5 = c67a26049858ac93a0327e39a85da1f5 OK 2026/08/10 02:55:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:45 DEBUG : potato: size = 21 OK 2026/08/10 02:55:45 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/10 02:55:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:46 DEBUG : potato: md5 = 624c2cea0471fbe1777df16a43ddee1e OK 2026/08/10 02:55:46 DEBUG : potato: size = 21 OK 2026/08/10 02:55:46 INFO : potato: Copied (replaced existing) 2026/08/10 02:55:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.58s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:49 DEBUG : potato: md5 = f1d3cd6dbc19380bc2ae101d0a5b9930 OK 2026/08/10 02:55:50 DEBUG : empty space: md5 = 2f243601f116abb9fff3a0c0212d4e90 OK 2026/08/10 02:55:51 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:55:51 DEBUG : empty space: size = 1 OK 2026/08/10 02:55:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:55:51 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/10 02:55:51 DEBUG : empty space: Unchanged skipping 2026/08/10 02:55:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:51 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:51 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.98s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:55:54 DEBUG : potato: md5 = ed07edc70a7f6c2d1709a010610f23fb OK 2026/08/10 02:55:55 DEBUG : empty space: md5 = 99088b0c9e55a20922ae9026148950c3 OK 2026/08/10 02:55:56 DEBUG : empty space: size = 1 OK 2026/08/10 02:55:56 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:55:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:55:56 DEBUG : empty space: Unchanged skipping 2026/08/10 02:55:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:55:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:55:57 DEBUG : potato2: md5 = 15a8c048928f0003099d1c7f440fb575 OK 2026/08/10 02:55:57 DEBUG : potato2: size = 60 OK 2026/08/10 02:55:57 INFO : potato2: Copied (new) 2026/08/10 02:55:57 DEBUG : Waiting for deletions to finish 2026/08/10 02:55:58 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (7.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:02 DEBUG : b/potato: md5 = b1a32072b92ac742d7d558fef806f69b OK 2026/08/10 02:56:04 DEBUG : c/non empty space: md5 = 93879b2bb79fae39e656862c60c39873 OK 2026/08/10 02:56:04 INFO : d: Making directory 2026/08/10 02:56:05 INFO : d/e: Making directory 2026/08/10 02:56:07 DEBUG : Added delayed dir = "a", newDst= 2026/08/10 02:56:07 INFO : c: Set directory modification time (using SetModTime) 2026/08/10 02:56:07 DEBUG : Added delayed dir = "c", newDst=c 2026/08/10 02:56:07 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/10 02:56:07 DEBUG : c/non empty space: size = 5 OK 2026/08/10 02:56:07 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:56:07 DEBUG : c/non empty space: Unchanged skipping 2026/08/10 02:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:09 DEBUG : a/potato2: md5 = bab9ad8a80be33dc6741d7dd89ea51f0 OK 2026/08/10 02:56:09 DEBUG : a/potato2: size = 60 OK 2026/08/10 02:56:09 INFO : a/potato2: Copied (new) 2026/08/10 02:56:09 DEBUG : Waiting for deletions to finish 2026/08/10 02:56:10 INFO : b/potato: Deleted 2026/08/10 02:56:10 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/10 02:56:10 INFO : d/e: Removing directory 2026/08/10 02:56:11 INFO : d: Removing directory 2026/08/10 02:56:11 INFO : b: Removing directory 2026/08/10 02:56:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (16.51s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:18 DEBUG : b/potato: md5 = 9a2fa08e2012ccf41688e76c10d6bcf9 OK 2026/08/10 02:56:20 DEBUG : c/non empty space: md5 = 958b55a35e410537f3d27803d065b77a OK 2026/08/10 02:56:20 INFO : d: Making directory 2026/08/10 02:56:22 DEBUG : Added delayed dir = "a", newDst= 2026/08/10 02:56:22 INFO : c: Set directory modification time (using SetModTime) 2026/08/10 02:56:22 DEBUG : Added delayed dir = "c", newDst=c 2026/08/10 02:56:22 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/10 02:56:23 DEBUG : c/non empty space: size = 5 OK 2026/08/10 02:56:23 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:56:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:23 DEBUG : c/non empty space: Unchanged skipping 2026/08/10 02:56:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:25 DEBUG : a/potato2: md5 = 35feae351e8cfbc787e764e7da3adb84 OK 2026/08/10 02:56:25 DEBUG : a/potato2: size = 60 OK 2026/08/10 02:56:25 INFO : a/potato2: Copied (new) 2026/08/10 02:56:25 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': not deleting files as there were IO errors 2026/08/10 02:56:25 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/10 02:56:25 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.65s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:32 DEBUG : potato: md5 = 46607dbf37b6d1b0fd07b3ba83888be8 OK 2026/08/10 02:56:33 DEBUG : empty space: md5 = 61b7169a2b6ca94017d9e0d2a1d05205 OK 2026/08/10 02:56:34 DEBUG : Waiting for deletions to finish 2026/08/10 02:56:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:56:34 DEBUG : empty space: size = 1 OK 2026/08/10 02:56:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:56:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:34 DEBUG : empty space: Unchanged skipping 2026/08/10 02:56:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:34 INFO : potato: Deleted 2026/08/10 02:56:35 DEBUG : potato2: md5 = b1d8e2bdcee2813e69f44263053f78e2 OK 2026/08/10 02:56:35 DEBUG : potato2: size = 60 OK 2026/08/10 02:56:35 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.58s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:39 DEBUG : potato: md5 = 31b488cc28b227a6d485ececd164e54c OK 2026/08/10 02:56:40 DEBUG : empty space: md5 = affc1ed3e6acd5fa7c5a70bd6a898601 OK 2026/08/10 02:56:40 DEBUG : Waiting for deletions to finish 2026/08/10 02:56:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:41 INFO : potato: Deleted 2026/08/10 02:56:41 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:56:41 DEBUG : empty space: size = 1 OK 2026/08/10 02:56:41 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:56:41 DEBUG : empty space: Unchanged skipping 2026/08/10 02:56:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:43 DEBUG : potato2: md5 = 3c75faf1e0cbb375bb6ea4117fd92985 OK 2026/08/10 02:56:43 DEBUG : potato2: size = 60 OK 2026/08/10 02:56:43 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.14s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:46 DEBUG : potato: md5 = ab448abb43e8ef8e75dca807feff5752 OK 2026/08/10 02:56:46 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:56:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:48 DEBUG : potato2: md5 = c4e5c1f2515457d9643848006f824183 OK 2026/08/10 02:56:48 DEBUG : potato2: size = 19 OK 2026/08/10 02:56:48 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.05s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:51 DEBUG : potato2: md5 = 80b41064e59d60e35a7c99c14a87ceaa OK 2026/08/10 02:56:52 DEBUG : empty space: md5 = cd8b4281039c7fc529ebb702244708b9 OK 2026/08/10 02:56:52 DEBUG : enormous: Excluded (Size Filter) 2026/08/10 02:56:52 DEBUG : enormous: Excluded 2026/08/10 02:56:52 DEBUG : potato2: Excluded (Size Filter) 2026/08/10 02:56:52 DEBUG : potato2: Excluded 2026/08/10 02:56:53 DEBUG : potato2: Excluded (Size Filter) 2026/08/10 02:56:53 DEBUG : potato2: Excluded 2026/08/10 02:56:53 DEBUG : empty space: size = 1 OK 2026/08/10 02:56:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:56:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:56:53 DEBUG : empty space: Unchanged skipping 2026/08/10 02:56:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:56:53 DEBUG : Waiting for deletions to finish 2026/08/10 02:56:53 INFO : There was nothing to transfer 2026/08/10 02:56:53 DEBUG : enormous: Excluded (Size Filter) 2026/08/10 02:56:53 DEBUG : enormous: Excluded 2026/08/10 02:56:53 DEBUG : potato2: Excluded (Size Filter) 2026/08/10 02:56:53 DEBUG : potato2: Excluded 2026/08/10 02:56:53 DEBUG : potato2: Excluded (Size Filter) 2026/08/10 02:56:53 DEBUG : potato2: Excluded 2026/08/10 02:56:53 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for checks to finish 2026/08/10 02:56:53 DEBUG : empty space: size = 1 OK 2026/08/10 02:56:53 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/10 02:56:53 DEBUG : empty space: Unchanged skipping 2026/08/10 02:56:53 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for transfers to finish 2026/08/10 02:56:53 DEBUG : Waiting for deletions to finish 2026/08/10 02:56:53 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.53s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:56:56 DEBUG : potato2: md5 = 4ea80c3af6c2228eadb061134ab042ef OK 2026/08/10 02:56:58 DEBUG : empty space: md5 = 2cc7d26864bc18e82dd61b69b1e7688b OK 2026/08/10 02:56:59 DEBUG : enormous: md5 = 5e6445d9d958810ec164e1ce5996d102 OK 2026/08/10 02:56:59 DEBUG : enormous: Excluded (Size Filter) 2026/08/10 02:56:59 DEBUG : enormous: Excluded 2026/08/10 02:56:59 DEBUG : potato2: Excluded (Size Filter) 2026/08/10 02:56:59 DEBUG : potato2: Excluded 2026/08/10 02:57:00 DEBUG : empty space: size = 1 OK 2026/08/10 02:57:00 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:57:00 DEBUG : empty space: Unchanged skipping 2026/08/10 02:57:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:00 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:00 INFO : potato2: Deleted 2026/08/10 02:57:00 INFO : enormous: Deleted 2026/08/10 02:57:00 INFO : There was nothing to transfer 2026/08/10 02:57:01 DEBUG : empty space: size = 1 OK 2026/08/10 02:57:01 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/10 02:57:01 DEBUG : empty space: Unchanged skipping 2026/08/10 02:57:01 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for checks to finish 2026/08/10 02:57:01 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for transfers to finish 2026/08/10 02:57:01 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:01 INFO : enormous: Deleted 2026/08/10 02:57:01 INFO : potato2: Deleted 2026/08/10 02:57:01 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.01s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:57:03 DEBUG : one: md5 = a51f7da6128ffab1a5db317fa57221bc OK 2026/08/10 02:57:05 DEBUG : two: md5 = 24ce934a73a351d8fc571b8da02c4388 OK 2026/08/10 02:57:06 DEBUG : three: md5 = e08ce9b660ea3891caee3db7a7a6999c OK 2026/08/10 02:57:08 DEBUG : four: md5 = a6bccaea9b9e1c3bb2d8a8a12457cb15 OK 2026/08/10 02:57:08 DEBUG : five: Need to transfer - File not found at Destination 2026/08/10 02:57:08 DEBUG : four: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:57:08 DEBUG : one: Destination is newer than source, skipping 2026/08/10 02:57:08 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:57:08 DEBUG : four: Sizes differ 2026/08/10 02:57:08 DEBUG : three: size = 5 OK 2026/08/10 02:57:08 DEBUG : three: Sizes identical 2026/08/10 02:57:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:08 DEBUG : two: size = 3 OK 2026/08/10 02:57:08 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/10 02:57:08 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/10 02:57:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:10 DEBUG : two: md5 = 22435d830517daa84c3fd5a2d4e3be00 OK 2026/08/10 02:57:10 DEBUG : two: size = 3 OK 2026/08/10 02:57:10 INFO : two: Copied (replaced existing) 2026/08/10 02:57:10 DEBUG : four: md5 = 8dfa799515c6503bf3a098da35d6837c OK 2026/08/10 02:57:10 DEBUG : four: size = 4 OK 2026/08/10 02:57:10 INFO : four: Copied (replaced existing) 2026/08/10 02:57:10 DEBUG : five: md5 = d15d4e8f269e7a00914580df5550f97f OK 2026/08/10 02:57:10 DEBUG : five: size = 4 OK 2026/08/10 02:57:10 INFO : five: Copied (new) 2026/08/10 02:57:10 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (10.91s) === 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-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/10 02:57:13 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/10 02:57:13 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/10 02:57:13 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/10 02:57:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:14 DEBUG : yam: md5 = 588b21a7e558320164e4594f668ecf7c OK 2026/08/10 02:57:14 DEBUG : yam: size = 11 OK 2026/08/10 02:57:14 INFO : yam: Copied (new) 2026/08/10 02:57:14 DEBUG : potato: md5 = 3cd09c1e385ed57506f86cac190f4048 OK 2026/08/10 02:57:14 DEBUG : potato: size = 14 OK 2026/08/10 02:57:14 INFO : potato: Copied (new) 2026/08/10 02:57:14 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:15 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/10 02:57:15 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/10 02:57:15 DEBUG : potato: size = 14 OK 2026/08/10 02:57:15 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:57:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:15 DEBUG : potato: Unchanged skipping 2026/08/10 02:57:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:16 DEBUG : yaml: md5 = 6d4675005139aab7da225a404b2f3ab6 OK 2026/08/10 02:57:16 DEBUG : yaml: size = 11 OK 2026/08/10 02:57:16 INFO : yaml: Copied (new) 2026/08/10 02:57:16 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:17 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (5.66s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/10 02:57:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Making map for --track-renames 2026/08/10 02:57:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Finished making map for --track-renames 2026/08/10 02:57:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:19 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/10 02:57:19 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/10 02:57:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for renames to finish 2026/08/10 02:57:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:20 DEBUG : potato: md5 = 0c204579894694cb025c61e01d842443 OK 2026/08/10 02:57:20 DEBUG : potato: size = 14 OK 2026/08/10 02:57:20 INFO : potato: Copied (new) 2026/08/10 02:57:20 DEBUG : yam: md5 = bf799284cad31974e955cce5a5b53c1f OK 2026/08/10 02:57:20 DEBUG : yam: size = 11 OK 2026/08/10 02:57:20 INFO : yam: Copied (new) 2026/08/10 02:57:20 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Making map for --track-renames 2026/08/10 02:57:21 DEBUG : potato: size = 14 OK 2026/08/10 02:57:21 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:57:21 DEBUG : potato: Unchanged skipping 2026/08/10 02:57:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Finished making map for --track-renames 2026/08/10 02:57:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for renames to finish 2026/08/10 02:57:21 INFO : yam: Moved (server-side) to: yaml 2026/08/10 02:57:21 INFO : yaml: Renamed from "yam" 2026/08/10 02:57:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:21 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:21 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.57s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/10 02:57:23 DEBUG : Added delayed dir = "sub", newDst= 2026/08/10 02:57:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Making map for --track-renames 2026/08/10 02:57:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Finished making map for --track-renames 2026/08/10 02:57:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for renames to finish 2026/08/10 02:57:23 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/10 02:57:23 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/10 02:57:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:25 DEBUG : sub/yam: md5 = 3086b89d31041ec9d27fdea52142c5cb OK 2026/08/10 02:57:25 DEBUG : sub/yam: size = 11 OK 2026/08/10 02:57:25 INFO : sub/yam: Copied (new) 2026/08/10 02:57:26 DEBUG : potato: md5 = 5c4213fc79c9c7ee5bb1a7acdb3bb049 OK 2026/08/10 02:57:26 DEBUG : potato: size = 14 OK 2026/08/10 02:57:26 INFO : potato: Copied (new) 2026/08/10 02:57:26 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:26 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/10 02:57:27 DEBUG : potato: size = 14 OK 2026/08/10 02:57:27 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:57:27 DEBUG : potato: Unchanged skipping 2026/08/10 02:57:27 INFO : sub: Set directory modification time (using SetModTime) 2026/08/10 02:57:27 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/10 02:57:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Making map for --track-renames 2026/08/10 02:57:28 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Finished making map for --track-renames 2026/08/10 02:57:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for renames to finish 2026/08/10 02:57:28 INFO : sub/yam: Moved (server-side) to: yam 2026/08/10 02:57:28 INFO : yam: Renamed from "sub/yam" 2026/08/10 02:57:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:28 DEBUG : Waiting for deletions to finish 2026/08/10 02:57:28 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.35s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:57:31 DEBUG : Creating backend with remote "/tmp/rclone2811371124/dir1" 2026/08/10 02:57:31 DEBUG : Creating backend with remote "/tmp/rclone2811371124/dir2" 2026/08/10 02:57:31 DEBUG : Local file system at /tmp/rclone2811371124/dir2: Using server-side directory move 2026/08/10 02:57:31 INFO : Local file system at /tmp/rclone2811371124/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/10 02:57:31 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/10 02:57:31 DEBUG : Local file system at /tmp/rclone2811371124/dir2: Waiting for checks to finish 2026/08/10 02:57:31 DEBUG : Local file system at /tmp/rclone2811371124/dir2: Waiting for transfers to finish 2026/08/10 02:57:31 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.48s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:57:32 DEBUG : Added delayed dir = "nested", newDst= 2026/08/10 02:57:32 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:57:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:57:32 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/10 02:57:32 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/10 02:57:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:34 DEBUG : sub dir/hello world: md5 = b443e05c035adfef5b6b690c961a2d8f OK 2026/08/10 02:57:34 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:57:34 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:57:34 INFO : sub dir/hello world: Deleted 2026/08/10 02:57:36 DEBUG : nested/sub dir/file: md5 = e18780833cae54b48d83a65c1b2df9bf OK 2026/08/10 02:57:36 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/10 02:57:36 INFO : nested/sub dir/file: Copied (new) 2026/08/10 02:57:36 INFO : nested/sub dir/file: Deleted 2026/08/10 02:57:37 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:57:37 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/10 02:57:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:57:37 INFO : sub dir: Removing directory 2026/08/10 02:57:37 INFO : nested/sub dir: Removing directory 2026/08/10 02:57:37 INFO : nested: Removing directory 2026/08/10 02:57:37 DEBUG : Local file system at /tmp/rclone2811371124: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (10.05s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:57:42 DEBUG : Added delayed dir = "nested", newDst= 2026/08/10 02:57:42 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/10 02:57:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/10 02:57:42 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/10 02:57:42 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/10 02:57:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:44 DEBUG : sub dir/hello world: md5 = 18a7edbc333e82fefdf7b88d89b6c7f9 OK 2026/08/10 02:57:44 DEBUG : sub dir/hello world: size = 11 OK 2026/08/10 02:57:44 INFO : sub dir/hello world: Copied (new) 2026/08/10 02:57:44 INFO : sub dir/hello world: Deleted 2026/08/10 02:57:46 DEBUG : nested/sub dir/file: md5 = 702d726d9eedd99b6e19c81516132c43 OK 2026/08/10 02:57:46 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/10 02:57:46 INFO : nested/sub dir/file: Copied (new) 2026/08/10 02:57:46 INFO : nested/sub dir/file: Deleted 2026/08/10 02:57:46 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 02:57:47 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/10 02:57:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (9.75s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:57:52 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/10 02:57:52 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/10 02:57:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:53 DEBUG : existing-b: md5 = d00ca6cff9f48a1e94c0d8a4d966b5cc OK 2026/08/10 02:57:53 DEBUG : existing-b: size = 6 OK 2026/08/10 02:57:53 INFO : existing-b: Copied (new) 2026/08/10 02:57:53 INFO : existing-b: Deleted 2026/08/10 02:57:53 DEBUG : existing: md5 = 5a014367fb8c419e642e02fb83850b69 OK 2026/08/10 02:57:53 DEBUG : existing: size = 6 OK 2026/08/10 02:57:53 INFO : existing: Copied (new) 2026/08/10 02:57:53 INFO : existing: Deleted 2026/08/10 02:57:54 DEBUG : existing: Destination exists, skipping 2026/08/10 02:57:54 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/10 02:57:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:57:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:57:54 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.04s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:57:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-huloviw6seje" 2026/08/10 02:57:56 DEBUG : Creating backend with remote "TestDrive:crypt/9pqt8bjh7hbonktjfj7ijtdhao4lfi2lgt1rt7ar4rmscu0vna10" 2026/08/10 02:57:58 DEBUG : potato2: md5 = dc263ec1aa6d151b1f7c563f7224bd9f OK 2026/08/10 02:58:00 DEBUG : empty space: md5 = 5e4f1bb1cb1e31102b23200e6e7f8151 OK 2026/08/10 02:58:01 DEBUG : potato3: md5 = 2f7de55461d62ff5c1ff3b5b678c153d OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza' -> Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje' 2026/08/10 02:58:03 DEBUG : empty space: md5 = e1643136747a6bfab2217f737c224993 OK 2026/08/10 02:58:05 DEBUG : potato3: md5 = 25417ebab981c217f449b4e7f2c5cc64 OK 2026/08/10 02:58:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje': Using server-side directory move 2026/08/10 02:58:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/10 02:58:05 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:58:05 DEBUG : empty space: size = 1 OK 2026/08/10 02:58:05 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 02:58:05 DEBUG : empty space: Unchanged skipping 2026/08/10 02:58:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje': Waiting for checks to finish 2026/08/10 02:58:05 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:58:05 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje') 2026/08/10 02:58:05 DEBUG : potato3: Sizes differ 2026/08/10 02:58:06 INFO : potato3: Deleted 2026/08/10 02:58:06 INFO : empty space: Deleted 2026/08/10 02:58:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje': Waiting for transfers to finish 2026/08/10 02:58:06 INFO : potato2: Moved (server-side) 2026/08/10 02:58:06 INFO : potato3: Moved (server-side) 2026/08/10 02:58:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nisihaj0febo" 2026/08/10 02:58:07 DEBUG : Creating backend with remote "TestDrive:crypt/lptqppvs4ba74vggl3ejjrp0sp3e6cq4qenn2e8h2v9cpk61n700" 2026/08/10 02:58:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nisihaj0febo': Using server-side directory move 2026/08/10 02:58:09 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nisihaj0febo': Server side directory move succeeded 2026/08/10 02:58:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nisihaj0febo': Purge remote 2026/08/10 02:58:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-huloviw6seje': Purge remote 2026/08/10 02:58:11 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (15.46s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:58:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xafodox9sexi" 2026/08/10 02:58:11 DEBUG : Creating backend with remote "TestDrive:crypt/v5vhafdv9e7fk9hq7qiounkjp1cfbr1d6n7uoc1ahuojlu34eogg" 2026/08/10 02:58:13 DEBUG : potato2: md5 = ae8e5d898b231a82c8eab3905aaf3300 OK 2026/08/10 02:58:15 DEBUG : empty space: md5 = 585109e14448e4a25679a0576421442e OK 2026/08/10 02:58:16 DEBUG : potato3: md5 = f8353312666ac42936b3e308c442ae54 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza' -> Encrypted drive 'TestCryptDrive:rclone-test-xafodox9sexi' 2026/08/10 02:58:19 DEBUG : empty space: md5 = a41819d1553d3d339f4a82216abc8d95 OK 2026/08/10 02:58:20 DEBUG : potato3: md5 = 0e73e0d09d361dddeb1cdfdb503d2961 OK 2026/08/10 02:58:21 DEBUG : empty space: Excluded (Size Filter) 2026/08/10 02:58:21 DEBUG : empty space: Excluded 2026/08/10 02:58:21 DEBUG : empty space: Excluded (Size Filter) 2026/08/10 02:58:21 DEBUG : empty space: Excluded 2026/08/10 02:58:21 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:58:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xafodox9sexi': Waiting for checks to finish 2026/08/10 02:58:21 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:58:21 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-xafodox9sexi') 2026/08/10 02:58:21 DEBUG : potato3: Sizes differ 2026/08/10 02:58:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xafodox9sexi': Waiting for transfers to finish 2026/08/10 02:58:21 INFO : potato3: Deleted 2026/08/10 02:58:21 INFO : potato2: Moved (server-side) 2026/08/10 02:58:22 INFO : potato3: Moved (server-side) 2026/08/10 02:58:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-luxomok2hefo" 2026/08/10 02:58:23 DEBUG : Creating backend with remote "TestDrive:crypt/ec9aov5n991pf71974k1ea2rjnksj7hl5im8m0q6671proq29960" 2026/08/10 02:58:24 DEBUG : empty space: Excluded (Size Filter) 2026/08/10 02:58:24 DEBUG : empty space: Excluded 2026/08/10 02:58:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:58:24 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/10 02:58:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxomok2hefo': Waiting for checks to finish 2026/08/10 02:58:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxomok2hefo': Waiting for transfers to finish 2026/08/10 02:58:25 INFO : potato2: Moved (server-side) 2026/08/10 02:58:25 INFO : potato3: Moved (server-side) 2026/08/10 02:58:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-luxomok2hefo': Purge remote 2026/08/10 02:58:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xafodox9sexi': Purge remote --- PASS: TestServerSideMoveWithFilter (16.69s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:58:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-domuqil5giji" 2026/08/10 02:58:28 DEBUG : Creating backend with remote "TestDrive:crypt/qui0httt9dlr0o7te36vgm97cc49431u2lmrp60k5j3p7q8tiocg" 2026/08/10 02:58:30 DEBUG : potato2: md5 = ee86bd867f69e5de2aba2099e3155bb2 OK 2026/08/10 02:58:32 DEBUG : empty space: md5 = 8c5e1cb0fd8a54207a9f42857946fe7d OK 2026/08/10 02:58:33 DEBUG : potato3: md5 = 8b67cd20ba787dd0a81672b8587710ad OK 2026/08/10 02:58:33 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza' -> Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji' 2026/08/10 02:58:36 DEBUG : empty space: md5 = 23dde12ab8e3c1474fd9b6e3eb978d5f OK 2026/08/10 02:58:38 DEBUG : potato3: md5 = 0a6dbf690b6831e38811a57c4527174b OK 2026/08/10 02:58:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji': Using server-side directory move 2026/08/10 02:58:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/10 02:58:39 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/10 02:58:39 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/10 02:58:39 DEBUG : empty space: size = 1 OK 2026/08/10 02:58:39 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 02:58:39 DEBUG : empty space: Unchanged skipping 2026/08/10 02:58:39 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 02:58:39 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji') 2026/08/10 02:58:39 DEBUG : potato3: Sizes differ 2026/08/10 02:58:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji': Waiting for checks to finish 2026/08/10 02:58:39 INFO : empty space: Deleted 2026/08/10 02:58:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji': Waiting for transfers to finish 2026/08/10 02:58:39 INFO : potato3: Deleted 2026/08/10 02:58:39 INFO : potato2: Moved (server-side) 2026/08/10 02:58:39 INFO : potato3: Moved (server-side) 2026/08/10 02:58:39 INFO : tomatoDir: Removing directory 2026/08/10 02:58:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': deleted 1 directories 2026/08/10 02:58:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mozokun4siza" 2026/08/10 02:58:41 DEBUG : Creating backend with remote "TestDrive:crypt/9km63j95asjb4sfdg1fieebrcrn0s9madgdimku75s23nn7tv260" 2026/08/10 02:58:42 INFO : tomatoDir: Making directory 2026/08/10 02:58:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mozokun4siza': Using server-side directory move 2026/08/10 02:58:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mozokun4siza': Server side directory move succeeded 2026/08/10 02:58:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mozokun4siza': Purge remote 2026/08/10 02:58:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-domuqil5giji': Purge remote 2026/08/10 02:58:46 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.44s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.48s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:58:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test" 2026/08/10 02:58:47 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (1.96s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:58:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test" 2026/08/10 02:58:49 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/10 02:58:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test-include/layer2" 2026/08/10 02:58:51 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/10 02:58:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test-ignore-file" 2026/08/10 02:58:54 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/10 02:58:58 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = cd0d1fad7c7ef53e6d780cb76f640d55 OK 2026/08/10 02:58:59 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/10 02:59:00 DEBUG : rclone-sync-test: Excluded 2026/08/10 02:59:00 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/10 02:59:00 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/10 02:59:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test': Waiting for checks to finish 2026/08/10 02:59:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test': Waiting for transfers to finish 2026/08/10 02:59:00 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:00 INFO : There was nothing to transfer 2026/08/10 02:59:01 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/10 02:59:02 DEBUG : rclone-sync-test: Excluded 2026/08/10 02:59:02 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/10 02:59:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:59:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:59:02 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:02 INFO : rclone-sync-test-include: Removing directory 2026/08/10 02:59:02 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/10 02:59:02 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/10 02:59:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': failed to delete 1 directories 2026/08/10 02:59:02 INFO : There was nothing to transfer 2026/08/10 02:59:03 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/10 02:59:04 DEBUG : rclone-sync-test: Excluded 2026/08/10 02:59:04 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/10 02:59:04 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/10 02:59:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/10 02:59:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/10 02:59:04 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:04 INFO : There was nothing to transfer 2026/08/10 02:59:05 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/10 02:59:05 DEBUG : rclone-sync-test: Excluded 2026/08/10 02:59:06 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/10 02:59:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 02:59:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 02:59:06 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:06 INFO : rclone-sync-test-include: Removing directory 2026/08/10 02:59:06 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/10 02:59:06 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/10 02:59:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': failed to delete 1 directories 2026/08/10 02:59:06 INFO : There was nothing to transfer 2026/08/10 02:59:07 DEBUG : Excluded 2026/08/10 02:59:07 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/10 02:59:08 DEBUG : rclone-sync-test: Excluded 2026/08/10 02:59:08 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/10 02:59:09 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/10 02:59:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/10 02:59:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/10 02:59:09 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:09 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (24.66s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:59:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 02:59:13 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 02:59:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/CompareDest" 2026/08/10 02:59:15 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/gveqi14airsml4bgu7krj116o8" 2026/08/10 02:59:17 DEBUG : one: Need to transfer - File not found at Destination 2026/08/10 02:59:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 02:59:19 DEBUG : one: md5 = 9daf9e6f222ef46a859277c5c3a176b1 OK 2026/08/10 02:59:19 DEBUG : one: size = 3 OK 2026/08/10 02:59:19 INFO : one: Copied (new) 2026/08/10 02:59:19 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:59:21 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 02:59:21 DEBUG : one: Sizes differ 2026/08/10 02:59:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 02:59:22 DEBUG : one: md5 = 944dcf8587e2f8b788e35ae3da26403b OK 2026/08/10 02:59:22 DEBUG : one: size = 5 OK 2026/08/10 02:59:22 INFO : one: Copied (replaced existing) 2026/08/10 02:59:22 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:24 DEBUG : dst/one: md5 = 4e3886506caf4f4e8dff7f7da30d1ca5 OK 2026/08/10 02:59:26 DEBUG : CompareDest/one: md5 = 3e56ed0fbe4b162c9b5e98d07b83ed73 OK 2026/08/10 02:59:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:59:27 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 02:59:27 DEBUG : one: Sizes differ 2026/08/10 02:59:28 DEBUG : one: size = 5 OK 2026/08/10 02:59:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:59:28 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/10 02:59:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 02:59:28 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:28 INFO : There was nothing to transfer 2026/08/10 02:59:30 DEBUG : CompareDest/two: md5 = 1ac366920a0e9c2a9016ceb7c9176614 OK 2026/08/10 02:59:30 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:59:30 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 02:59:30 DEBUG : one: Sizes differ 2026/08/10 02:59:31 DEBUG : one: size = 5 OK 2026/08/10 02:59:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:59:31 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/10 02:59:31 DEBUG : two: size = 3 OK 2026/08/10 02:59:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:59:31 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/10 02:59:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 02:59:31 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:31 INFO : There was nothing to transfer 2026/08/10 02:59:31 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:59:31 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 02:59:31 DEBUG : one: Sizes differ 2026/08/10 02:59:32 DEBUG : two: size = 3 OK 2026/08/10 02:59:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:59:32 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/10 02:59:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:32 DEBUG : one: size = 5 OK 2026/08/10 02:59:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:59:32 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/10 02:59:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 02:59:32 DEBUG : Waiting for deletions to finish 2026/08/10 02:59:32 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/10 02:59:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:59:33 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 02:59:33 DEBUG : one: Sizes differ 2026/08/10 02:59:33 DEBUG : two: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 02:59:33 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/CompareDest') 2026/08/10 02:59:33 DEBUG : two: Sizes differ 2026/08/10 02:59:33 DEBUG : two: Need to transfer - File not found at Destination 2026/08/10 02:59:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:33 DEBUG : one: size = 5 OK 2026/08/10 02:59:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 02:59:33 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/10 02:59:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 02:59:35 DEBUG : two: md5 = b7dc5f5175b267498caefb37a9e65bd8 OK 2026/08/10 02:59:35 DEBUG : two: size = 5 OK 2026/08/10 02:59:35 INFO : two: Copied (new) 2026/08/10 02:59:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (25.85s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:59:41 DEBUG : pre-dest1/1: md5 = a213ef99ff3aec631d396f12ae408c04 OK 2026/08/10 02:59:43 DEBUG : pre-dest2/2: md5 = 9a53f60079a1cc4d70b3e655321f5585 OK 2026/08/10 02:59:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dest" 2026/08/10 02:59:44 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/rg03c1jvnehrrc617i0lnqjddc" 2026/08/10 02:59:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/pre-dest1" 2026/08/10 02:59:46 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/bbnblvh6k061ssopqrp18kd7gc" 2026/08/10 02:59:46 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/pre-dest2" 2026/08/10 02:59:47 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/10 02:59:48 DEBUG : 1: size = 1 OK 2026/08/10 02:59:48 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:59:48 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/10 02:59:48 DEBUG : 2: size = 1 OK 2026/08/10 02:59:48 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 02:59:48 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/10 02:59:49 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/10 02:59:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dest': Waiting for checks to finish 2026/08/10 02:59:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dest': Waiting for transfers to finish 2026/08/10 02:59:51 DEBUG : 3: md5 = 73c037e345e21720ccd750c1a2ba9301 OK 2026/08/10 02:59:51 DEBUG : 3: size = 1 OK 2026/08/10 02:59:51 INFO : 3: Copied (new) 2026/08/10 02:59:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (16.62s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 02:59:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 02:59:56 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 02:59:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/CopyDest" 2026/08/10 02:59:57 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/10 02:59:59 DEBUG : one: Need to transfer - File not found at Destination 2026/08/10 02:59:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 02:59:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:02 DEBUG : one: md5 = 02730d2fbc5caefff7331ba3d4f13a69 OK 2026/08/10 03:00:02 DEBUG : one: size = 3 OK 2026/08/10 03:00:02 INFO : one: Copied (new) 2026/08/10 03:00:02 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:00:03 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:00:03 DEBUG : one: Sizes differ 2026/08/10 03:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:05 DEBUG : one: md5 = 0febef4a691457d6d7c29be6a3527602 OK 2026/08/10 03:00:05 DEBUG : one: size = 5 OK 2026/08/10 03:00:05 INFO : one: Copied (replaced existing) 2026/08/10 03:00:05 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:07 DEBUG : dst/one: md5 = 499aec27a6da4ddf3a7f4b02722e7f1a OK 2026/08/10 03:00:10 DEBUG : CopyDest/one: md5 = 8804ca51c5b68caf9b76c4476d72c4b1 OK 2026/08/10 03:00:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/BackupDir" 2026/08/10 03:00:11 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/10 03:00:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:00:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:13 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:00:13 DEBUG : one: Sizes differ 2026/08/10 03:00:13 DEBUG : one: size = 5 OK 2026/08/10 03:00:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:00:13 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:00:13 DEBUG : one: Sizes differ 2026/08/10 03:00:15 INFO : one: Moved (server-side) 2026/08/10 03:00:16 DEBUG : one: size = 5 OK 2026/08/10 03:00:16 INFO : one: Copied (server-side copy) 2026/08/10 03:00:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/10 03:00:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:16 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:18 DEBUG : CopyDest/two: md5 = e1d7bf2c5cf710c801c5e0a9c128e563 OK 2026/08/10 03:00:19 DEBUG : one: size = 5 OK 2026/08/10 03:00:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:19 DEBUG : one: Unchanged skipping 2026/08/10 03:00:19 DEBUG : two: size = 3 OK 2026/08/10 03:00:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:20 DEBUG : two: size = 3 OK 2026/08/10 03:00:20 INFO : two: Copied (server-side copy) 2026/08/10 03:00:20 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/10 03:00:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:20 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:21 DEBUG : one: size = 5 OK 2026/08/10 03:00:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:21 DEBUG : one: Unchanged skipping 2026/08/10 03:00:21 DEBUG : two: size = 3 OK 2026/08/10 03:00:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:21 DEBUG : two: Unchanged skipping 2026/08/10 03:00:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:21 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:21 INFO : There was nothing to transfer 2026/08/10 03:00:23 DEBUG : CopyDest/three: md5 = 59c475c2c49df9d53753d7ecd2f500fd OK 2026/08/10 03:00:24 DEBUG : one: size = 5 OK 2026/08/10 03:00:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:24 DEBUG : one: Unchanged skipping 2026/08/10 03:00:24 DEBUG : three: size = 7 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:00:24 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/CopyDest') 2026/08/10 03:00:24 DEBUG : three: Sizes differ 2026/08/10 03:00:24 DEBUG : three: Destination not found in --copy-dest 2026/08/10 03:00:24 DEBUG : three: Need to transfer - File not found at Destination 2026/08/10 03:00:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:24 DEBUG : two: size = 3 OK 2026/08/10 03:00:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/10 03:00:24 DEBUG : two: Unchanged skipping 2026/08/10 03:00:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:25 DEBUG : three: md5 = e5a952735e13c9c4a72ae6e15af5de8b OK 2026/08/10 03:00:25 DEBUG : three: size = 7 OK 2026/08/10 03:00:25 INFO : three: Copied (new) 2026/08/10 03:00:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (36.07s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:00:34 DEBUG : dst/one: md5 = c60d69b3a30bb439dd4926ee64f5ec9c OK 2026/08/10 03:00:36 DEBUG : dst/two: md5 = 90f6feccdedc8a31c582457838c3812a OK 2026/08/10 03:00:37 DEBUG : dst/three.txt: md5 = 78d546743efc35e92010e6319e26da2c OK 2026/08/10 03:00:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 03:00:38 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 03:00:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/backup" 2026/08/10 03:00:39 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/1nrff024r7pq65ecp72fc28jb0" 2026/08/10 03:00:40 DEBUG : one: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:00:40 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:00:40 DEBUG : one: Sizes differ 2026/08/10 03:00:40 DEBUG : two: size = 3 OK 2026/08/10 03:00:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:00:40 DEBUG : two: Unchanged skipping 2026/08/10 03:00:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:44 INFO : one: Moved (server-side) 2026/08/10 03:00:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:46 DEBUG : one: md5 = 99cf31df218d38b074d14821c2237d98 OK 2026/08/10 03:00:46 DEBUG : one: size = 4 OK 2026/08/10 03:00:46 INFO : one: Copied (new) 2026/08/10 03:00:46 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:47 INFO : three.txt: Moved (server-side) 2026/08/10 03:00:47 INFO : three.txt: Moved into backup dir 2026/08/10 03:00:49 DEBUG : dst/three.txt: md5 = e43cff1ec16f280b2b8b620ee542b5af OK 2026/08/10 03:00:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:00:49 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:00:49 DEBUG : one: Sizes differ 2026/08/10 03:00:49 DEBUG : two: size = 3 OK 2026/08/10 03:00:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:00:49 DEBUG : two: Unchanged skipping 2026/08/10 03:00:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:00:50 INFO : one: Deleted 2026/08/10 03:00:51 INFO : one: Moved (server-side) 2026/08/10 03:00:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:00:52 DEBUG : one: md5 = b4c930283beb7a5f75d5ce4a217fcffe OK 2026/08/10 03:00:52 DEBUG : one: size = 5 OK 2026/08/10 03:00:52 INFO : one: Copied (new) 2026/08/10 03:00:52 DEBUG : Waiting for deletions to finish 2026/08/10 03:00:53 INFO : three.txt: Deleted 2026/08/10 03:00:53 INFO : three.txt: Moved (server-side) 2026/08/10 03:00:53 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (26.22s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:01:00 DEBUG : dst/one: md5 = 4e346f8e3ea9046cc02e5d6656b4e2a4 OK 2026/08/10 03:01:02 DEBUG : dst/two: md5 = 738307ed7015c06f4a57b7f9df1236ea OK 2026/08/10 03:01:03 DEBUG : dst/three.txt: md5 = f4812f9808cf3adde886867adf3f7be3 OK 2026/08/10 03:01:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 03:01:03 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 03:01:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/backup" 2026/08/10 03:01:04 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/1nrff024r7pq65ecp72fc28jb0" 2026/08/10 03:01:06 DEBUG : one: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:01:06 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:01:06 DEBUG : one: Sizes differ 2026/08/10 03:01:06 DEBUG : two: size = 3 OK 2026/08/10 03:01:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:01:06 DEBUG : two: Unchanged skipping 2026/08/10 03:01:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:01:08 INFO : one: Moved (server-side) to: one.bak 2026/08/10 03:01:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:01:09 DEBUG : one: md5 = 91da648c192d02bacb08bfc2adecb40d OK 2026/08/10 03:01:09 DEBUG : one: size = 4 OK 2026/08/10 03:01:09 INFO : one: Copied (new) 2026/08/10 03:01:09 DEBUG : Waiting for deletions to finish 2026/08/10 03:01:10 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/10 03:01:10 INFO : three.txt: Moved into backup dir 2026/08/10 03:01:12 DEBUG : dst/three.txt: md5 = 71bfe04fa4db68c5995efd12b15702fe OK 2026/08/10 03:01:13 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:01:13 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:01:13 DEBUG : one: Sizes differ 2026/08/10 03:01:13 DEBUG : two: size = 3 OK 2026/08/10 03:01:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:01:13 DEBUG : two: Unchanged skipping 2026/08/10 03:01:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:01:13 INFO : one.bak: Deleted 2026/08/10 03:01:14 INFO : one: Moved (server-side) to: one.bak 2026/08/10 03:01:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:01:15 DEBUG : one: md5 = 26cde9c3ee0c25ef391bdfb15cba3772 OK 2026/08/10 03:01:15 DEBUG : one: size = 5 OK 2026/08/10 03:01:15 INFO : one: Copied (new) 2026/08/10 03:01:15 DEBUG : Waiting for deletions to finish 2026/08/10 03:01:16 INFO : three.txt.bak: Deleted 2026/08/10 03:01:17 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/10 03:01:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (23.83s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:01:24 DEBUG : dst/one: md5 = 5c8f590d1f645d7b974ba8678f0dcf40 OK 2026/08/10 03:01:26 DEBUG : dst/two: md5 = 54891c352c0c3ecc7530e73a72017504 OK 2026/08/10 03:01:27 DEBUG : dst/three.txt: md5 = 1aababc01369be70353ee45b6109752e OK 2026/08/10 03:01:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 03:01:28 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 03:01:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/backup" 2026/08/10 03:01:29 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/1nrff024r7pq65ecp72fc28jb0" 2026/08/10 03:01:31 DEBUG : one: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:01:31 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:01:31 DEBUG : one: Sizes differ 2026/08/10 03:01:31 DEBUG : two: size = 3 OK 2026/08/10 03:01:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:01:31 DEBUG : two: Unchanged skipping 2026/08/10 03:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:01:32 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/10 03:01:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:01:34 DEBUG : one: md5 = d0d80ae04f90ba7f869d0fd24607fa6c OK 2026/08/10 03:01:34 DEBUG : one: size = 4 OK 2026/08/10 03:01:34 INFO : one: Copied (new) 2026/08/10 03:01:34 DEBUG : Waiting for deletions to finish 2026/08/10 03:01:34 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/10 03:01:34 INFO : three.txt: Moved into backup dir 2026/08/10 03:01:36 DEBUG : dst/three.txt: md5 = 895f58f3e9af2be088f316c000915acb OK 2026/08/10 03:01:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:01:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:01:37 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:01:37 DEBUG : one: Sizes differ 2026/08/10 03:01:37 DEBUG : two: size = 3 OK 2026/08/10 03:01:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:01:37 DEBUG : two: Unchanged skipping 2026/08/10 03:01:38 INFO : one-2019-01-01: Deleted 2026/08/10 03:01:38 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/10 03:01:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:01:40 DEBUG : one: md5 = 7803dd3e0de0ac55657ee7ecfeb45749 OK 2026/08/10 03:01:40 DEBUG : one: size = 5 OK 2026/08/10 03:01:40 INFO : one: Copied (new) 2026/08/10 03:01:40 DEBUG : Waiting for deletions to finish 2026/08/10 03:01:40 INFO : three-2019-01-01.txt: Deleted 2026/08/10 03:01:41 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/10 03:01:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (23.63s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:01:48 DEBUG : dst/one: md5 = 7e0c4001bf3a5c4274825386b42a8465 OK 2026/08/10 03:01:49 DEBUG : dst/two: md5 = beda9313505e009017fb243fe7218e8f OK 2026/08/10 03:01:51 DEBUG : dst/three.txt: md5 = 7ee8b65e01118fe25eba6e773f8fedde OK 2026/08/10 03:01:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 03:01:51 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 03:01:52 DEBUG : one: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:01:52 DEBUG : two: size = 3 OK 2026/08/10 03:01:52 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:01:52 DEBUG : one: Sizes differ 2026/08/10 03:01:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:01:52 DEBUG : two: Unchanged skipping 2026/08/10 03:01:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:01:53 INFO : one: Moved (server-side) to: one.bak 2026/08/10 03:01:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:01:55 DEBUG : one: md5 = 8c44f791d22a3efac3ebf861b81e559f OK 2026/08/10 03:01:55 DEBUG : one: size = 4 OK 2026/08/10 03:01:55 INFO : one: Copied (new) 2026/08/10 03:01:55 DEBUG : Waiting for deletions to finish 2026/08/10 03:01:55 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/10 03:01:55 INFO : three.txt: Moved into backup dir 2026/08/10 03:01:57 DEBUG : dst/three.txt: md5 = 20f6292141e6fe4705809c900a887fc2 OK 2026/08/10 03:01:58 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/10 03:01:58 DEBUG : three.txt.bak: Excluded 2026/08/10 03:01:58 DEBUG : one.bak: Excluded (Path Filter) 2026/08/10 03:01:58 DEBUG : one.bak: Excluded 2026/08/10 03:01:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:01:58 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:01:58 DEBUG : one: Sizes differ 2026/08/10 03:01:58 DEBUG : two: size = 3 OK 2026/08/10 03:01:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:01:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for checks to finish 2026/08/10 03:01:58 DEBUG : two: Unchanged skipping 2026/08/10 03:01:59 INFO : one.bak: Deleted 2026/08/10 03:01:59 INFO : one: Moved (server-side) to: one.bak 2026/08/10 03:01:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst': Waiting for transfers to finish 2026/08/10 03:02:01 DEBUG : one: md5 = e1df8aab116fbf77342e4d964709738b OK 2026/08/10 03:02:01 DEBUG : one: size = 5 OK 2026/08/10 03:02:01 INFO : one: Copied (new) 2026/08/10 03:02:01 DEBUG : Waiting for deletions to finish 2026/08/10 03:02:01 INFO : three.txt.bak: Deleted 2026/08/10 03:02:02 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/10 03:02:02 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (20.39s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:02:08 DEBUG : dst/one: md5 = d7d7f2fa471f5ababa53b83101532ad5 OK 2026/08/10 03:02:10 DEBUG : dst/two: md5 = 7c287d9fec93c5ed43144ff2d8dcc4e4 OK 2026/08/10 03:02:11 DEBUG : dst/three.txt: md5 = 49667c3174e19eced17029f7c266f943 OK 2026/08/10 03:02:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 03:02:11 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 03:02:13 DEBUG : one: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:13 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:13 DEBUG : one: Sizes differ 2026/08/10 03:02:13 INFO : one: Moved (server-side) to: one.bak 2026/08/10 03:02:15 DEBUG : one: md5 = bebd6ad70f1144c7ca0388de43ec6044 OK 2026/08/10 03:02:15 DEBUG : one: size = 4 OK 2026/08/10 03:02:15 INFO : one: Copied (new) 2026/08/10 03:02:15 DEBUG : two: size = 3 OK 2026/08/10 03:02:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:02:15 DEBUG : two: Unchanged skipping 2026/08/10 03:02:15 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:15 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:15 DEBUG : three.txt: Sizes differ 2026/08/10 03:02:16 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/10 03:02:18 DEBUG : three.txt: md5 = c9ab9fe7e1377231865e3708d3ff7d29 OK 2026/08/10 03:02:18 DEBUG : three.txt: size = 6 OK 2026/08/10 03:02:18 INFO : three.txt: Copied (new) 2026/08/10 03:02:19 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:19 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:19 DEBUG : one: Sizes differ 2026/08/10 03:02:20 INFO : one.bak: Deleted 2026/08/10 03:02:20 INFO : one: Moved (server-side) to: one.bak 2026/08/10 03:02:22 DEBUG : one: md5 = a5819f9ed6a7c117f8a489b390de2387 OK 2026/08/10 03:02:22 DEBUG : one: size = 5 OK 2026/08/10 03:02:22 INFO : one: Copied (new) 2026/08/10 03:02:22 DEBUG : two: size = 3 OK 2026/08/10 03:02:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:02:22 DEBUG : two: Unchanged skipping 2026/08/10 03:02:22 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:22 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:22 DEBUG : three.txt: Sizes differ 2026/08/10 03:02:23 INFO : three.txt.bak: Deleted 2026/08/10 03:02:23 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/10 03:02:25 DEBUG : three.txt: md5 = 0a70451aa621b625c221ac78ec33de19 OK 2026/08/10 03:02:25 DEBUG : three.txt: size = 19 OK 2026/08/10 03:02:25 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (23.38s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:02:31 DEBUG : dst/one: md5 = c725fb66ca95da961440fe8167e8df7b OK 2026/08/10 03:02:33 DEBUG : dst/two: md5 = 2a64cb39cb1cee2bb06aca8835d040b1 OK 2026/08/10 03:02:34 DEBUG : dst/three.txt: md5 = 75806b4a21455df487fcfdfe65eb7aaa OK 2026/08/10 03:02:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wahuqof1xeza/dst" 2026/08/10 03:02:35 DEBUG : Config file has changed externally - reloading 2026/08/10 03:02:35 DEBUG : Creating backend with remote "TestDrive:crypt/pc3vb5impl8jdb52k2fvcedp49kbip4ur417toc78o6fp11vccv0/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/10 03:02:36 DEBUG : one: size = 4 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:36 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:36 DEBUG : one: Sizes differ 2026/08/10 03:02:37 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/10 03:02:38 DEBUG : one: md5 = ae496b108892c4f83fc3de4d405c9cf2 OK 2026/08/10 03:02:38 DEBUG : one: size = 4 OK 2026/08/10 03:02:38 INFO : one: Copied (new) 2026/08/10 03:02:38 DEBUG : two: size = 3 OK 2026/08/10 03:02:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:02:38 DEBUG : two: Unchanged skipping 2026/08/10 03:02:39 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:39 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:39 DEBUG : three.txt: Sizes differ 2026/08/10 03:02:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/10 03:02:41 DEBUG : three.txt: md5 = 432b3df97c4dde4964304a603a892bd7 OK 2026/08/10 03:02:41 DEBUG : three.txt: size = 6 OK 2026/08/10 03:02:41 INFO : three.txt: Copied (new) 2026/08/10 03:02:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:42 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:42 DEBUG : one: Sizes differ 2026/08/10 03:02:43 INFO : one-2019-01-01: Deleted 2026/08/10 03:02:43 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/10 03:02:45 DEBUG : one: md5 = abc1f8fd56492bbf030f19e4be2a6bf0 OK 2026/08/10 03:02:45 DEBUG : one: size = 5 OK 2026/08/10 03:02:45 INFO : one: Copied (new) 2026/08/10 03:02:45 DEBUG : two: size = 3 OK 2026/08/10 03:02:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:02:45 DEBUG : two: Unchanged skipping 2026/08/10 03:02:45 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:45 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza/dst') 2026/08/10 03:02:45 DEBUG : three.txt: Sizes differ 2026/08/10 03:02:46 INFO : three-2019-01-01.txt: Deleted 2026/08/10 03:02:47 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/10 03:02:48 DEBUG : three.txt: md5 = cf37c6013841dbd8e2794fe1be8a94f8 OK 2026/08/10 03:02:48 DEBUG : three.txt: size = 19 OK 2026/08/10 03:02:48 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (23.37s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:02:54 DEBUG : Testêé: md5 = adb9c8019e726d891e4f4dd7fbdc59cb OK 2026/08/10 03:02:55 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:02:55 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:02:55 DEBUG : Testêé: Sizes differ 2026/08/10 03:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:02:56 DEBUG : Testêé: md5 = 1bb3f73b72b59dd9481d04c90b9f88ac OK 2026/08/10 03:02:56 DEBUG : Testêé: size = 14 OK 2026/08/10 03:02:56 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/10 03:02:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.54s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:02:58 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/10 03:02:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:02:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:02:59 DEBUG : existing: md5 = de825260bb06f8ac2f3804c3ae7ee57a OK 2026/08/10 03:02:59 DEBUG : existing: size = 6 OK 2026/08/10 03:02:59 INFO : existing: Copied (new) 2026/08/10 03:02:59 DEBUG : Waiting for deletions to finish 2026/08/10 03:03:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:03:00 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:03:00 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:03:00 DEBUG : existing: Sizes differ 2026/08/10 03:03:00 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/10 03:03:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:03:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': not deleting files as there were IO errors 2026/08/10 03:03:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (3.99s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:03:03 DEBUG : EXISTING: md5 = 21715d74109673b38e5139bba8c23b31 OK 2026/08/10 03:03:03 DEBUG : EXISTING: size = 6 OK 2026/08/10 03:03:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:03:03 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:03:03 DEBUG : existing: Unchanged skipping 2026/08/10 03:03:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:03:03 DEBUG : Waiting for deletions to finish 2026/08/10 03:03:03 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.22s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.45s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", 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-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", 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-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.40s) --- SKIP: TestMaxTransfer/Hard (0.44s) --- SKIP: TestMaxTransfer/Soft (0.48s) --- SKIP: TestMaxTransfer/Cautious (0.48s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:03:08 DEBUG : both0: md5 = 24564020befac06627ddd582accfb12c OK 2026/08/10 03:03:09 DEBUG : only0: md5 = ae74b57071198cf0818948003ba8d3aa OK 2026/08/10 03:03:11 DEBUG : both1: md5 = 65ad2001c4cb2ab3900dc4eb8960c6ec OK 2026/08/10 03:03:12 DEBUG : only1: md5 = 8d65a07fa71c5ea2c56e0f5519c54481 OK 2026/08/10 03:03:14 DEBUG : both2: md5 = 9b76bf41dd4de91aafe070ce2d671798 OK 2026/08/10 03:03:15 DEBUG : only2: md5 = 305ca8c0ed052c52c1e5161536539c62 OK 2026/08/10 03:03:17 DEBUG : both3: md5 = fe460a0c5a1ff50cba953468bcc8b8e0 OK 2026/08/10 03:03:18 DEBUG : only3: md5 = 7ccc603d17e4b4a88d6b9a662ca18157 OK 2026/08/10 03:03:20 DEBUG : both4: md5 = b3df658cbd27f46c2d1c179156a09c2d OK 2026/08/10 03:03:21 DEBUG : only4: md5 = 85c2f955748c8f500cb967349a4cef86 OK 2026/08/10 03:03:23 DEBUG : both5: md5 = 719f83dd735794eca540efba90847dc9 OK 2026/08/10 03:03:24 DEBUG : only5: md5 = af908af5234ea9f0f69a64f0f2538a63 OK 2026/08/10 03:03:25 DEBUG : both6: md5 = 904d1c94b7cd8cd9e0d86c0118eac761 OK 2026/08/10 03:03:27 DEBUG : only6: md5 = 5232728bc0fd57dbadba3519f39b0419 OK 2026/08/10 03:03:28 DEBUG : both7: md5 = 9b479d3e8a6b7c740f4c84b46ae538b0 OK 2026/08/10 03:03:30 DEBUG : only7: md5 = 279b1d98d583d59a43b41b1aa30c9abe OK 2026/08/10 03:03:31 DEBUG : both8: md5 = 84e7ef2c6fb8d82b5fadfb4ac458a5b4 OK 2026/08/10 03:03:33 DEBUG : only8: md5 = 865ab5d6e3658504cce17916e1794e36 OK 2026/08/10 03:03:34 DEBUG : both9: md5 = 10751e0c920ab17f68eff076c13bcf6b OK 2026/08/10 03:03:35 DEBUG : only9: md5 = e762c953969a8b7d03f5d8c2742b2994 OK 2026/08/10 03:03:37 DEBUG : both10: md5 = b862bf9da331d7a1572a9b9776e0d4e6 OK 2026/08/10 03:03:38 DEBUG : only10: md5 = ee37321c49da490e5d403f074471adc1 OK 2026/08/10 03:03:40 DEBUG : both11: md5 = f317678e019af33d87abe74810a4f5b1 OK 2026/08/10 03:03:41 DEBUG : only11: md5 = d01c7f44bfef80a82ad5b3805433307d OK 2026/08/10 03:03:43 DEBUG : both12: md5 = a1cec76a6438e786fc042304138221a2 OK 2026/08/10 03:03:44 DEBUG : only12: md5 = 49b7864bdf9f68a449818ea0df644fcf OK 2026/08/10 03:03:46 DEBUG : both13: md5 = f0ddcb6d83a6846b3175894a4e25e669 OK 2026/08/10 03:03:47 DEBUG : only13: md5 = 8e1c22f3c07b49c32b357f58eab08c2f OK 2026/08/10 03:03:49 DEBUG : both14: md5 = ad976245bff8e4d674596a55c837fd61 OK 2026/08/10 03:03:50 DEBUG : only14: md5 = a99334ab0b38b24c051d12662191cad6 OK 2026/08/10 03:03:52 DEBUG : both15: md5 = f5f978f3aea4802f035c3ec1f19589f4 OK 2026/08/10 03:03:54 DEBUG : only15: md5 = fd8ae4d48281faee8350423b349f1912 OK 2026/08/10 03:03:55 DEBUG : both16: md5 = a8fbc0587f5908150130662eff814d3d OK 2026/08/10 03:03:57 DEBUG : only16: md5 = fac7b4b0699726f92e613d36f52054c1 OK 2026/08/10 03:03:58 DEBUG : both17: md5 = 6e002ec10970aa1ca767630fa7b6c044 OK 2026/08/10 03:04:00 DEBUG : only17: md5 = 0c6c1c60616b60e8bef3e574cc80f094 OK 2026/08/10 03:04:01 DEBUG : both18: md5 = 4b9137186f7ca87d5e1ecc59a3dec57a OK 2026/08/10 03:04:02 DEBUG : only18: md5 = 7f97397d9a3eb5ed525555d0b5128152 OK 2026/08/10 03:04:04 DEBUG : both19: md5 = f1eb24d809445f8d6fa846b5c27a1c12 OK 2026/08/10 03:04:05 DEBUG : only19: md5 = 3ee02470ff9f48a07c479ea3e2714a12 OK 2026/08/10 03:04:06 DEBUG : both0: size = 6 OK 2026/08/10 03:04:06 DEBUG : both10: size = 6 OK 2026/08/10 03:04:06 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both11: size = 6 OK 2026/08/10 03:04:06 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both0: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both12: size = 6 OK 2026/08/10 03:04:06 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both12: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both13: size = 6 OK 2026/08/10 03:04:06 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:04:06 DEBUG : both10: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both14: size = 6 OK 2026/08/10 03:04:06 DEBUG : both15: size = 6 OK 2026/08/10 03:04:06 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both15: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both16: size = 6 OK 2026/08/10 03:04:06 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both11: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both17: size = 6 OK 2026/08/10 03:04:06 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both17: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both18: size = 6 OK 2026/08/10 03:04:06 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both14: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both19: size = 6 OK 2026/08/10 03:04:06 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both19: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both1: size = 6 OK 2026/08/10 03:04:06 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both13: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both2: size = 6 OK 2026/08/10 03:04:06 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both16: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both3: size = 6 OK 2026/08/10 03:04:06 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both18: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both4: size = 6 OK 2026/08/10 03:04:06 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both4: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both5: size = 6 OK 2026/08/10 03:04:06 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both1: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both6: size = 6 OK 2026/08/10 03:04:06 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both6: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both7: size = 6 OK 2026/08/10 03:04:06 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both2: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both8: size = 6 OK 2026/08/10 03:04:06 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both8: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both9: size = 6 OK 2026/08/10 03:04:06 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:04:06 DEBUG : both3: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both5: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both7: Unchanged skipping 2026/08/10 03:04:06 DEBUG : both9: Unchanged skipping 2026/08/10 03:04:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:04:06 DEBUG : Waiting for deletions to finish 2026/08/10 03:04:06 INFO : only15: Deleted 2026/08/10 03:04:06 INFO : only16: Deleted 2026/08/10 03:04:07 INFO : only17: Deleted 2026/08/10 03:04:07 INFO : only10: Deleted 2026/08/10 03:04:07 INFO : only3: Deleted 2026/08/10 03:04:07 INFO : only6: Deleted 2026/08/10 03:04:07 INFO : only1: Deleted 2026/08/10 03:04:07 INFO : only8: Deleted 2026/08/10 03:04:07 INFO : only7: Deleted 2026/08/10 03:04:07 INFO : only13: Deleted 2026/08/10 03:04:07 INFO : only12: Deleted 2026/08/10 03:04:07 INFO : only14: Deleted 2026/08/10 03:04:08 INFO : only19: Deleted 2026/08/10 03:04:08 INFO : only5: Deleted 2026/08/10 03:04:08 INFO : only2: Deleted 2026/08/10 03:04:08 INFO : only4: Deleted 2026/08/10 03:04:08 INFO : only18: Deleted 2026/08/10 03:04:08 INFO : only0: Deleted 2026/08/10 03:04:08 INFO : only11: Deleted 2026/08/10 03:04:08 INFO : only9: Deleted 2026/08/10 03:04:08 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (71.62s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:04:19 DEBUG : both0: md5 = 2386937fee30a03c466122ab57f29328 OK 2026/08/10 03:04:21 DEBUG : only0: md5 = 4c634ed2f648a5deeede152def53a561 OK 2026/08/10 03:04:22 DEBUG : both1: md5 = d8f3e98ef5fe06f235eb400407cfdba6 OK 2026/08/10 03:04:24 DEBUG : only1: md5 = 46af14990dad7e2557dce97f5aaa64fc OK 2026/08/10 03:04:25 DEBUG : both2: md5 = 064e16a21b9dc5fe0e8573dddd0728b1 OK 2026/08/10 03:04:26 DEBUG : only2: md5 = 98a754d1b6f082918b7cdf8079fa3b35 OK 2026/08/10 03:04:28 DEBUG : both3: md5 = dfa038afe807e3943664317e380bf0f9 OK 2026/08/10 03:04:29 DEBUG : only3: md5 = 9444ff28c8793ab91d290e3d69c9868f OK 2026/08/10 03:04:31 DEBUG : both4: md5 = 2f5dbffa20cb24b3f54d344045a0e7c7 OK 2026/08/10 03:04:32 DEBUG : only4: md5 = 380442ad888a9c475ae4e3ef99ee405e OK 2026/08/10 03:04:34 DEBUG : both5: md5 = 323692854aa012fcb364bfdba76d1056 OK 2026/08/10 03:04:35 DEBUG : only5: md5 = 1cfc6c0857a61ccf10b444241736851f OK 2026/08/10 03:04:37 DEBUG : both6: md5 = e26e362e86d6862a647ad8d5fef238f4 OK 2026/08/10 03:04:38 DEBUG : only6: md5 = 3c420ef8faf2afc160da0160a05727c0 OK 2026/08/10 03:04:40 DEBUG : both7: md5 = 9f43a1b43b866e0e29a85f24509f383b OK 2026/08/10 03:04:41 DEBUG : only7: md5 = 293b9995c5eae545a1216b3fe5017685 OK 2026/08/10 03:04:43 DEBUG : both8: md5 = 03a1d4945fe72ce150d7bc035e9d26a8 OK 2026/08/10 03:04:44 DEBUG : only8: md5 = 6ec0cb7ec0125d60312f5fefa1973849 OK 2026/08/10 03:04:45 DEBUG : both9: md5 = d3df3ce5115f15b9b56dae654bc9f998 OK 2026/08/10 03:04:47 DEBUG : only9: md5 = 4702625223dfb28b98d1a2a7cdbb7ade OK 2026/08/10 03:04:48 DEBUG : both10: md5 = 367fa3505df79b3d21756bd40c02f02b OK 2026/08/10 03:04:50 DEBUG : only10: md5 = 73705ed5b9489f0159ae884860143ced OK 2026/08/10 03:04:51 DEBUG : both11: md5 = 120354dde4ff5211efce28f929abea2f OK 2026/08/10 03:04:53 DEBUG : only11: md5 = 3d199f5a3ace8a7be65d5a91972f2b32 OK 2026/08/10 03:04:54 DEBUG : both12: md5 = 9d8bc2207d6243a65ac330b7076a75c2 OK 2026/08/10 03:04:56 DEBUG : only12: md5 = 0886cf973e061089ebf4297c3d820b07 OK 2026/08/10 03:04:57 DEBUG : both13: md5 = d7e11cbd51bd10ce3335b9831ba6c48d OK 2026/08/10 03:04:59 DEBUG : only13: md5 = 56163d72332b97ca27952bfbf37979df OK 2026/08/10 03:05:00 DEBUG : both14: md5 = d8fef6f71520b7223385e9585698079c OK 2026/08/10 03:05:02 DEBUG : only14: md5 = e9958c2bdb052d198fcf9030ad8ebb48 OK 2026/08/10 03:05:03 DEBUG : both15: md5 = 5ab8ee58de405ad8e728c7fb185b7dc6 OK 2026/08/10 03:05:05 DEBUG : only15: md5 = 1867143400c3d65725e9e4ffe7d12928 OK 2026/08/10 03:05:06 DEBUG : both16: md5 = f3c33eb7da210390c81808fffabd653e OK 2026/08/10 03:05:08 DEBUG : only16: md5 = 9800c0deca21a4eacc29ecbde9650308 OK 2026/08/10 03:05:09 DEBUG : both17: md5 = aa2c75a3f9e8a7453377e7c458838306 OK 2026/08/10 03:05:11 DEBUG : only17: md5 = 70d90310aff3ac55c90db75cfcd0c8b9 OK 2026/08/10 03:05:12 DEBUG : both18: md5 = 53787a283a269f400122c3e905ed2c26 OK 2026/08/10 03:05:14 DEBUG : only18: md5 = 4995ee3b5107d132c4c4fcf6225acccd OK 2026/08/10 03:05:15 DEBUG : both19: md5 = 8432d83a79d5f0ed5a10dbad66e25c0c OK 2026/08/10 03:05:17 DEBUG : only19: md5 = 2327771bc17ed6380acf78b434c56229 OK 2026/08/10 03:05:17 DEBUG : both0: size = 6 OK 2026/08/10 03:05:17 DEBUG : both11: size = 6 OK 2026/08/10 03:05:17 DEBUG : both12: size = 6 OK 2026/08/10 03:05:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:05:17 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both0: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both13: size = 6 OK 2026/08/10 03:05:17 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both10: size = 6 OK 2026/08/10 03:05:17 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both12: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both14: size = 6 OK 2026/08/10 03:05:17 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both14: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both15: size = 6 OK 2026/08/10 03:05:17 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both15: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both16: size = 6 OK 2026/08/10 03:05:17 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both16: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both17: size = 6 OK 2026/08/10 03:05:17 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both17: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both18: size = 6 OK 2026/08/10 03:05:17 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both18: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both19: size = 6 OK 2026/08/10 03:05:17 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both13: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both1: size = 6 OK 2026/08/10 03:05:17 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both11: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both2: size = 6 OK 2026/08/10 03:05:17 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both2: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both3: size = 6 OK 2026/08/10 03:05:17 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both3: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both4: size = 6 OK 2026/08/10 03:05:17 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both10: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both5: size = 6 OK 2026/08/10 03:05:17 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both19: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both6: size = 6 OK 2026/08/10 03:05:17 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both6: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both7: size = 6 OK 2026/08/10 03:05:17 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both1: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both8: size = 6 OK 2026/08/10 03:05:17 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both8: Unchanged skipping 2026/08/10 03:05:17 DEBUG : both9: size = 6 OK 2026/08/10 03:05:17 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:05:17 DEBUG : both9: Unchanged skipping 2026/08/10 03:05:17 DEBUG : only0: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only0: Sizes differ 2026/08/10 03:05:17 DEBUG : only10: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only10: Sizes differ 2026/08/10 03:05:17 DEBUG : only11: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only11: Sizes differ 2026/08/10 03:05:17 DEBUG : only12: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only12: Sizes differ 2026/08/10 03:05:17 DEBUG : only13: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only13: Sizes differ 2026/08/10 03:05:17 DEBUG : only14: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only14: Sizes differ 2026/08/10 03:05:17 DEBUG : only15: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only15: Sizes differ 2026/08/10 03:05:17 DEBUG : only16: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only16: Sizes differ 2026/08/10 03:05:17 DEBUG : only17: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only17: Sizes differ 2026/08/10 03:05:17 DEBUG : only18: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only18: Sizes differ 2026/08/10 03:05:17 DEBUG : only19: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only19: Sizes differ 2026/08/10 03:05:17 DEBUG : only1: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only1: Sizes differ 2026/08/10 03:05:17 DEBUG : only2: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only2: Sizes differ 2026/08/10 03:05:17 DEBUG : only3: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only3: Sizes differ 2026/08/10 03:05:17 DEBUG : only4: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only4: Sizes differ 2026/08/10 03:05:17 DEBUG : only5: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only5: Sizes differ 2026/08/10 03:05:17 DEBUG : both7: Unchanged skipping 2026/08/10 03:05:17 DEBUG : only6: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only6: Sizes differ 2026/08/10 03:05:17 DEBUG : only7: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only7: Sizes differ 2026/08/10 03:05:17 DEBUG : only8: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only8: Sizes differ 2026/08/10 03:05:17 DEBUG : both4: Unchanged skipping 2026/08/10 03:05:17 DEBUG : only9: size = 0 (Local file system at /tmp/rclone2811371124) 2026/08/10 03:05:17 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza') 2026/08/10 03:05:17 DEBUG : only9: Sizes differ 2026/08/10 03:05:17 DEBUG : both5: Unchanged skipping 2026/08/10 03:05:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:05:19 DEBUG : only12: md5 = 4fce08f3282a1ab0fa83cd45bfa9e691 OK 2026/08/10 03:05:19 DEBUG : only12: size = 0 OK 2026/08/10 03:05:19 INFO : only12: Copied (replaced existing) 2026/08/10 03:05:19 DEBUG : only0: md5 = b82e0bc086827970814ec4c484bc1954 OK 2026/08/10 03:05:19 DEBUG : only0: size = 0 OK 2026/08/10 03:05:19 INFO : only0: Copied (replaced existing) 2026/08/10 03:05:19 DEBUG : only11: md5 = e7683a0467bd5ab5cd050be9a573d639 OK 2026/08/10 03:05:19 DEBUG : only11: size = 0 OK 2026/08/10 03:05:19 INFO : only11: Copied (replaced existing) 2026/08/10 03:05:19 DEBUG : only10: md5 = 12c540ed4d3fb3232a50da3469098206 OK 2026/08/10 03:05:19 DEBUG : only10: size = 0 OK 2026/08/10 03:05:19 INFO : only10: Copied (replaced existing) 2026/08/10 03:05:20 DEBUG : only16: md5 = ab8b6440be47625bed8fab4bc00a30b7 OK 2026/08/10 03:05:20 DEBUG : only16: size = 0 OK 2026/08/10 03:05:20 INFO : only16: Copied (replaced existing) 2026/08/10 03:05:20 DEBUG : only13: md5 = 9b323369f47377f84f64abcd5d3ec0ac OK 2026/08/10 03:05:20 DEBUG : only13: size = 0 OK 2026/08/10 03:05:20 INFO : only13: Copied (replaced existing) 2026/08/10 03:05:20 DEBUG : only14: md5 = 13a2bfb37949ef40786e5b0b036ae05d OK 2026/08/10 03:05:20 DEBUG : only14: size = 0 OK 2026/08/10 03:05:20 INFO : only14: Copied (replaced existing) 2026/08/10 03:05:20 DEBUG : only15: md5 = 52661baa252d6981f115663036ec111d OK 2026/08/10 03:05:20 DEBUG : only15: size = 0 OK 2026/08/10 03:05:20 INFO : only15: Copied (replaced existing) 2026/08/10 03:05:21 DEBUG : only17: md5 = bf92e0fbf2008215918b3d8a6de627f9 OK 2026/08/10 03:05:21 DEBUG : only17: size = 0 OK 2026/08/10 03:05:21 INFO : only17: Copied (replaced existing) 2026/08/10 03:05:21 DEBUG : only1: md5 = 2dd85a97b8dd4a24f02b3488d7eb0bf4 OK 2026/08/10 03:05:21 DEBUG : only1: size = 0 OK 2026/08/10 03:05:21 INFO : only1: Copied (replaced existing) 2026/08/10 03:05:21 DEBUG : only19: md5 = 1a445da3efd08ac02388687658688b3f OK 2026/08/10 03:05:21 DEBUG : only19: size = 0 OK 2026/08/10 03:05:21 INFO : only19: Copied (replaced existing) 2026/08/10 03:05:21 DEBUG : only18: md5 = 1aa98e0aecae40107e722d209c8edfe4 OK 2026/08/10 03:05:21 DEBUG : only18: size = 0 OK 2026/08/10 03:05:21 INFO : only18: Copied (replaced existing) 2026/08/10 03:05:22 DEBUG : only3: md5 = beb4310e53737e9464d45a7cef679978 OK 2026/08/10 03:05:22 DEBUG : only3: size = 0 OK 2026/08/10 03:05:22 INFO : only3: Copied (replaced existing) 2026/08/10 03:05:22 DEBUG : only2: md5 = 514de33271100aff2bdc499c6c2deb91 OK 2026/08/10 03:05:22 DEBUG : only2: size = 0 OK 2026/08/10 03:05:22 INFO : only2: Copied (replaced existing) 2026/08/10 03:05:22 DEBUG : only4: md5 = 626064cbf2ef363ba7fd1eb6fe78ced0 OK 2026/08/10 03:05:22 DEBUG : only4: size = 0 OK 2026/08/10 03:05:22 INFO : only4: Copied (replaced existing) 2026/08/10 03:05:22 DEBUG : only6: md5 = d96dd0b5093d55e463967d559c305e0e OK 2026/08/10 03:05:22 DEBUG : only6: size = 0 OK 2026/08/10 03:05:22 INFO : only6: Copied (replaced existing) 2026/08/10 03:05:23 DEBUG : only7: md5 = 50a576fa485ab5ca122f6d0381efe967 OK 2026/08/10 03:05:23 DEBUG : only7: size = 0 OK 2026/08/10 03:05:23 INFO : only7: Copied (replaced existing) 2026/08/10 03:05:23 DEBUG : only5: md5 = a1b7b46579b08032716600f221fa2000 OK 2026/08/10 03:05:23 DEBUG : only5: size = 0 OK 2026/08/10 03:05:23 INFO : only5: Copied (replaced existing) 2026/08/10 03:05:23 DEBUG : only9: md5 = d33a01ff68287e52eb9b553776cd9c5b OK 2026/08/10 03:05:23 DEBUG : only9: size = 0 OK 2026/08/10 03:05:23 INFO : only9: Copied (replaced existing) 2026/08/10 03:05:23 DEBUG : only8: md5 = ee729fbbd358d029b835d4a7db8bc7ca OK 2026/08/10 03:05:23 DEBUG : only8: size = 0 OK 2026/08/10 03:05:23 INFO : only8: Copied (replaced existing) 2026/08/10 03:05:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (83.80s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:05:42 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:05:42 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:05:42 DEBUG : empty_on_remote: Making directory with metadata 2026/08/10 03:05:42 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:05:42 DEBUG : empty_on_remote: Making directory with metadata 2026/08/10 03:05:42 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:05:48 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/10 03:05:48 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/10 03:05:48 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/10 03:05:48 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (15.36s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:05:57 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:05:57 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:05:57 DEBUG : empty_on_remote: Making directory with metadata 2026/08/10 03:05:57 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:05:57 DEBUG : empty_on_remote: Making directory with metadata 2026/08/10 03:05:58 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:06:02 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:02 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:02 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:02 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:02 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.20s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:06:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:13 DEBUG : sub dir: Making directory with metadata 2026/08/10 03:06:14 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/10 03:06:31 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:32 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:32 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:06:32 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (37.94s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:06:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/10 03:06:51 DEBUG : sub dir: Making directory with metadata 2026/08/10 03:06:52 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/10 03:07:14 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/10 03:07:14 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/10 03:07:14 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/10 03:07:14 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (41.27s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:07:35 DEBUG : dir1/0000-abcdefg.txt: md5 = 67f7b612680a86712319c08fd4e1a89c OK 2026/08/10 03:07:36 DEBUG : dir1/0001-bcdefgh.txt: md5 = 37a200fb53cd95b89400a7525b572403 OK 2026/08/10 03:07:37 DEBUG : dir1/0002-cdefghi.txt: md5 = 331761e522a31e773b5253cf2cb5a75a OK 2026/08/10 03:07:39 DEBUG : dir1/0003-defghij.txt: md5 = 3ee4887f58849ecaed869bafeee4fa2a OK 2026/08/10 03:07:40 DEBUG : dir1/0004-efghijk.txt: md5 = a70c666c0ff888588abf312a6f203fab OK 2026/08/10 03:07:42 DEBUG : dir1/0005-fghijkl.txt: md5 = 9d375b782837c58ab3b17bbef9a341f2 OK 2026/08/10 03:07:43 DEBUG : dir1/0006-ghijklm.txt: md5 = 693e8c9b9bc2c4efeb708dcb3cee3cce OK 2026/08/10 03:07:45 DEBUG : dir1/0007-1234567.txt: md5 = 587a15ee4ec525e99cfd1f96c4fb4c8a OK 2026/08/10 03:07:46 DEBUG : dir1/0008-2345678.txt: md5 = ef46dfcc6de2ad796706a52b2545e2c4 OK 2026/08/10 03:07:48 DEBUG : dir1/0009-3456789.txt: md5 = e733aea80a8076e03392a09cb7229c15 OK 2026/08/10 03:07:49 DEBUG : dir1/0010-456789.txt: md5 = b4f1a7c3748e328a6bfaa9d15ab992d8 OK 2026/08/10 03:07:51 DEBUG : dir1/0011-56789;.txt: md5 = 3ee3d4e1c3011b1077b01d05a1db41f3 OK 2026/08/10 03:07:52 DEBUG : dir1/0012-6789;.txt: md5 = a7145be164071f5f605af2c13878d8cc OK 2026/08/10 03:07:54 DEBUG : dir1/0013-789;=.txt: md5 = 732dd073c6d90137ec3f12ce4ecc08c2 OK 2026/08/10 03:07:55 DEBUG : dir1/0014-89;=.txt: md5 = 9c8117c9825fca17a41667da365da471 OK 2026/08/10 03:07:57 DEBUG : dir1/0015-9;=.txt: md5 = 40746161d9a87d2dc3472d6a9def74a2 OK 2026/08/10 03:07:58 DEBUG : apple: md5 = 9637852534e86fc222b1473b3e0ac310 OK 2026/08/10 03:08:00 DEBUG : banana: md5 = 8336a95d42e5806915af27ce6d00f226 OK 2026/08/10 03:08:01 DEBUG : appleappleapplebanana: md5 = 79aa5932e6b378cad7b3d15dcf5ce635 OK 2026/08/10 03:08:03 DEBUG : splitbananasplit: md5 = 426df11a70f56d5015074b5e3932a510 OK 2026/08/10 03:08:03 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:08:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:08:04 DEBUG : apple: size = 5 OK 2026/08/10 03:08:04 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:04 DEBUG : apple: Unchanged skipping 2026/08/10 03:08:04 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:08:04 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:04 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:08:04 DEBUG : banana: size = 6 OK 2026/08/10 03:08:04 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:04 DEBUG : banana: Unchanged skipping 2026/08/10 03:08:04 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:08:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:08:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:08:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:08:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:08:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:08:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:08:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:08:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:08:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:08:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:08:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:08:05 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:05 INFO : There was nothing to transfer 2026/08/10 03:08:05 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:05 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:08:05 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:08:06 DEBUG : dir1: Directory modification time the same (differ by -251.802µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : banana: size = 6 OK 2026/08/10 03:08:06 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : apple: size = 5 OK 2026/08/10 03:08:06 DEBUG : banana: Unchanged skipping 2026/08/10 03:08:06 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:08:06 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:08:06 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : apple: Unchanged skipping 2026/08/10 03:08:06 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:08:06 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:08:06 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:08:06 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:08:06 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:08:06 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:08:06 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:08:06 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:08:06 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:08:06 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:06 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:08:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:08:06 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:06 INFO : There was nothing to transfer 2026/08/10 03:08:06 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:07 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:08:07 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:08:20 DEBUG : dir1/0000-abcdefg.txt: md5 = c0be2a3134072783a254893f823de79e OK 2026/08/10 03:08:22 DEBUG : dir1/0001-bcdefgh.txt: md5 = 177baa64c2e28bf572631991f106429c OK 2026/08/10 03:08:23 DEBUG : dir1/0002-cdefghi.txt: md5 = 2b652b19ed4c1eda264685ca6f2cf3df OK 2026/08/10 03:08:25 DEBUG : dir1/0003-defghij.txt: md5 = edb2b34e577bd348bcca0c09cc56031f OK 2026/08/10 03:08:26 DEBUG : dir1/0004-efghijk.txt: md5 = d2b6360d5019b5ab114e97befd0a2553 OK 2026/08/10 03:08:28 DEBUG : dir1/0005-fghijkl.txt: md5 = e3c083a88f196df61e87ebfe0f1dc28e OK 2026/08/10 03:08:29 DEBUG : dir1/0006-ghijklm.txt: md5 = f0af5d41fb6e185b512b111e0ad9af6a OK 2026/08/10 03:08:30 DEBUG : dir1/0007-1234567.txt: md5 = 18f62f498145b08daf17350b9b3da74c OK 2026/08/10 03:08:32 DEBUG : dir1/0008-2345678.txt: md5 = 1c057a0b0abc8fc48127d8ae51ac9118 OK 2026/08/10 03:08:33 DEBUG : dir1/0009-3456789.txt: md5 = 83e4c6143d6b981eaad05d388f19f789 OK 2026/08/10 03:08:35 DEBUG : dir1/0010-456789.txt: md5 = 276de24f56cf43bc24bf36d9399ae3b7 OK 2026/08/10 03:08:36 DEBUG : dir1/0011-56789;.txt: md5 = 6955b3623c0ff9f1c03f52605fde0378 OK 2026/08/10 03:08:38 DEBUG : dir1/0012-6789;.txt: md5 = 3dafb830fc9bfa6ba65ac61e14fe2480 OK 2026/08/10 03:08:39 DEBUG : dir1/0013-789;=.txt: md5 = 688de92e9ea002d62ae9f72bd75e0e29 OK 2026/08/10 03:08:41 DEBUG : dir1/0014-89;=.txt: md5 = abdf3a0f46f84ac6f539d9e31b315431 OK 2026/08/10 03:08:42 DEBUG : dir1/0015-9;=.txt: md5 = 8b1cbdabb5cf5345d4430dfdd521d745 OK 2026/08/10 03:08:44 DEBUG : apple: md5 = 6f95a7d9c94118fba5ff214e2a51d2a8 OK 2026/08/10 03:08:45 DEBUG : banana: md5 = dc0b54ebd945045b0f821788c71c83e2 OK 2026/08/10 03:08:47 DEBUG : appleappleapplebanana: md5 = 1f33e9494f6cce1549fcdce176f68b22 OK 2026/08/10 03:08:48 DEBUG : splitbananasplit: md5 = c19758eb4d25c5aa8d9cd297761cf99c OK 2026/08/10 03:08:48 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:49 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:08:49 DEBUG : apple: size = 5 OK 2026/08/10 03:08:49 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:08:49 DEBUG : apple: Unchanged skipping 2026/08/10 03:08:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:49 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:08:49 DEBUG : banana: size = 6 OK 2026/08/10 03:08:49 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:49 DEBUG : banana: Unchanged skipping 2026/08/10 03:08:50 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:08:50 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:08:50 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:08:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:08:50 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:08:50 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:08:50 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:08:50 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:08:50 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:08:50 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:08:50 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:08:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:08:50 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:50 INFO : There was nothing to transfer 2026/08/10 03:08:50 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:51 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:08:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1: Directory modification time the same (differ by -903.961µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:08:52 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:08:52 DEBUG : banana: size = 6 OK 2026/08/10 03:08:52 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : banana: Unchanged skipping 2026/08/10 03:08:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:08:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:08:52 DEBUG : apple: size = 5 OK 2026/08/10 03:08:52 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : apple: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:08:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:08:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:08:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:08:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:08:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:08:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:08:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:08:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:08:52 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:52 INFO : There was nothing to transfer 2026/08/10 03:08:52 DEBUG : Waiting for deletions to finish 2026/08/10 03:08:52 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:08:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:09:06 DEBUG : dir1/0000-abcdefg.txt: md5 = d6569566f9e2316eabff7c8b4b1d4cf2 OK 2026/08/10 03:09:07 DEBUG : dir1/0001-bcdefgh.txt: md5 = 5a8aa9411432e8328cfd6f4d0f1d0c59 OK 2026/08/10 03:09:09 DEBUG : dir1/0002-cdefghi.txt: md5 = 68edea7b6020c672d6426103fe6b3694 OK 2026/08/10 03:09:10 DEBUG : dir1/0003-defghij.txt: md5 = ddab48e032cf71b50cbaaca302222078 OK 2026/08/10 03:09:12 DEBUG : dir1/0004-efghijk.txt: md5 = 2f99e0a1c900ea4ef7b8f33abc7c7f9a OK 2026/08/10 03:09:13 DEBUG : dir1/0005-fghijkl.txt: md5 = 78b0755e4107e0631618ffd4c9446c3a OK 2026/08/10 03:09:14 DEBUG : dir1/0006-ghijklm.txt: md5 = 072b657905798a542560195e3ba86cbc OK 2026/08/10 03:09:16 DEBUG : dir1/0007-1234567.txt: md5 = 011ff4a0a4effac805218348c6604c33 OK 2026/08/10 03:09:17 DEBUG : dir1/0008-2345678.txt: md5 = 77bf0d9fcb859d7f00e3231a68614bca OK 2026/08/10 03:09:19 DEBUG : dir1/0009-3456789.txt: md5 = c22bd4e9d0f7205708a5038a26623c7e OK 2026/08/10 03:09:20 DEBUG : dir1/0010-456789.txt: md5 = c53ac61407aec944202490e387a9e889 OK 2026/08/10 03:09:22 DEBUG : dir1/0011-56789;.txt: md5 = 8503dd6effddd8a7dbc1a8fef3c18818 OK 2026/08/10 03:09:23 DEBUG : dir1/0012-6789;.txt: md5 = efecfa6690a21f4395fcbbff632fcce3 OK 2026/08/10 03:09:25 DEBUG : dir1/0013-789;=.txt: md5 = c548548152d212baee6b1965cf00faed OK 2026/08/10 03:09:27 DEBUG : dir1/0014-89;=.txt: md5 = 6c87011c66e90d40dee6aec04287adcb OK 2026/08/10 03:09:28 DEBUG : dir1/0015-9;=.txt: md5 = 8cda376d87b227e01908e482b0d283fb OK 2026/08/10 03:09:30 DEBUG : apple: md5 = 4b47ff08ca7272aaa32203708606305f OK 2026/08/10 03:09:31 DEBUG : banana: md5 = 198449868849fb1aacc21ead929ae499 OK 2026/08/10 03:09:32 DEBUG : appleappleapplebanana: md5 = 8b428013f8945f3cedd91cb79df343b5 OK 2026/08/10 03:09:34 DEBUG : splitbananasplit: md5 = 0e071eaab1762fcd33b7a10f2f39a477 OK 2026/08/10 03:09:34 DEBUG : Waiting for deletions to finish 2026/08/10 03:09:35 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:09:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:35 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/10 03:09:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:35 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/10 03:09:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:35 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/10 03:09:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:36 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:36 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:36 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:36 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:36 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:36 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/10 03:09:36 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:09:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:09:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:09:37 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = 9127e85dcb5f26aa69ae26f2f1c7eeaa OK 2026/08/10 03:09:37 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/10 03:09:37 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:37 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = 7ec420f42e293c20638d6e91443421c4 OK 2026/08/10 03:09:37 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/10 03:09:37 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:37 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:37 DEBUG : YXBwbGU=: md5 = d260f464f063568444dd4b19a481500b OK 2026/08/10 03:09:37 DEBUG : YXBwbGU=: size = 5 OK 2026/08/10 03:09:37 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/10 03:09:37 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:37 DEBUG : YmFuYW5h: md5 = 4fc018680edf231931f48e2a110f634a OK 2026/08/10 03:09:37 DEBUG : YmFuYW5h: size = 6 OK 2026/08/10 03:09:37 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/10 03:09:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 78278399b0231d113682a853fef28f50 OK 2026/08/10 03:09:38 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/10 03:09:38 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 44f1d0a53e4146ae813a6b2284e2b619 OK 2026/08/10 03:09:38 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/10 03:09:38 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = aed4328e14b6e8012dffa9da4c305fd0 OK 2026/08/10 03:09:38 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/10 03:09:38 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = 8165621565050b988126d92b4193ceb9 OK 2026/08/10 03:09:38 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/10 03:09:38 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = a5b2f9612f5d5c2544c858cdf13d40cc OK 2026/08/10 03:09:40 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/10 03:09:40 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 36eab649894c9bc0dab444e9430d5eff OK 2026/08/10 03:09:40 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/10 03:09:40 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 41c73a61a182a8b2524498bcc14abefa OK 2026/08/10 03:09:40 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/10 03:09:40 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:40 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 8f8dc5cb0cc3698ef43431eba7a1f287 OK 2026/08/10 03:09:40 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/10 03:09:40 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:41 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 7b88e412f035780dc31b875d6171bc82 OK 2026/08/10 03:09:41 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/10 03:09:41 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:41 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:41 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 5f380a18f10ca6d861a0b54c65f2f2af OK 2026/08/10 03:09:41 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/10 03:09:41 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:41 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:41 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = e54616326aaf2b7e9825b0dc54cb39ee OK 2026/08/10 03:09:41 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/10 03:09:41 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:41 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:41 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = fe3f3edc53ddbb653c21d8659ec011f4 OK 2026/08/10 03:09:41 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/10 03:09:41 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:41 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:42 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = f819e265afa56ebed9f37af5efd286db OK 2026/08/10 03:09:42 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/10 03:09:42 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:43 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = 06439aa0fe9dd8d1bb28bf921e2b3960 OK 2026/08/10 03:09:43 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/10 03:09:43 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:43 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 58910b020032f325129eb8c186e7af35 OK 2026/08/10 03:09:43 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/10 03:09:43 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:43 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 201a39c9e6a89daa6e11adabeb3fa406 OK 2026/08/10 03:09:43 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/10 03:09:43 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:43 DEBUG : Waiting for deletions to finish 2026/08/10 03:09:43 INFO : dir1/0009-3456789.txt: Deleted 2026/08/10 03:09:43 INFO : dir1/0014-89;=.txt: Deleted 2026/08/10 03:09:43 INFO : dir1/0011-56789;.txt: Deleted 2026/08/10 03:09:43 INFO : apple: Deleted 2026/08/10 03:09:43 INFO : dir1/0013-789;=.txt: Deleted 2026/08/10 03:09:43 INFO : dir1/0003-defghij.txt: Deleted 2026/08/10 03:09:43 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/10 03:09:43 INFO : dir1/0012-6789;.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/10 03:09:44 INFO : splitbananasplit: Deleted 2026/08/10 03:09:44 INFO : banana: Deleted 2026/08/10 03:09:44 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0007-1234567.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0015-9;=.txt: Deleted 2026/08/10 03:09:44 INFO : appleappleapplebanana: Deleted 2026/08/10 03:09:44 INFO : dir1/0010-456789.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/10 03:09:44 INFO : dir1/0008-2345678.txt: Deleted 2026/08/10 03:09:44 DEBUG : Waiting for deletions to finish 2026/08/10 03:09:45 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:45 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:45 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:46 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:46 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:46 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:46 DEBUG : dir1: Directory modification time the same (differ by -556.865µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : YXBwbGU=: size = 5 OK 2026/08/10 03:09:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : apple: Unchanged skipping 2026/08/10 03:09:46 DEBUG : YmFuYW5h: size = 6 OK 2026/08/10 03:09:46 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/10 03:09:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : banana: Unchanged skipping 2026/08/10 03:09:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:09:46 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/10 03:09:46 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:46 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:46 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:46 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:46 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:46 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:46 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:46 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:46 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:46 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:46 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:46 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:46 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/10 03:09:46 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:46 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/10 03:09:46 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/10 03:09:46 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:46 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:46 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/10 03:09:46 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/10 03:09:46 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/10 03:09:46 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/10 03:09:46 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/10 03:09:46 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:09:46 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:09:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:09:46 DEBUG : Waiting for deletions to finish 2026/08/10 03:09:46 DEBUG : Waiting for deletions to finish 2026/08/10 03:09:46 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/10 03:09:46 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/10 03:09:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:47 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:47 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:47 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:47 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:47 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:47 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:47 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:47 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:47 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:47 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:47 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/10 03:09:47 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:47 DEBUG : apple: transformed to: YXBwbGU= 2026/08/10 03:09:47 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/10 03:09:47 DEBUG : banana: transformed to: YmFuYW5h 2026/08/10 03:09:47 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/10 03:09:47 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/10 03:09:47 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/10 03:09:47 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/10 03:09:47 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/10 03:09:47 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/10 03:09:47 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:10:00 DEBUG : dir1/0000-abcdefg.txt: md5 = 7f1cc68e582ec1848eddbfd21d664332 OK 2026/08/10 03:10:02 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7f150c352517c64cbe19a8394123a870 OK 2026/08/10 03:10:03 DEBUG : dir1/0002-cdefghi.txt: md5 = e4df45eb39e8a4e1f08e2ca03abfa288 OK 2026/08/10 03:10:05 DEBUG : dir1/0003-defghij.txt: md5 = 0c40e5319d01d5ca573d276560981253 OK 2026/08/10 03:10:07 DEBUG : dir1/0004-efghijk.txt: md5 = 278fe02fa922acabbef0c7844e2b4044 OK 2026/08/10 03:10:08 DEBUG : dir1/0005-fghijkl.txt: md5 = dbf5c501eec231fc573852bbd15af803 OK 2026/08/10 03:10:09 DEBUG : dir1/0006-ghijklm.txt: md5 = 2920a228ce7ff504707bcfa1b53d5afc OK 2026/08/10 03:10:11 DEBUG : dir1/0007-1234567.txt: md5 = 3c087f20dc9ffd7e6661217d44de3a98 OK 2026/08/10 03:10:12 DEBUG : dir1/0008-2345678.txt: md5 = a057ddb3f83e3f345e8f37c261ce6525 OK 2026/08/10 03:10:14 DEBUG : dir1/0009-3456789.txt: md5 = 5cdd76d6ea01b7fece8b3790c41df848 OK 2026/08/10 03:10:15 DEBUG : dir1/0010-456789.txt: md5 = 35397628a0e892470ed5fc6f374a0688 OK 2026/08/10 03:10:17 DEBUG : dir1/0011-56789;.txt: md5 = 9440dd72b58788eab98d1b2924e9926d OK 2026/08/10 03:10:18 DEBUG : dir1/0012-6789;.txt: md5 = ff310c540b91f394cfde4d2d0c200394 OK 2026/08/10 03:10:20 DEBUG : dir1/0013-789;=.txt: md5 = 1a8a8585772fc0696f33580873695099 OK 2026/08/10 03:10:22 DEBUG : dir1/0014-89;=.txt: md5 = 3a0110788d6e94755f29806ec7029e28 OK 2026/08/10 03:10:23 DEBUG : dir1/0015-9;=.txt: md5 = 58eeeffc0de5baed53d0beb09dd63091 OK 2026/08/10 03:10:25 DEBUG : apple: md5 = d99ba4c0665a60dc0c2d7ee663d72b66 OK 2026/08/10 03:10:26 DEBUG : banana: md5 = 2a37b9cca1330c20c3f3ba187a2c606e OK 2026/08/10 03:10:28 DEBUG : appleappleapplebanana: md5 = 5f3788738599b3916e5fd16a932a778e OK 2026/08/10 03:10:29 DEBUG : splitbananasplit: md5 = cc928755b2671732719d62e185ac2b75 OK 2026/08/10 03:10:29 DEBUG : Waiting for deletions to finish 2026/08/10 03:10:30 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:10:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:30 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:30 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:30 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:30 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:31 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:31 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:31 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:31 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:31 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/10 03:10:31 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/10 03:10:31 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/10 03:10:31 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/10 03:10:31 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/10 03:10:31 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/10 03:10:31 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/10 03:10:31 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/10 03:10:31 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/10 03:10:31 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/10 03:10:31 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/10 03:10:31 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/10 03:10:31 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/10 03:10:31 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/10 03:10:31 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/10 03:10:31 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/10 03:10:31 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:10:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:10:32 DEBUG : PREFIXappleappleapplebanana: md5 = 9045e12f4b255ef59c9b283141adb779 OK 2026/08/10 03:10:32 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/10 03:10:32 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/10 03:10:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:32 DEBUG : PREFIXsplitbananasplit: md5 = f0e0483c8ef08d5274473fa9d5652b6a OK 2026/08/10 03:10:32 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/10 03:10:32 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/10 03:10:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:32 DEBUG : PREFIXapple: md5 = 0833eeff1792c3ceef0f4e0d8e1f6714 OK 2026/08/10 03:10:32 DEBUG : PREFIXapple: size = 5 OK 2026/08/10 03:10:32 INFO : apple: Copied (new) to: PREFIXapple 2026/08/10 03:10:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:32 DEBUG : PREFIXbanana: md5 = 983ca103a21adc2334a6ef8ec93a14d2 OK 2026/08/10 03:10:32 DEBUG : PREFIXbanana: size = 6 OK 2026/08/10 03:10:32 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/10 03:10:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:33 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = bbe654366b7783529e582031174fab68 OK 2026/08/10 03:10:33 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/10 03:10:33 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = 6d8961c7d90dbd18b72d698fb3303278 OK 2026/08/10 03:10:34 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:10:34 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:34 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = 66090d92e7893443731fa332c8c6f44e OK 2026/08/10 03:10:34 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/10 03:10:34 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:34 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 08c1f4bfee1f38ad36cdffc4819a4661 OK 2026/08/10 03:10:34 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/10 03:10:34 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = 0d06bd152173acf2054b16cfa6c21089 OK 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/10 03:10:35 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 4b7c0dc7cdffe79923de1e8bf2c4b273 OK 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/10 03:10:35 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 4bd4667d1c990e43d489895ce40c03aa OK 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/10 03:10:35 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = f1116df9ce0f4fae6e9f7d35de7b9a37 OK 2026/08/10 03:10:35 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/10 03:10:35 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:36 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = f39c4f3e7c03f715ee2b2ea1df6e36d3 OK 2026/08/10 03:10:36 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/10 03:10:36 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:36 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:36 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 436cd76ef12e41c6dcb600032e0d72bd OK 2026/08/10 03:10:36 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/10 03:10:36 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:36 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:36 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = 6e9dd8983dce6c9cd7f3db2561649953 OK 2026/08/10 03:10:36 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/10 03:10:36 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:36 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:37 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 5b6b9929bbd49448cd6ba97faeac30a4 OK 2026/08/10 03:10:37 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/10 03:10:37 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:37 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = e8a515d847a22f16efd7a423e49150da OK 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/10 03:10:38 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = fb4377367e84edcec2788ee8a13001a0 OK 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/10 03:10:38 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = 331a46f82c900491f24f96dd3ff06705 OK 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/10 03:10:38 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 530af787a85538c997206df24f7a2e23 OK 2026/08/10 03:10:38 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/10 03:10:38 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:38 DEBUG : Waiting for deletions to finish 2026/08/10 03:10:38 INFO : dir1/0015-9;=.txt: Deleted 2026/08/10 03:10:38 INFO : dir1/0008-2345678.txt: Deleted 2026/08/10 03:10:38 INFO : splitbananasplit: Deleted 2026/08/10 03:10:38 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/10 03:10:38 INFO : dir1/0007-1234567.txt: Deleted 2026/08/10 03:10:38 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/10 03:10:39 INFO : appleappleapplebanana: Deleted 2026/08/10 03:10:39 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0011-56789;.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0012-6789;.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0010-456789.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0003-defghij.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0009-3456789.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0013-789;=.txt: Deleted 2026/08/10 03:10:39 INFO : apple: Deleted 2026/08/10 03:10:39 INFO : banana: Deleted 2026/08/10 03:10:39 INFO : dir1/0014-89;=.txt: Deleted 2026/08/10 03:10:39 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/10 03:10:39 DEBUG : Waiting for deletions to finish 2026/08/10 03:10:40 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : apple: transformed to: PREFIXapple 2026/08/10 03:10:40 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/10 03:10:40 DEBUG : banana: transformed to: PREFIXbanana 2026/08/10 03:10:40 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/10 03:10:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/10 03:10:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/10 03:10:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/10 03:10:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/10 03:10:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/10 03:10:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/10 03:10:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/10 03:10:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/10 03:10:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/10 03:10:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/10 03:10:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/10 03:10:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/10 03:10:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/10 03:10:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/10 03:10:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/10 03:10:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/10 03:10:41 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1: Directory modification time the same (differ by -340.48µs, within tolerance 1ms) 2026/08/10 03:10:41 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:10:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:10:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:10:42 DEBUG : apple: md5 = 00833e0e3fb9b7e55f0c23bc15779b1c OK 2026/08/10 03:10:42 DEBUG : apple: size = 5 OK 2026/08/10 03:10:42 INFO : apple: Copied (new) 2026/08/10 03:10:42 DEBUG : splitbananasplit: md5 = 2f42e449038a6469825c6cb358b81fa0 OK 2026/08/10 03:10:42 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:10:42 INFO : splitbananasplit: Copied (new) 2026/08/10 03:10:42 DEBUG : appleappleapplebanana: md5 = 8f9bb9cdfff385aa14c6aff7c5541ed5 OK 2026/08/10 03:10:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:10:42 INFO : appleappleapplebanana: Copied (new) 2026/08/10 03:10:42 DEBUG : banana: md5 = 4f38adeab0f37df90e371b5cf3ec31e8 OK 2026/08/10 03:10:42 DEBUG : banana: size = 6 OK 2026/08/10 03:10:42 INFO : banana: Copied (new) 2026/08/10 03:10:43 DEBUG : dir1/0002-cdefghi.txt: md5 = edc293c47e23a8be5520c1f11707b686 OK 2026/08/10 03:10:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:10:43 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/10 03:10:44 DEBUG : dir1/0003-defghij.txt: md5 = 8caf0778265be9fc9a3f3520fd8d2bf3 OK 2026/08/10 03:10:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:10:44 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/10 03:10:44 DEBUG : dir1/0000-abcdefg.txt: md5 = 5f71d991114c30000d2e1bb0ba136205 OK 2026/08/10 03:10:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:10:44 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/10 03:10:44 DEBUG : dir1/0001-bcdefgh.txt: md5 = 965112bae0bdd7f3a439e00acc39b04e OK 2026/08/10 03:10:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:10:44 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/10 03:10:45 DEBUG : dir1/0004-efghijk.txt: md5 = 4366adace37bd6c5d29d303f5d9d77c1 OK 2026/08/10 03:10:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:10:45 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/10 03:10:45 DEBUG : dir1/0006-ghijklm.txt: md5 = de6855da2f3555635312a8d312809e01 OK 2026/08/10 03:10:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:10:45 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/10 03:10:45 DEBUG : dir1/0007-1234567.txt: md5 = a3f6171d3ff04f96a7cf71f724b68a5b OK 2026/08/10 03:10:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:10:45 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/10 03:10:45 DEBUG : dir1/0005-fghijkl.txt: md5 = dda22b30d16a3e5e30976a4fe6032756 OK 2026/08/10 03:10:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:10:45 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/10 03:10:46 DEBUG : dir1/0009-3456789.txt: md5 = 9250ce3a773a837bf22773de2f5349cc OK 2026/08/10 03:10:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:10:46 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/10 03:10:46 DEBUG : dir1/0008-2345678.txt: md5 = 7f8af38668c4b874bdde44f08a04cb74 OK 2026/08/10 03:10:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:10:46 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/10 03:10:46 DEBUG : dir1/0011-56789;.txt: md5 = 4b6d07aaaeddd66b0796669a15a0abc1 OK 2026/08/10 03:10:46 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:10:46 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/10 03:10:47 DEBUG : dir1/0010-456789.txt: md5 = a0077aa80f1f1c098b17c4849c07e5ce OK 2026/08/10 03:10:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:10:47 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/10 03:10:48 DEBUG : dir1/0012-6789;.txt: md5 = 6798c65174d293d0d3c37b132c4643fa OK 2026/08/10 03:10:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:10:48 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/10 03:10:48 DEBUG : dir1/0013-789;=.txt: md5 = a96e070a6dbfa971ce581827221083b9 OK 2026/08/10 03:10:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:10:48 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/10 03:10:48 DEBUG : dir1/0014-89;=.txt: md5 = 35db7f35e11779c54bf5284a01ec0b51 OK 2026/08/10 03:10:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:10:48 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/10 03:10:48 DEBUG : dir1/0015-9;=.txt: md5 = 194ba338222d8f226a2a55d32cbdedb8 OK 2026/08/10 03:10:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:10:48 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/10 03:10:48 DEBUG : Waiting for deletions to finish 2026/08/10 03:10:49 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/10 03:10:49 INFO : PREFIXbanana: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/10 03:10:49 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/10 03:10:49 INFO : PREFIXapple: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/10 03:10:49 INFO : PREFIXsplitbananasplit: Deleted 2026/08/10 03:10:49 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/10 03:10:50 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/10 03:10:50 DEBUG : Waiting for deletions to finish 2026/08/10 03:10:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:10:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : Waiting for deletions to finish 2026/08/10 03:10:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:10:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:11:05 DEBUG : dir1/0000-abcdefg.txt: md5 = 29dfc7adbb78dc39d08c2941fa2e749f OK 2026/08/10 03:11:07 DEBUG : dir1/0001-bcdefgh.txt: md5 = 132b55bccbac26e3dbf6223b1d4bd975 OK 2026/08/10 03:11:08 DEBUG : dir1/0002-cdefghi.txt: md5 = 53621cfac7aa81cf2c04abdeaa5b6c4c OK 2026/08/10 03:11:09 DEBUG : dir1/0003-defghij.txt: md5 = 655abb1620a9b902f3c7678e896056b2 OK 2026/08/10 03:11:11 DEBUG : dir1/0004-efghijk.txt: md5 = 3a1d2882b682c347fad829e6c23543b2 OK 2026/08/10 03:11:12 DEBUG : dir1/0005-fghijkl.txt: md5 = b3c1e1552e0bc444d5631577b834706f OK 2026/08/10 03:11:14 DEBUG : dir1/0006-ghijklm.txt: md5 = 30774b5344096630f276851bf3b2d696 OK 2026/08/10 03:11:15 DEBUG : dir1/0007-1234567.txt: md5 = e71c881ede57bd1bffc8a46c87c1c816 OK 2026/08/10 03:11:17 DEBUG : dir1/0008-2345678.txt: md5 = 64ba90fa5a6c332bd50036e2af33aa03 OK 2026/08/10 03:11:18 DEBUG : dir1/0009-3456789.txt: md5 = d73451d2affca8863a5d8f79cfc958f9 OK 2026/08/10 03:11:20 DEBUG : dir1/0010-456789.txt: md5 = 1f87f74e7af8bfc0310238c5a31a322b OK 2026/08/10 03:11:21 DEBUG : dir1/0011-56789;.txt: md5 = 93760b01dc0d60db3290070b6bc3cc01 OK 2026/08/10 03:11:23 DEBUG : dir1/0012-6789;.txt: md5 = 8bdf518a34f9d01e5d29c4166da928c5 OK 2026/08/10 03:11:24 DEBUG : dir1/0013-789;=.txt: md5 = bfff0762a315f894262e6158b72ebf79 OK 2026/08/10 03:11:25 DEBUG : dir1/0014-89;=.txt: md5 = 9807475de9f18423e898257dff847671 OK 2026/08/10 03:11:27 DEBUG : dir1/0015-9;=.txt: md5 = cd323d5fb17769375482ac90cd80e369 OK 2026/08/10 03:11:29 DEBUG : apple: md5 = 67374ea8ad2677317c024819e7dcb949 OK 2026/08/10 03:11:30 DEBUG : banana: md5 = 2a4aba824a58496d8572d9334c4cf3ac OK 2026/08/10 03:11:32 DEBUG : appleappleapplebanana: md5 = 241a9b561192229b4978581f7efeb9ce OK 2026/08/10 03:11:33 DEBUG : splitbananasplit: md5 = 31ce45b75f9d222bee7733a021e747b0 OK 2026/08/10 03:11:33 DEBUG : Waiting for deletions to finish 2026/08/10 03:11:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:11:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:34 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:34 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:34 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:34 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:34 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:34 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:34 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:34 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:34 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:34 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:35 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:35 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:35 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:35 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:35 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:35 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:11:35 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:35 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/10 03:11:35 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:11:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:11:36 DEBUG : appleappleapplebananaSUFFIX: md5 = dd191bddf8db369c2ed37d5e9b041ecc OK 2026/08/10 03:11:36 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/10 03:11:36 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/10 03:11:36 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:36 DEBUG : appleSUFFIX: md5 = 70a51f39526ebf79e3bd78f1156d64c7 OK 2026/08/10 03:11:36 DEBUG : appleSUFFIX: size = 5 OK 2026/08/10 03:11:36 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/10 03:11:36 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:36 DEBUG : bananaSUFFIX: md5 = 937e9634777adbe6c74c0bc3c9e283e0 OK 2026/08/10 03:11:36 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/10 03:11:36 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/10 03:11:36 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:37 DEBUG : splitbananasplitSUFFIX: md5 = 3c71f0ba37b65afcd693d873a6998725 OK 2026/08/10 03:11:37 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/10 03:11:37 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/10 03:11:37 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = bbc3f23f9fa9cb448716085c51c0bc48 OK 2026/08/10 03:11:38 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/10 03:11:38 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 66ac3af3359a857f7fe161f1d3bed398 OK 2026/08/10 03:11:38 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/10 03:11:38 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 5069f265a438665fa77b48e8e0e38ba9 OK 2026/08/10 03:11:38 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/10 03:11:38 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 2aad9c64db0b2b7d988cf0d35d8c1e12 OK 2026/08/10 03:11:38 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/10 03:11:38 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:38 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:39 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 53843306f683ed8786e0dbdfd3b3e9e9 OK 2026/08/10 03:11:39 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/10 03:11:39 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:39 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:39 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = 0c9376ddd94e74838f1d4df7385baad2 OK 2026/08/10 03:11:39 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/10 03:11:39 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:39 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:39 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 01fbae16c9bbe049f70d28c42f255e3a OK 2026/08/10 03:11:39 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/10 03:11:39 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:39 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:40 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = cea409135f1c589266cbc35ef9f2bf31 OK 2026/08/10 03:11:40 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/10 03:11:40 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 4d3de71f9adc220868016b4389b78d39 OK 2026/08/10 03:11:41 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/10 03:11:41 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 7f27a0f1b2c0f2ffdd48fff6fd374886 OK 2026/08/10 03:11:41 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/10 03:11:41 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = 8eec1641fd0930a72260645d218cd915 OK 2026/08/10 03:11:41 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/10 03:11:41 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = fdaa9bef285c08940adf91b9ef55b723 OK 2026/08/10 03:11:41 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/10 03:11:41 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:41 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:42 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 1d189cf8c5faa8c712f2896fd0a1c4a7 OK 2026/08/10 03:11:42 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/10 03:11:42 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:42 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = e79ada7e76ab7adf170fa401beb5cf96 OK 2026/08/10 03:11:42 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/10 03:11:42 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:42 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 5272b96e98aeb384a179658968319156 OK 2026/08/10 03:11:42 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/10 03:11:42 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:42 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 74e0319cbae7ad13b357e1f672b5e040 OK 2026/08/10 03:11:42 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/10 03:11:42 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:42 DEBUG : Waiting for deletions to finish 2026/08/10 03:11:43 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0015-9;=.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0012-6789;.txt: Deleted 2026/08/10 03:11:43 INFO : splitbananasplit: Deleted 2026/08/10 03:11:43 INFO : dir1/0013-789;=.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/10 03:11:43 INFO : banana: Deleted 2026/08/10 03:11:43 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0007-1234567.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0010-456789.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0008-2345678.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0014-89;=.txt: Deleted 2026/08/10 03:11:43 INFO : dir1/0011-56789;.txt: Deleted 2026/08/10 03:11:43 INFO : apple: Deleted 2026/08/10 03:11:44 INFO : appleappleapplebanana: Deleted 2026/08/10 03:11:44 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/10 03:11:44 INFO : dir1/0003-defghij.txt: Deleted 2026/08/10 03:11:44 INFO : dir1/0009-3456789.txt: Deleted 2026/08/10 03:11:44 DEBUG : Waiting for deletions to finish 2026/08/10 03:11:44 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:44 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : apple: transformed to: appleSUFFIX 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/10 03:11:45 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/10 03:11:45 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/10 03:11:45 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1: Directory modification time the same (differ by -242.318µs, within tolerance 1ms) 2026/08/10 03:11:45 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:11:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:11:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:11:46 DEBUG : splitbananasplit: md5 = 2ac28452b6c40fac977c2abeebabd9bd OK 2026/08/10 03:11:46 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:11:46 INFO : splitbananasplit: Copied (new) 2026/08/10 03:11:46 DEBUG : banana: md5 = a0d78f73b09b032159da5cceff25044f OK 2026/08/10 03:11:46 DEBUG : banana: size = 6 OK 2026/08/10 03:11:46 INFO : banana: Copied (new) 2026/08/10 03:11:47 DEBUG : apple: md5 = 3a6504bec90d6f174565620ecd3f9ca5 OK 2026/08/10 03:11:47 DEBUG : apple: size = 5 OK 2026/08/10 03:11:47 INFO : apple: Copied (new) 2026/08/10 03:11:47 DEBUG : appleappleapplebanana: md5 = b80016cc45ad1a8c0326abd0f72e88da OK 2026/08/10 03:11:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:11:47 INFO : appleappleapplebanana: Copied (new) 2026/08/10 03:11:48 DEBUG : dir1/0001-bcdefgh.txt: md5 = 060519582f5d778aff8dda3f9bad8571 OK 2026/08/10 03:11:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:11:48 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/10 03:11:48 DEBUG : dir1/0002-cdefghi.txt: md5 = 12240931888b400ca03d38a637c18d88 OK 2026/08/10 03:11:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:11:48 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/10 03:11:48 DEBUG : dir1/0003-defghij.txt: md5 = d44d2ba2ffe6ed679cb066d5936db5e1 OK 2026/08/10 03:11:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:11:48 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/10 03:11:48 DEBUG : dir1/0000-abcdefg.txt: md5 = 2aeffb3ca7006a880e825fc1d8815577 OK 2026/08/10 03:11:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:11:48 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/10 03:11:49 DEBUG : dir1/0004-efghijk.txt: md5 = 2bb63c1a3be3f036ffed8460f38a097e OK 2026/08/10 03:11:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:11:49 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/10 03:11:49 DEBUG : dir1/0006-ghijklm.txt: md5 = e5eae1cf9107bcda6d51da7ff7661408 OK 2026/08/10 03:11:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:11:49 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/10 03:11:49 DEBUG : dir1/0005-fghijkl.txt: md5 = 310de8627c620bb5c9833e649a144065 OK 2026/08/10 03:11:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:11:49 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/10 03:11:50 DEBUG : dir1/0007-1234567.txt: md5 = 04a744d502b5fbb56bc8572007917cae OK 2026/08/10 03:11:50 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:11:50 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/10 03:11:51 DEBUG : dir1/0008-2345678.txt: md5 = 6f9aa5f630beafcb5d0d9c08a0581011 OK 2026/08/10 03:11:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:11:51 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/10 03:11:51 DEBUG : dir1/0009-3456789.txt: md5 = 682ac3890f6a2196487ccc73b234b77b OK 2026/08/10 03:11:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:11:51 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/10 03:11:51 DEBUG : dir1/0010-456789.txt: md5 = d7be1da8a4fe08fe2905b668b7c06fdf OK 2026/08/10 03:11:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:11:51 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/10 03:11:51 DEBUG : dir1/0011-56789;.txt: md5 = c11a187babf834e455784cd5ace24c08 OK 2026/08/10 03:11:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:11:51 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/10 03:11:52 DEBUG : dir1/0012-6789;.txt: md5 = 7fc6abf1bfab6e96426f59acac0b4599 OK 2026/08/10 03:11:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:11:52 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/10 03:11:52 DEBUG : dir1/0014-89;=.txt: md5 = d5dd2d85cb51d40b9232b8cedefbb5f4 OK 2026/08/10 03:11:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:11:52 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/10 03:11:52 DEBUG : dir1/0013-789;=.txt: md5 = f5386fdf6f0402486c620c24646f17ec OK 2026/08/10 03:11:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:11:52 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/10 03:11:53 DEBUG : dir1/0015-9;=.txt: md5 = de8e80507816a1352323679978a0e22a OK 2026/08/10 03:11:53 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:11:53 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/10 03:11:53 DEBUG : Waiting for deletions to finish 2026/08/10 03:11:53 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/10 03:11:53 INFO : splitbananasplitSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : bananaSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/10 03:11:53 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/10 03:11:54 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/10 03:11:54 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/10 03:11:54 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/10 03:11:54 INFO : appleSUFFIX: Deleted 2026/08/10 03:11:54 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/10 03:11:54 DEBUG : Waiting for deletions to finish 2026/08/10 03:11:54 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:11:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:11:55 DEBUG : Waiting for deletions to finish 2026/08/10 03:11:56 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:11:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:12:10 DEBUG : dir1/0000-abcdefg.txt: md5 = 06200bc549058bfad21a135129aa3169 OK 2026/08/10 03:12:11 DEBUG : dir1/0001-bcdefgh.txt: md5 = be53553700b7c6f2f95c01b2bc6d968b OK 2026/08/10 03:12:13 DEBUG : dir1/0002-cdefghi.txt: md5 = abf04523e1b639f4b5ee842493f1aa39 OK 2026/08/10 03:12:14 DEBUG : dir1/0003-defghij.txt: md5 = 9594841bdda90ebe56cdcd503095a31b OK 2026/08/10 03:12:16 DEBUG : dir1/0004-efghijk.txt: md5 = 0c40c451bc06c836bdcfcc14c6116cc0 OK 2026/08/10 03:12:18 DEBUG : dir1/0005-fghijkl.txt: md5 = f3a5bc97aaedccbff9899dba6414b042 OK 2026/08/10 03:12:19 DEBUG : dir1/0006-ghijklm.txt: md5 = b4a479e85bf6c3b7236a19e594de9cac OK 2026/08/10 03:12:21 DEBUG : dir1/0007-1234567.txt: md5 = 4632b1986ab9ba8777732eb877e4c647 OK 2026/08/10 03:12:22 DEBUG : dir1/0008-2345678.txt: md5 = 28bbb9ea21ec9ecf30f368e57a6e26d5 OK 2026/08/10 03:12:24 DEBUG : dir1/0009-3456789.txt: md5 = 402676bb36368fffe043110f0b3605d7 OK 2026/08/10 03:12:25 DEBUG : dir1/0010-456789.txt: md5 = b4747c9a5bd6e1cd9fafc2a9399fc92a OK 2026/08/10 03:12:27 DEBUG : dir1/0011-56789;.txt: md5 = 0b97e09b3334662690d18fb9fefc83c5 OK 2026/08/10 03:12:28 DEBUG : dir1/0012-6789;.txt: md5 = e797e1eb88e8d3eb2fae095e8000a163 OK 2026/08/10 03:12:30 DEBUG : dir1/0013-789;=.txt: md5 = 3f35a43dd55c034ddaa87fa74330de4b OK 2026/08/10 03:12:31 DEBUG : dir1/0014-89;=.txt: md5 = 0009ec7dc216948c5e716d7947a28941 OK 2026/08/10 03:12:33 DEBUG : dir1/0015-9;=.txt: md5 = 74db3f0b5ec0fdce9e7a2f321a24fe8a OK 2026/08/10 03:12:34 DEBUG : apple: md5 = 2d7d853a21d9141d599d9fd30064b6ba OK 2026/08/10 03:12:36 DEBUG : banana: md5 = b0068c36f0da164d635410c6683f61ca OK 2026/08/10 03:12:38 DEBUG : appleappleapplebanana: md5 = e38e27b543fe09f642fd71d0b08d0dad OK 2026/08/10 03:12:39 DEBUG : splitbananasplit: md5 = ee3e65530df40fb8ff03601c963b08f0 OK 2026/08/10 03:12:39 DEBUG : Waiting for deletions to finish 2026/08/10 03:12:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:12:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:40 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:40 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:41 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : apple: size = 5 OK 2026/08/10 03:12:41 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:41 DEBUG : apple: Unchanged skipping 2026/08/10 03:12:41 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:41 DEBUG : banana: size = 6 OK 2026/08/10 03:12:41 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:41 DEBUG : banana: Unchanged skipping 2026/08/10 03:12:41 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:12:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:41 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:41 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:41 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:41 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:41 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:41 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:41 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:41 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:41 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:41 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:41 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:41 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:41 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:41 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:41 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:41 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/10 03:12:41 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/10 03:12:41 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:41 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:12:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:12:42 DEBUG : appleapple: md5 = 2a86d5d8f38f21ebaa4f4989f0b5a999 OK 2026/08/10 03:12:42 DEBUG : appleapple: size = 21 OK 2026/08/10 03:12:42 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/10 03:12:42 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:43 DEBUG : splitbanan: md5 = e2702a504edb60fda7f8ca3494e57b89 OK 2026/08/10 03:12:43 DEBUG : splitbanan: size = 16 OK 2026/08/10 03:12:43 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/10 03:12:43 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:43 DEBUG : dir1/0001-bcdef: md5 = 01f055e4ffdbd47d0727e620fbc2b751 OK 2026/08/10 03:12:43 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/10 03:12:43 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/10 03:12:43 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:43 DEBUG : dir1/0000-abcde: md5 = ce3ccf1a5cbfc32e202c1f2a9b7ac11e OK 2026/08/10 03:12:43 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/10 03:12:43 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/10 03:12:43 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:44 DEBUG : dir1/0002-cdefg: md5 = 5a706dbeb00c43bc498d5e1c0dec8435 OK 2026/08/10 03:12:44 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/10 03:12:44 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/10 03:12:44 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:44 DEBUG : dir1/0003-defgh: md5 = aff08b5be056264fb7f3217d4a5a5a64 OK 2026/08/10 03:12:44 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/10 03:12:44 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/10 03:12:44 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:44 DEBUG : dir1/0005-fghij: md5 = 5bac993ca930441b7dc998ab8a884d63 OK 2026/08/10 03:12:44 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/10 03:12:44 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/10 03:12:44 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:44 DEBUG : dir1/0004-efghi: md5 = 4f47284848e3700346370336e9122ad0 OK 2026/08/10 03:12:44 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/10 03:12:44 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/10 03:12:44 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:45 DEBUG : dir1/0006-ghijk: md5 = 225dc4f93e0b970133c73d42a80a2bc8 OK 2026/08/10 03:12:45 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/10 03:12:45 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/10 03:12:45 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:46 DEBUG : dir1/0007-12345: md5 = f7d5ce2d803792aeaf9de3e6c00a623c OK 2026/08/10 03:12:46 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/10 03:12:46 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/10 03:12:46 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:46 DEBUG : dir1/0008-23456: md5 = a4afd3c12190f378da0c5a0d77d06871 OK 2026/08/10 03:12:46 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/10 03:12:46 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/10 03:12:46 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:46 DEBUG : dir1/0009-34567: md5 = 84bf0c29691468f84ed6c8e08649ec0a OK 2026/08/10 03:12:46 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/10 03:12:46 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/10 03:12:46 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:47 DEBUG : dir1/0010-45678: md5 = f579b7039f9be4b02025f6c7c5ac820a OK 2026/08/10 03:12:47 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/10 03:12:47 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/10 03:12:47 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:47 DEBUG : dir1/0011-56789: md5 = 89d618eca591784416ecf8189af9b175 OK 2026/08/10 03:12:47 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/10 03:12:47 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/10 03:12:47 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:47 DEBUG : dir1/0012-6789;: md5 = 650eedfaf51bbe1c0dd889a55650e3ba OK 2026/08/10 03:12:47 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/10 03:12:47 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/10 03:12:48 DEBUG : dir1/0013-789;=: md5 = 92d0d0a50342a99c85f277e629c01a52 OK 2026/08/10 03:12:48 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/10 03:12:48 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/10 03:12:48 DEBUG : dir1/0014-89;=.: md5 = 934b4696dd0c6f3e903c8ab4d3199ca2 OK 2026/08/10 03:12:48 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/10 03:12:48 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/10 03:12:48 DEBUG : dir1/0015-9;=.t: md5 = 729c5a3aab60950852bb3ca07d27dc37 OK 2026/08/10 03:12:48 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/10 03:12:48 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/10 03:12:48 DEBUG : Waiting for deletions to finish 2026/08/10 03:12:49 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/10 03:12:49 INFO : splitbananasplit: Deleted 2026/08/10 03:12:49 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0009-3456789.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0007-1234567.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0003-defghij.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0015-9;=.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0008-2345678.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0012-6789;.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0013-789;=.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0010-456789.txt: Deleted 2026/08/10 03:12:49 INFO : appleappleapplebanana: Deleted 2026/08/10 03:12:49 INFO : dir1/0011-56789;.txt: Deleted 2026/08/10 03:12:49 INFO : dir1/0014-89;=.txt: Deleted 2026/08/10 03:12:50 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/10 03:12:50 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/10 03:12:50 DEBUG : Waiting for deletions to finish 2026/08/10 03:12:50 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : appleapple: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/10 03:12:50 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:51 DEBUG : dir1: Directory modification time the same (differ by -170.63µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:51 DEBUG : apple: size = 5 OK 2026/08/10 03:12:51 DEBUG : banana: size = 6 OK 2026/08/10 03:12:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : banana: Unchanged skipping 2026/08/10 03:12:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : appleapple: size = 21 OK 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : apple: Unchanged skipping 2026/08/10 03:12:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:12:51 DEBUG : splitbanan: size = 16 OK 2026/08/10 03:12:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/10 03:12:51 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/10 03:12:51 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/10 03:12:51 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/10 03:12:51 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/10 03:12:51 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/10 03:12:51 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/10 03:12:51 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/10 03:12:51 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/10 03:12:51 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/10 03:12:51 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/10 03:12:51 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/10 03:12:51 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/10 03:12:51 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/10 03:12:51 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/10 03:12:51 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/10 03:12:51 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:12:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:12:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:12:51 DEBUG : Waiting for deletions to finish 2026/08/10 03:12:51 DEBUG : Waiting for deletions to finish 2026/08/10 03:12:52 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : appleapple: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/10 03:12:52 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:52 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:52 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/10 03:12:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:52 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/10 03:12:52 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/10 03:12:52 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/10 03:12:52 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/10 03:12:52 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/10 03:12:52 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/10 03:12:52 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/10 03:12:52 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/10 03:12:52 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/10 03:12:52 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/10 03:12:52 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/10 03:12:52 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/10 03:12:52 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/10 03:12:52 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/10 03:12:52 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/10 03:12:52 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/10 03:12:52 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/10 03:12:52 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:13:06 DEBUG : dir1/0000-abcdefg.txt: md5 = 580296a708d4dc3d80b73ee4ce782f6f OK 2026/08/10 03:13:08 DEBUG : dir1/0001-bcdefgh.txt: md5 = 48d99d11750b423aa4b7012bc5209fef OK 2026/08/10 03:13:09 DEBUG : dir1/0002-cdefghi.txt: md5 = 9833039bb6944d4913bdbea4e6902ac4 OK 2026/08/10 03:13:11 DEBUG : dir1/0003-defghij.txt: md5 = 5ed3ddf32757e7e719a3cac367b95534 OK 2026/08/10 03:13:12 DEBUG : dir1/0004-efghijk.txt: md5 = 4ebafdca92288771c685b66f35070730 OK 2026/08/10 03:13:14 DEBUG : dir1/0005-fghijkl.txt: md5 = 6d77602c2f175b495b999ddd0faec632 OK 2026/08/10 03:13:15 DEBUG : dir1/0006-ghijklm.txt: md5 = 69862135fc45df3037ad8a272ad9cd66 OK 2026/08/10 03:13:17 DEBUG : dir1/0007-1234567.txt: md5 = ebc23eb18e4f3d6b9f83efcc900ed43e OK 2026/08/10 03:13:18 DEBUG : dir1/0008-2345678.txt: md5 = 05fd2068d86b020d5a3fea193ba0946b OK 2026/08/10 03:13:20 DEBUG : dir1/0009-3456789.txt: md5 = 9f05af55ac833b8fe2aa84468c92bf6b OK 2026/08/10 03:13:21 DEBUG : dir1/0010-456789.txt: md5 = c39d62d607aa552a320fcbc186ba358a OK 2026/08/10 03:13:23 DEBUG : dir1/0011-56789;.txt: md5 = 5553f161665040492f03467e45045dfc OK 2026/08/10 03:13:24 DEBUG : dir1/0012-6789;.txt: md5 = 21959ec901a48c32f835a41e72676257 OK 2026/08/10 03:13:26 DEBUG : dir1/0013-789;=.txt: md5 = d653449d067b566636b44e45d65d62a4 OK 2026/08/10 03:13:27 DEBUG : dir1/0014-89;=.txt: md5 = ddc54c8a3415c9f4e67c113b8a22deb3 OK 2026/08/10 03:13:29 DEBUG : dir1/0015-9;=.txt: md5 = 45615af2e2a597bce3da5706fe1c91f1 OK 2026/08/10 03:13:30 DEBUG : apple: md5 = 10694ccdea47a6b4ed2a405fe989c9ab OK 2026/08/10 03:13:32 DEBUG : banana: md5 = f11bac21b3e909050a5386da0b35d1f8 OK 2026/08/10 03:13:33 DEBUG : appleappleapplebanana: md5 = 5f4aa5bc7cff979d0b44ae86c74c5eef OK 2026/08/10 03:13:35 DEBUG : splitbananasplit: md5 = 7bf8a4f239173477fd46331e1b233cd9 OK 2026/08/10 03:13:35 DEBUG : Waiting for deletions to finish 2026/08/10 03:13:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:13:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:13:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:13:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:36 DEBUG : apple: size = 5 OK 2026/08/10 03:13:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:13:36 DEBUG : apple: Unchanged skipping 2026/08/10 03:13:36 DEBUG : banana: size = 6 OK 2026/08/10 03:13:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:36 DEBUG : banana: Unchanged skipping 2026/08/10 03:13:37 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:13:37 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:13:37 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:13:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:13:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:13:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:13:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:13:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:13:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:13:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:13:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:13:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:13:37 DEBUG : Waiting for deletions to finish 2026/08/10 03:13:37 INFO : There was nothing to transfer 2026/08/10 03:13:37 DEBUG : Waiting for deletions to finish 2026/08/10 03:13:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:13:38 DEBUG : dir1: Directory modification time the same (differ by -957.383µs, within tolerance 1ms) 2026/08/10 03:13:38 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:13:38 DEBUG : banana: size = 6 OK 2026/08/10 03:13:38 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:38 DEBUG : banana: Unchanged skipping 2026/08/10 03:13:38 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:13:38 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:38 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:13:38 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:38 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:13:38 DEBUG : apple: size = 5 OK 2026/08/10 03:13:38 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:38 DEBUG : apple: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:13:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:13:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:13:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:13:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:13:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:13:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:13:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:13:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:13:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:13:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:13:39 DEBUG : Waiting for deletions to finish 2026/08/10 03:13:39 INFO : There was nothing to transfer 2026/08/10 03:13:39 DEBUG : Waiting for deletions to finish 2026/08/10 03:13:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:13:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : Waiting for deletions to finish 2026/08/10 03:13:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:13:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:13:54 DEBUG : dir1/0000-abcdefg.txt: md5 = 94e396ce6361237ca91f3c0b103937a1 OK 2026/08/10 03:13:56 DEBUG : dir1/0001-bcdefgh.txt: md5 = ebefc10e419197fd8b78c879b89735f9 OK 2026/08/10 03:13:58 DEBUG : dir1/0002-cdefghi.txt: md5 = ddd59c20c7b97903882953bb0ce04ef7 OK 2026/08/10 03:13:59 DEBUG : dir1/0003-defghij.txt: md5 = 95ff19c49746361859a3062e9fee6bf8 OK 2026/08/10 03:14:01 DEBUG : dir1/0004-efghijk.txt: md5 = 5f4e94cb7b1740665f1ba99be88a4ab5 OK 2026/08/10 03:14:02 DEBUG : dir1/0005-fghijkl.txt: md5 = 44aed90ecf36dec695528a269b8731bf OK 2026/08/10 03:14:04 DEBUG : dir1/0006-ghijklm.txt: md5 = 6db43ec9b325077a6bb6ecc4b88bfee6 OK 2026/08/10 03:14:05 DEBUG : dir1/0007-1234567.txt: md5 = 2b6ffb2b001fccb38d168ede03668a2c OK 2026/08/10 03:14:07 DEBUG : dir1/0008-2345678.txt: md5 = 196ccb1d63a3539361abddba16a5b3bd OK 2026/08/10 03:14:08 DEBUG : dir1/0009-3456789.txt: md5 = ce27057ef26cf13030015cbf1963e148 OK 2026/08/10 03:14:10 DEBUG : dir1/0010-456789.txt: md5 = ad4c1eea4198a78d0ae95a34b4d442bd OK 2026/08/10 03:14:11 DEBUG : dir1/0011-56789;.txt: md5 = d418c367074f51e45388d7bbe3da3bb9 OK 2026/08/10 03:14:13 DEBUG : dir1/0012-6789;.txt: md5 = 4023301301b769e4f13271edafaef26a OK 2026/08/10 03:14:14 DEBUG : dir1/0013-789;=.txt: md5 = ffa4cd68ca29645f258bdeed5beda188 OK 2026/08/10 03:14:15 DEBUG : dir1/0014-89;=.txt: md5 = 9b990b683d9c7b65d373922ce77a46ab OK 2026/08/10 03:14:17 DEBUG : dir1/0015-9;=.txt: md5 = b6d06e81e116e94d7cf799623828b0a8 OK 2026/08/10 03:14:18 DEBUG : apple: md5 = 2b63a4aac61491731b3d67ab7d6e7f18 OK 2026/08/10 03:14:20 DEBUG : banana: md5 = 3e142f54417cbede70c9c221454c18ef OK 2026/08/10 03:14:22 DEBUG : appleappleapplebanana: md5 = 774efe0082225349f298e25228ca8186 OK 2026/08/10 03:14:23 DEBUG : splitbananasplit: md5 = c470be82963e10e43626bb9f808e0f6c OK 2026/08/10 03:14:23 DEBUG : Waiting for deletions to finish 2026/08/10 03:14:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:14:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:14:25 DEBUG : apple: size = 5 OK 2026/08/10 03:14:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : apple: Unchanged skipping 2026/08/10 03:14:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:14:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:14:25 DEBUG : banana: size = 6 OK 2026/08/10 03:14:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : banana: Unchanged skipping 2026/08/10 03:14:25 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:14:25 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:14:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:14:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:14:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:14:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:14:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:14:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:14:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:14:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:14:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:14:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:14:25 DEBUG : Waiting for deletions to finish 2026/08/10 03:14:25 INFO : There was nothing to transfer 2026/08/10 03:14:25 DEBUG : Waiting for deletions to finish 2026/08/10 03:14:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:14:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:14:27 DEBUG : dir1: Directory modification time the same (differ by -627.974µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:14:27 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:14:27 DEBUG : apple: size = 5 OK 2026/08/10 03:14:27 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : apple: Unchanged skipping 2026/08/10 03:14:27 DEBUG : banana: size = 6 OK 2026/08/10 03:14:27 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : banana: Unchanged skipping 2026/08/10 03:14:27 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:14:27 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:14:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:14:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:14:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:14:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:14:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:14:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:14:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:14:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:14:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:14:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:14:27 DEBUG : Waiting for deletions to finish 2026/08/10 03:14:27 INFO : There was nothing to transfer 2026/08/10 03:14:27 DEBUG : Waiting for deletions to finish 2026/08/10 03:14:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:14:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:14:41 DEBUG : dir1/0000-abcdefg.txt: md5 = 1b333ac4b8fab884a4fc2492dafe625c OK 2026/08/10 03:14:43 DEBUG : dir1/0001-bcdefgh.txt: md5 = be7d262d4cecd57adfa7815db6938bd5 OK 2026/08/10 03:14:44 DEBUG : dir1/0002-cdefghi.txt: md5 = c0412d80b7537c0a4a0a32d40f582913 OK 2026/08/10 03:14:46 DEBUG : dir1/0003-defghij.txt: md5 = 622ad60126f67fb423b7702374cda752 OK 2026/08/10 03:14:47 DEBUG : dir1/0004-efghijk.txt: md5 = 4473dda9b8e0aa98e0bef92b5563c728 OK 2026/08/10 03:14:49 DEBUG : dir1/0005-fghijkl.txt: md5 = 44347f964d042c5654d93593bb28a7f0 OK 2026/08/10 03:14:50 DEBUG : dir1/0006-ghijklm.txt: md5 = 29bfa28608e96f8ed31da6d1ab7a9600 OK 2026/08/10 03:14:52 DEBUG : dir1/0007-1234567.txt: md5 = ac33ba556941485631ab54399eb70b57 OK 2026/08/10 03:14:53 DEBUG : dir1/0008-2345678.txt: md5 = 0e8ac15ab416b7e699dcb7787e319a90 OK 2026/08/10 03:14:54 DEBUG : dir1/0009-3456789.txt: md5 = 77f788014edbe77f43626fb97412c7fa OK 2026/08/10 03:14:56 DEBUG : dir1/0010-456789.txt: md5 = 157214abbac36ea61957799a8c757a44 OK 2026/08/10 03:14:58 DEBUG : dir1/0011-56789;.txt: md5 = e0145a62957716565e79ac92af9ec7f5 OK 2026/08/10 03:14:59 DEBUG : dir1/0012-6789;.txt: md5 = e36fa8723b610e29a0478058d6b44e9f OK 2026/08/10 03:15:01 DEBUG : dir1/0013-789;=.txt: md5 = b9d9a8af9d5220ab5f1d9222c873ea50 OK 2026/08/10 03:15:02 DEBUG : dir1/0014-89;=.txt: md5 = 728db80f02447467709c36550d357b0c OK 2026/08/10 03:15:04 DEBUG : dir1/0015-9;=.txt: md5 = cf4cb75f4d66d046d2c866617dd78ecd OK 2026/08/10 03:15:05 DEBUG : apple: md5 = 33bdb1ab0ef6143da30c83deef040def OK 2026/08/10 03:15:07 DEBUG : banana: md5 = 310668b2c5d3e9e2fbba4076c84c0cfd OK 2026/08/10 03:15:08 DEBUG : appleappleapplebanana: md5 = 503dba48cab3f7252cc1cf7cbe8b6bb4 OK 2026/08/10 03:15:10 DEBUG : splitbananasplit: md5 = a6c0c3d49fb3d5407d06aa7f286f3494 OK 2026/08/10 03:15:10 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:15:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:15:11 DEBUG : apple: size = 5 OK 2026/08/10 03:15:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:15:11 DEBUG : apple: Unchanged skipping 2026/08/10 03:15:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:15:11 DEBUG : banana: size = 6 OK 2026/08/10 03:15:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:11 DEBUG : banana: Unchanged skipping 2026/08/10 03:15:11 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:15:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:15:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:11 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:15:12 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:15:12 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:15:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:15:12 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:15:12 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:15:12 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:15:12 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:15:12 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:12 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:15:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:15:12 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:12 INFO : There was nothing to transfer 2026/08/10 03:15:12 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:15:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:15:13 DEBUG : dir1: Directory modification time the same (differ by -279.659µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : apple: size = 5 OK 2026/08/10 03:15:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : apple: Unchanged skipping 2026/08/10 03:15:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:15:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:15:13 DEBUG : banana: size = 6 OK 2026/08/10 03:15:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : banana: Unchanged skipping 2026/08/10 03:15:13 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:15:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:15:13 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:15:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:15:13 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:15:13 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:15:13 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:15:13 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:15:13 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:15:13 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:15:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:15:13 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:13 INFO : There was nothing to transfer 2026/08/10 03:15:13 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:15:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:15:28 DEBUG : dir1/0000-abcdefg.txt: md5 = 907f903ec26c1858d3a9ead96013bb21 OK 2026/08/10 03:15:29 DEBUG : dir1/0001-bcdefgh.txt: md5 = 0324b66e20264bba74733d1ba68572a8 OK 2026/08/10 03:15:31 DEBUG : dir1/0002-cdefghi.txt: md5 = fd27f87b0090cedc736bce191371dbcd OK 2026/08/10 03:15:32 DEBUG : dir1/0003-defghij.txt: md5 = 78e40a3a944819b90cfe2c2e87ce4594 OK 2026/08/10 03:15:34 DEBUG : dir1/0004-efghijk.txt: md5 = c7f6a226d32d20dd09237111eab52226 OK 2026/08/10 03:15:35 DEBUG : dir1/0005-fghijkl.txt: md5 = 71676692b9035d148773f88b9ef71e1c OK 2026/08/10 03:15:37 DEBUG : dir1/0006-ghijklm.txt: md5 = fc2cc18e794f9eb3d216e5fb7d83a5c9 OK 2026/08/10 03:15:38 DEBUG : dir1/0007-1234567.txt: md5 = c778ea236473d5d4f2308fd3fd0d0dd1 OK 2026/08/10 03:15:40 DEBUG : dir1/0008-2345678.txt: md5 = 7e3d89d9c2d7aaa1475aa3ffdbf78478 OK 2026/08/10 03:15:41 DEBUG : dir1/0009-3456789.txt: md5 = a48bc9e2ab425860d5d9ff2ce01ffdab OK 2026/08/10 03:15:43 DEBUG : dir1/0010-456789.txt: md5 = c4d277a1f976d06c19f1ee5312d6ea40 OK 2026/08/10 03:15:44 DEBUG : dir1/0011-56789;.txt: md5 = b7340c377a573734fef18215cb357a50 OK 2026/08/10 03:15:46 DEBUG : dir1/0012-6789;.txt: md5 = 69772a8e04c16514277dcdeedc289702 OK 2026/08/10 03:15:47 DEBUG : dir1/0013-789;=.txt: md5 = 0169c4f2b32f97865aa72d268de63c56 OK 2026/08/10 03:15:49 DEBUG : dir1/0014-89;=.txt: md5 = 444564ef50ced79607f9c42e05efce11 OK 2026/08/10 03:15:50 DEBUG : dir1/0015-9;=.txt: md5 = 85c03fae4d1189fac9eba8168eeaa9b3 OK 2026/08/10 03:15:52 DEBUG : apple: md5 = 8be62fe03fcb3f1da44dc258d8d2318f OK 2026/08/10 03:15:53 DEBUG : banana: md5 = dd30bf506484311a9fada104f6deb2d7 OK 2026/08/10 03:15:54 DEBUG : appleappleapplebanana: md5 = b3d223a410f9220dc590b57e803cb675 OK 2026/08/10 03:15:56 DEBUG : splitbananasplit: md5 = 4d9a0e46621fcb1cb8f5df0c10852728 OK 2026/08/10 03:15:56 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:56 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:15:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:15:57 DEBUG : apple: size = 5 OK 2026/08/10 03:15:57 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:57 DEBUG : apple: Unchanged skipping 2026/08/10 03:15:57 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:15:57 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:57 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:15:57 DEBUG : banana: size = 6 OK 2026/08/10 03:15:57 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:57 DEBUG : banana: Unchanged skipping 2026/08/10 03:15:58 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:15:58 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:15:58 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:15:58 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:15:58 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:15:58 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:15:58 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:15:58 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:15:58 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:15:58 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:15:58 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:15:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:15:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:15:58 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:58 INFO : There was nothing to transfer 2026/08/10 03:15:58 DEBUG : Waiting for deletions to finish 2026/08/10 03:15:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:15:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1: Directory modification time the same (differ by -927.989µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:16:00 DEBUG : banana: size = 6 OK 2026/08/10 03:16:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : banana: Unchanged skipping 2026/08/10 03:16:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:16:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:16:00 DEBUG : apple: size = 5 OK 2026/08/10 03:16:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:16:00 DEBUG : apple: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:16:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:16:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:16:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:16:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:16:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:16:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:16:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:16:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:16:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:16:00 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:00 INFO : There was nothing to transfer 2026/08/10 03:16:00 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:16:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:16:14 DEBUG : dir1/0000-abcdefg.txt: md5 = 420687686c02a17fb524abc9a59a789c OK 2026/08/10 03:16:16 DEBUG : dir1/0001-bcdefgh.txt: md5 = dd98898da000b0f703eccf3e924faa45 OK 2026/08/10 03:16:17 DEBUG : dir1/0002-cdefghi.txt: md5 = 62aec3e6a3de017d91c945dc8267f8c2 OK 2026/08/10 03:16:19 DEBUG : dir1/0003-defghij.txt: md5 = e22073831c244ce4345c73ee421bfe86 OK 2026/08/10 03:16:20 DEBUG : dir1/0004-efghijk.txt: md5 = 4e1dd7d2a44767e5f770066dd0cfc7bd OK 2026/08/10 03:16:22 DEBUG : dir1/0005-fghijkl.txt: md5 = f33f8f4a467748f25079f918c0821373 OK 2026/08/10 03:16:23 DEBUG : dir1/0006-ghijklm.txt: md5 = 688e8a63382b48e13cb1685626603f74 OK 2026/08/10 03:16:25 DEBUG : dir1/0007-1234567.txt: md5 = 47efb3afa303efb4444d6f579d109bd4 OK 2026/08/10 03:16:27 DEBUG : dir1/0008-2345678.txt: md5 = d01fd0949ca8abc6f689cc03fc3a8fb4 OK 2026/08/10 03:16:28 DEBUG : dir1/0009-3456789.txt: md5 = 0d6b96ed15bf4915ffcdd675071f0d9c OK 2026/08/10 03:16:30 DEBUG : dir1/0010-456789.txt: md5 = dd331c6af5e3fd6717145660b247e109 OK 2026/08/10 03:16:31 DEBUG : dir1/0011-56789;.txt: md5 = 6c6e332d0bc5029371ed23bfc704a43a OK 2026/08/10 03:16:33 DEBUG : dir1/0012-6789;.txt: md5 = e1a85aec2fbad2e89c3076684a765765 OK 2026/08/10 03:16:34 DEBUG : dir1/0013-789;=.txt: md5 = f16ded844ec01a210c4a07093c0d6da9 OK 2026/08/10 03:16:36 DEBUG : dir1/0014-89;=.txt: md5 = d2dcf34f4a2b4d9b5ed690cf95c93ea6 OK 2026/08/10 03:16:37 DEBUG : dir1/0015-9;=.txt: md5 = 104c09992a869816030acbb011b58d4a OK 2026/08/10 03:16:39 DEBUG : apple: md5 = 03304bb16713e59f4b41be50d1ad6bb3 OK 2026/08/10 03:16:40 DEBUG : banana: md5 = 04af6b462fcaf8b4fe83cfc7d7e4c40a OK 2026/08/10 03:16:42 DEBUG : appleappleapplebanana: md5 = cfebce6ede28cd46ead6daeac0604e7f OK 2026/08/10 03:16:43 DEBUG : splitbananasplit: md5 = d201e7d4c1d917ce7078356a91188df3 OK 2026/08/10 03:16:43 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:16:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:16:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:16:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:16:45 DEBUG : apple: size = 5 OK 2026/08/10 03:16:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : apple: Unchanged skipping 2026/08/10 03:16:45 DEBUG : banana: size = 6 OK 2026/08/10 03:16:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : banana: Unchanged skipping 2026/08/10 03:16:45 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/10 03:16:45 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:16:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:16:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:16:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:16:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:16:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:16:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:16:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:16:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:16:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:16:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:16:45 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:45 INFO : There was nothing to transfer 2026/08/10 03:16:45 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:16:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/10 03:16:47 DEBUG : dir1: Directory modification time the same (differ by -584.766µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : apple: size = 5 OK 2026/08/10 03:16:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : apple: Unchanged skipping 2026/08/10 03:16:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/10 03:16:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/10 03:16:47 DEBUG : banana: size = 6 OK 2026/08/10 03:16:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : banana: Unchanged skipping 2026/08/10 03:16:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/10 03:16:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/10 03:16:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/10 03:16:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/10 03:16:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/10 03:16:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:16:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/10 03:16:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/10 03:16:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/10 03:16:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:16:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/10 03:16:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:16:47 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:47 INFO : There was nothing to transfer 2026/08/10 03:16:47 DEBUG : Waiting for deletions to finish 2026/08/10 03:16:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : banana: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : apple: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/10 03:16:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) --- PASS: TestTransform (567.01s) --- PASS: TestTransform/NFC (45.55s) --- PASS: TestTransform/NFD (45.99s) --- PASS: TestTransform/base64 (54.08s) --- PASS: TestTransform/prefix (65.06s) --- PASS: TestTransform/suffix (64.46s) --- PASS: TestTransform/truncate (56.14s) --- PASS: TestTransform/encoder (48.32s) --- PASS: TestTransform/ISO-8859-1 (47.10s) --- PASS: TestTransform/charmap (46.67s) --- PASS: TestTransform/lowercase (46.37s) --- PASS: TestTransform/ascii (47.26s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:16:59 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/10 03:17:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/10 03:17:00 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/10 03:17:00 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-10T03:16:59.884891213Z) 2026/08/10 03:17:00 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/10 03:17:00 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/10 03:17:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/10 03:17:00 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/10 03:17:00 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/10 03:17:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:02 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = a8c677787eae473b3a684f199a5e2a3f OK 2026/08/10 03:17:02 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/10 03:17:02 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/10 03:17:02 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.80s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:04 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:04 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:04 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:17:05 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:04.68395785Z) 2026/08/10 03:17:05 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:05 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:05 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/10 03:17:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:07 DEBUG : tictactoe/tictactoe: md5 = 2c8fe2eb1737f9a5d2e2c9013a24e9c3 OK 2026/08/10 03:17:07 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/10 03:17:07 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/10 03:17:07 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (4.96s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:09 DEBUG : toe: Making directory with metadata 2026/08/10 03:17:10 INFO : toe: Made directory with metadata (mtime=2026-08-10T03:17:09.648026767Z) 2026/08/10 03:17:10 DEBUG : toe/toe: Making directory with metadata 2026/08/10 03:17:11 INFO : toe/toe: Made directory with metadata (mtime=2026-08-10T03:17:09.648026767Z) 2026/08/10 03:17:11 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:11 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/10 03:17:11 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/10 03:17:11 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/10 03:17:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:12 DEBUG : toe/toe/tictactoe: md5 = 5bffc773575ffdfcbd8dedfb029feeda OK 2026/08/10 03:17:12 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/10 03:17:12 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/10 03:17:12 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.99s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:16 DEBUG : toe: Making directory with metadata 2026/08/10 03:17:17 INFO : toe: Made directory with metadata (mtime=2026-08-10T03:17:16.636123769Z) 2026/08/10 03:17:17 DEBUG : toe/toe: Making directory with metadata 2026/08/10 03:17:18 INFO : toe/toe: Made directory with metadata (mtime=2026-08-10T03:17:16.636123769Z) 2026/08/10 03:17:18 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:18 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/10 03:17:18 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/10 03:17:18 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/10 03:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:20 DEBUG : toe/toe/tictactoe: md5 = d18d8306f92cd424bb81468a83e9c370 OK 2026/08/10 03:17:20 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/10 03:17:20 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/10 03:17:20 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (7.18s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:23 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:17:23 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:17:23 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:23 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:24 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/10 03:17:24 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:17:24 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:24 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:24 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:24 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:17:25 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:23.815223393Z) 2026/08/10 03:17:25 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:25 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:25 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:25 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/10 03:17:26 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:23.815223393Z) 2026/08/10 03:17:26 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:26 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:17:26 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:27 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 195ffb3a2eba9fe4cd9bb4f10bfbe289 OK 2026/08/10 03:17:27 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/10 03:17:27 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:27 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (8.43s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:32 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:17:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:17:32 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:32 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/10 03:17:33 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:17:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:33 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:33 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:33 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:17:34 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:32.242340309Z) 2026/08/10 03:17:34 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:34 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:34 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/10 03:17:35 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:32.242340309Z) 2026/08/10 03:17:35 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:35 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/10 03:17:35 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:17:35 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:17:35 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:17:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 0a6f83fe681cc168fa23a9377e6e7ba9 OK 2026/08/10 03:17:36 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:17:36 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:17:36 DEBUG : Waiting for deletions to finish 2026/08/10 03:17:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:37 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:37 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:37 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:37 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:37 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/10 03:17:38 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:17:38 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/10 03:17:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': 0 differences found 2026/08/10 03:17:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': 1 hashes could not be checked 2026/08/10 03:17:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': 1 matching files --- PASS: TestAllTag (9.52s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:41 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:41 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:41 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:17:42 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:41.766472409Z) 2026/08/10 03:17:42 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:42 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:42 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:42 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/10 03:17:43 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:41.766472409Z) 2026/08/10 03:17:43 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:43 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:17:43 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:45 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 3a917cb0044b030a77162745eb8420d5 OK 2026/08/10 03:17:45 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/10 03:17:45 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:45 DEBUG : Waiting for deletions to finish 2026/08/10 03:17:45 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:46 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:46 DEBUG : tictactoe: Directory modification time the same (differ by -472.409µs, within tolerance 1ms) 2026/08/10 03:17:46 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:46 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -472.409µs, within tolerance 1ms) 2026/08/10 03:17:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:46 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/10 03:17:46 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/10 03:17:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/10 03:17:46 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/10 03:17:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:46 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.75s) === RUN TestSyntax 2026/08/10 03:17:50 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:50 DEBUG : toe: Making directory with metadata 2026/08/10 03:17:51 INFO : toe: Made directory with metadata (mtime=2026-08-10T03:17:50.520593793Z) 2026/08/10 03:17:51 DEBUG : toe/toe: Making directory with metadata 2026/08/10 03:17:52 INFO : toe/toe: Made directory with metadata (mtime=2026-08-10T03:17:50.520593793Z) 2026/08/10 03:17:52 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/10 03:17:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:17:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:17:53 DEBUG : toe/toe/toe: md5 = 175507c1bf4fc83750c6a75dc75e1f41 OK 2026/08/10 03:17:53 DEBUG : toe/toe/toe: size = 11 OK 2026/08/10 03:17:53 INFO : toe/toe/toe: Copied (new) 2026/08/10 03:17:53 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (7.17s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:17:57 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:17:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:17:57 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:57 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/10 03:17:58 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:17:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:17:58 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:58 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:58 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:17:59 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:57.691693201Z) 2026/08/10 03:17:59 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:59 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:17:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:17:59 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/10 03:18:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-10T03:17:57.691693201Z) 2026/08/10 03:18:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:18:00 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/10 03:18:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:18:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:18:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:18:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 61b68efff78da41a7a51a0790d8aa547 OK 2026/08/10 03:18:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:18:01 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:01 INFO : toe/toe/toe.txt: Deleted 2026/08/10 03:18:01 INFO : toe/toe: Removing directory 2026/08/10 03:18:01 INFO : toe: Removing directory 2026/08/10 03:18:01 INFO : empty_dir: Removing directory 2026/08/10 03:18:01 DEBUG : Local file system at /tmp/rclone2811371124: deleted 3 directories --- PASS: TestMove (8.36s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:18:06 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:18:06 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:18:06 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:06 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/10 03:18:07 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:18:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:07 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:07 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:07 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:18:07 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:18:06.055809122Z) 2026/08/10 03:18:07 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:07 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:18:07 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/10 03:18:08 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-10T03:18:06.055809122Z) 2026/08/10 03:18:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:18:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/10 03:18:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:18:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:18:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:18:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 559468bbab8b98be09394c6f67d04df1 OK 2026/08/10 03:18:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:18:10 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:10 INFO : toe/toe/toe.txt: Deleted 2026/08/10 03:18:10 INFO : toe/toe: Removing directory 2026/08/10 03:18:10 INFO : toe: Removing directory 2026/08/10 03:18:10 INFO : empty_dir: Removing directory 2026/08/10 03:18:10 DEBUG : Local file system at /tmp/rclone2811371124: deleted 3 directories 2026/08/10 03:18:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:18:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 03:18:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/10 03:18:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/10 03:18:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/10 03:18:14 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (14.51s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:18:20 DEBUG : Reset feature "Copy" 2026/08/10 03:18:20 DEBUG : Reset feature "Move" 2026/08/10 03:18:20 DEBUG : Reset feature "Copy" 2026/08/10 03:18:20 DEBUG : Reset feature "Move" 2026/08/10 03:18:20 DEBUG : empty_dir: Making directory with metadata 2026/08/10 03:18:20 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:18:20 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:20 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:20 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/10 03:18:21 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/10 03:18:21 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/10 03:18:21 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:21 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:21 DEBUG : tictactoe: Making directory with metadata 2026/08/10 03:18:22 INFO : tictactoe: Made directory with metadata (mtime=2026-08-10T03:18:20.571010218Z) 2026/08/10 03:18:22 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:22 DEBUG : toe: transformed to: tictactoe 2026/08/10 03:18:22 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:18:22 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/10 03:18:23 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-10T03:18:20.571010218Z) 2026/08/10 03:18:23 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/10 03:18:23 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/10 03:18:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:23 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:18:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:23 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:18:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:18:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 1f4054e61c328838bda728854d5c7b0f OK 2026/08/10 03:18:24 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:18:24 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/10 03:18:24 INFO : toe/toe/toe.txt: Deleted 2026/08/10 03:18:24 INFO : toe/toe: Removing directory 2026/08/10 03:18:24 INFO : toe: Removing directory 2026/08/10 03:18:24 INFO : empty_dir: Removing directory 2026/08/10 03:18:24 DEBUG : Local file system at /tmp/rclone2811371124: deleted 3 directories 2026/08/10 03:18:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/10 03:18:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/10 03:18:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/10 03:18:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/10 03:18:26 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/10 03:18:29 DEBUG : toe/toe/toe.txt: md5 = c62bc9c77766233f8b41c02ef42fe7e1 OK 2026/08/10 03:18:29 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/10 03:18:29 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/10 03:18:30 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.30s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:18:35 DEBUG : toe: transformed to: dG9l 2026/08/10 03:18:36 DEBUG : toe: transformed to: dG9l 2026/08/10 03:18:36 DEBUG : dG9l: Making directory with metadata 2026/08/10 03:18:36 INFO : dG9l: Made directory with metadata (mtime=2026-08-10T03:18:35.871222103Z) 2026/08/10 03:18:36 DEBUG : toe: transformed to: dG9l 2026/08/10 03:18:36 DEBUG : toe: transformed to: dG9l 2026/08/10 03:18:36 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/10 03:18:36 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/10 03:18:37 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-10T03:18:35.871222103Z) 2026/08/10 03:18:37 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/10 03:18:37 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/10 03:18:37 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/10 03:18:37 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/10 03:18:37 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/10 03:18:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:18:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:18:39 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 488c9a0aa604052036534dd595d8b850 OK 2026/08/10 03:18:39 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/10 03:18:39 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/10 03:18:39 DEBUG : Waiting for deletions to finish 2026/08/10 03:18:40 DEBUG : dG9l: transformed to: toe 2026/08/10 03:18:40 DEBUG : dG9l: transformed to: toe 2026/08/10 03:18:40 DEBUG : toe: Directory modification time the same (differ by 222.103µs, within tolerance 1ms) 2026/08/10 03:18:40 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/10 03:18:40 DEBUG : dG9l: transformed to: toe 2026/08/10 03:18:40 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/10 03:18:40 DEBUG : toe/toe: Directory modification time the same (differ by 222.103µs, within tolerance 1ms) 2026/08/10 03:18:40 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/10 03:18:40 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/10 03:18:40 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/10 03:18:40 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/10 03:18:40 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/10 03:18:40 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for checks to finish 2026/08/10 03:18:40 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/10 03:18:40 DEBUG : Local file system at /tmp/rclone2811371124: Waiting for transfers to finish 2026/08/10 03:18:40 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.25s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza'", Local "Local file system at /tmp/rclone2811371124", Modify Window "1ms" 2026/08/10 03:18:44 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:44 DEBUG : toe: transformed to: 2026/08/10 03:18:44 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:44 DEBUG : toe: transformed to: 2026/08/10 03:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Making directory with metadata 2026/08/10 03:18:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Made directory with metadata (mtime=2026-08-10T03:18:44.125336372Z) 2026/08/10 03:18:44 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:44 DEBUG : toe: transformed to: 2026/08/10 03:18:44 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:44 DEBUG : toe: transformed to: 2026/08/10 03:18:44 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:44 DEBUG : toe/toe: transformed to: 2026/08/10 03:18:44 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/10 03:18:44 DEBUG : toe/toe: Making directory with metadata 2026/08/10 03:18:46 INFO : toe/toe: Made directory with metadata (mtime=2026-08-10T03:18:44.125336372Z) 2026/08/10 03:18:46 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:46 DEBUG : toe/toe: transformed to: 2026/08/10 03:18:46 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/10 03:18:46 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:46 DEBUG : toe: transformed to: 2026/08/10 03:18:46 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/10 03:18:46 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/10 03:18:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for checks to finish 2026/08/10 03:18:46 DEBUG : toe/toe/toe: transformed to: 2026/08/10 03:18:46 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/10 03:18:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Waiting for transfers to finish 2026/08/10 03:18:47 DEBUG : toe/toe/toe: md5 = 602ad9bcba73a19dda328c87d65437f2 OK 2026/08/10 03:18:47 DEBUG : toe/toe/toe: size = 11 OK 2026/08/10 03:18:47 INFO : toe/toe/toe: Copied (new) 2026/08/10 03:18:47 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': not deleting files as there were IO errors 2026/08/10 03:18:47 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': not deleting directories as there were IO errors --- PASS: TestError (7.06s) PASS 2026/08/10 03:18:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wahuqof1xeza': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 26m45.551016199s (try 1/5)