"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/08/14 01:33:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu" 2026/08/14 01:33:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/14 01:33:11 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10" 2026/08/14 01:33:12 DEBUG : Creating backend with remote "/tmp/rclone3427208186" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:13 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:33:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:33:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:13 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/14 01:33:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:13 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.83s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:33:14 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:33:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:33:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:16 DEBUG : sub dir/hello world: md5 = dfffb04098f983386ca8f43fbf7733e0 OK 2026/08/14 01:33:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:33:16 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:33:17 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (5.99s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:20 DEBUG : metadata sub dir: Making directory with metadata 2026/08/14 01:33:20 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:33:20 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/14 01:33:20 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:33:20 DEBUG : Local file system at /tmp/rclone3427208186: File to upload is small (21 bytes), uploading instead of streaming 2026/08/14 01:33:20 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/14 01:33:20 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/14 01:33:20 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/14 01:33:20 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:33:20 DEBUG : Google drive root 'crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10': Skipping btime metadata as can't update it on an existing file: 2026-08-14T01:33:20.169554089Z 2026/08/14 01:33:21 INFO : empty metadata sub dir: Updated directory metadata 2026/08/14 01:33:21 DEBUG : Google drive root 'crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10': Skipping btime metadata as can't update it on an existing file: 2026-08-14T01:33:20.169554089Z 2026/08/14 01:33:22 INFO : metadata sub dir: Updated directory metadata 2026/08/14 01:33:22 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/14 01:33:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:23 DEBUG : metadata sub dir/hello metadata world: md5 = 7be8b603307bdf500bde83b728ff3f83 OK 2026/08/14 01:33:23 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/14 01:33:23 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (8.10s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:28 DEBUG : metadata sub dir: Making directory with metadata 2026/08/14 01:33:28 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:33:28 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/14 01:33:28 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:33:28 DEBUG : Local file system at /tmp/rclone3427208186: File to upload is small (21 bytes), uploading instead of streaming 2026/08/14 01:33:28 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/14 01:33:28 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/14 01:33:28 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/14 01:33:28 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:33:28 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/14 01:33:28 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/14 01:33:28 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/14 01:33:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:30 DEBUG : metadata sub dir/hello metadata world: md5 = 2fc033756496015d9ff7b354639bcd05 OK 2026/08/14 01:33:30 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/14 01:33:30 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/14 01:33:30 DEBUG : Google drive root 'crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10': Skipping btime metadata as can't update it on an existing file: 2026-08-14T01:33:28.274655166Z 2026/08/14 01:33:31 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.79s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:35 DEBUG : Creating backend with remote "/non-existing" 2026/08/14 01:33:35 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/14 01:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.76s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:35 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:33:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:38 DEBUG : sub dir/hello world: md5 = 8dc784304be8d999cf62f1d54f0daa3c OK 2026/08/14 01:33:38 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:33:38 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:33:38 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.70s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.48s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Running all checks before starting transfers 2026/08/14 01:33:42 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:33:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:33:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Checks finished, now starting transfers 2026/08/14 01:33:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:44 DEBUG : sub dir/hello world: md5 = 4c7112ca88f7b223e7de923a631bf0e2 OK 2026/08/14 01:33:44 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:33:44 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:33:44 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.84s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:47 ERROR : Ignoring --no-traverse with sync 2026/08/14 01:33:48 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:33:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:33:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:50 DEBUG : sub dir/hello world: md5 = f248e34c5c21d49a938ed261e94638f3 OK 2026/08/14 01:33:50 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:33:50 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:33:50 DEBUG : Waiting for deletions to finish 2026/08/14 01:33:50 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.43s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:53 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/14 01:33:53 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:33:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:55 DEBUG : hello world2: md5 = 7b85840acba4088ce2838a66c662da99 OK 2026/08/14 01:33:55 DEBUG : hello world2: size = 12 OK 2026/08/14 01:33:55 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (3.00s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:33:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:33:58 DEBUG : potato2: md5 = 95b48f362fcd0706c6953ecd45800bbb OK 2026/08/14 01:33:58 DEBUG : potato2: size = 11 OK 2026/08/14 01:33:58 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (3.11s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:33:59 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:33:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:33:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:01 DEBUG : potato2: md5 = f2026fd56c61212e820eb8df4e275f1e OK 2026/08/14 01:34:01 DEBUG : potato2: size = 11 OK 2026/08/14 01:34:01 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.25s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:02 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/14 01:34:02 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:02 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:34:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:34:02 DEBUG : sub dir2: Making directory with metadata 2026/08/14 01:34:03 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:03 DEBUG : sub dir: Making directory with metadata 2026/08/14 01:34:04 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 01:34:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:04 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/14 01:34:05 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:06 DEBUG : sub dir/hello world: md5 = 1ede90687823bc476c0baf06877ac8d8 OK 2026/08/14 01:34:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:06 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (9.78s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:12 INFO : sub dir2: Making directory 2026/08/14 01:34:12 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/14 01:34:12 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:12 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/14 01:34:12 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:34:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:12 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/14 01:34:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:15 DEBUG : sub dir/hello world: md5 = 1fcfb1291d27cf4d414e866e4f74b8df OK 2026/08/14 01:34:15 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:15 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:34:15 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (6.12s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:18 DEBUG : sub dir2: Making directory with metadata 2026/08/14 01:34:18 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:18 DEBUG : sub dir2: Making directory with metadata 2026/08/14 01:34:19 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:19 DEBUG : sub dir: Making directory with metadata 2026/08/14 01:34:20 INFO : sub dir: Made directory with metadata (mtime=2026-08-14T01:34:18.544281688Z) 2026/08/14 01:34:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:22 DEBUG : sub dir/hello world: md5 = e1fbd3d59c0cf7411b165fc88c1f90be OK 2026/08/14 01:34:22 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:22 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:34:22 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (7.80s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:26 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/14 01:34:26 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 01:34:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (4.08s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:30 INFO : sub dir2: Making directory 2026/08/14 01:34:30 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/14 01:34:30 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:34:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:33 DEBUG : sub dir/hello world: md5 = a9d438242b27d578333d96bc4bc49d11 OK 2026/08/14 01:34:33 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:33 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:34:33 INFO : sub dir/hello world: Deleted 2026/08/14 01:34:33 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.81s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:36 DEBUG : sub dir2: Making directory with metadata 2026/08/14 01:34:36 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:34:36 DEBUG : sub dir2: Making directory with metadata 2026/08/14 01:34:37 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:34:37 DEBUG : sub dir: Making directory with metadata 2026/08/14 01:34:38 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 01:34:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:39 DEBUG : sub dir/hello world: md5 = ddfa241250a79bd01b77b2e83d855f27 OK 2026/08/14 01:34:39 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:39 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:34:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (7.48s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.50s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:44 INFO : sub dir2: Making directory 2026/08/14 01:34:44 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/14 01:34:44 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:34:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:34:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:34:46 DEBUG : sub dir/hello world: md5 = a8788b0f8d472624a02a14b47360c0c2 OK 2026/08/14 01:34:46 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:46 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:34:46 DEBUG : Waiting for deletions to finish 2026/08/14 01:34:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.60s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:34:52 DEBUG : sub dir/hello world: md5 = d886244b2b29dc53496e3eb9e6e9a875 OK 2026/08/14 01:34:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hediqux2rera" 2026/08/14 01:34:52 DEBUG : Creating backend with remote "TestDrive:crypt/h8mjijudmrpfp24m29njv9vviq3a2ob4cv9bmjnbeoo8ecng4mtg" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu' -> Encrypted drive 'TestCryptDrive:rclone-test-hediqux2rera' 2026/08/14 01:34:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:34:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:34:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hediqux2rera': Waiting for checks to finish 2026/08/14 01:34:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hediqux2rera': Waiting for transfers to finish 2026/08/14 01:34:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:34:57 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/14 01:34:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:34:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hediqux2rera': Purge remote --- PASS: TestServerSideCopy (10.82s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:35:03 DEBUG : sub dir/hello world: md5 = ed342498627aafb8cb90bc6c4303cdf8 OK 2026/08/14 01:35:04 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/14 01:35:04 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/14 01:35:04 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:35:04 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:35:04 DEBUG : sub dir/hello world: Sizes differ 2026/08/14 01:35:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:35:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:35:06 DEBUG : sub dir/hello world: md5 = b6a1bece22e732e39c612d59d6c2afab OK 2026/08/14 01:35:06 DEBUG : sub dir/hello world: size = 17 OK 2026/08/14 01:35:06 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/14 01:35:06 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (8.42s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:35:11 DEBUG : sub dir/hello world: md5 = 85cd769e72baaff9487b5ef2405a6434 OK 2026/08/14 01:35:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lahogid0voni" 2026/08/14 01:35:12 DEBUG : Config file has changed externally - reloading 2026/08/14 01:35:12 DEBUG : Creating backend with remote "TestDrive:crypt/1cuo9818ttvsmnm365qf4e9n3liqcb9ou8fg21vpt0js137iei6g" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu' -> Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni' 2026/08/14 01:35:13 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:35:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:35:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni': Waiting for checks to finish 2026/08/14 01:35:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni': Waiting for transfers to finish 2026/08/14 01:35:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:35:16 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/14 01:35:17 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:35:19 DEBUG : sub dir/hello world: md5 = e768f24460de8b8f273cb1fae75da04a OK 2026/08/14 01:35:20 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 01:35:20 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/14 01:35:20 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:35:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni': Waiting for checks to finish 2026/08/14 01:35:20 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni') 2026/08/14 01:35:20 DEBUG : sub dir/hello world: Sizes differ 2026/08/14 01:35:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni': Waiting for transfers to finish 2026/08/14 01:35:22 DEBUG : sub dir/hello world: size = 17 OK 2026/08/14 01:35:22 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/14 01:35:22 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/14 01:35:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lahogid0voni': Purge remote --- PASS: TestServerSideCopyOverSelf (16.69s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:35:28 DEBUG : sub dir/hello world: md5 = e97652ed51414bf968e8a5db26f7c099 OK 2026/08/14 01:35:29 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/14 01:35:29 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/14 01:35:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:35:29 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:35:29 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:35:29 DEBUG : sub dir/hello world: Sizes differ 2026/08/14 01:35:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:35:31 DEBUG : sub dir/hello world: md5 = 12d85bc0adc2848471bdfadcc5c5860a OK 2026/08/14 01:35:31 DEBUG : sub dir/hello world: size = 17 OK 2026/08/14 01:35:31 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/14 01:35:31 INFO : sub dir/hello world: Deleted 2026/08/14 01:35:31 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (8.37s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:35:36 DEBUG : sub dir/hello world: md5 = cb5af0ed373cfdb2c93fb1cdb854a127 OK 2026/08/14 01:35:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qeqapuh4quve" 2026/08/14 01:35:37 DEBUG : Creating backend with remote "TestDrive:crypt/c2mran5cp1de5t33hgutsejh6spfevkd8f18a7ajvklqj1326ung" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu' -> Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve' 2026/08/14 01:35:39 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:35:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:35:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Waiting for checks to finish 2026/08/14 01:35:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Waiting for transfers to finish 2026/08/14 01:35:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:35:41 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/14 01:35:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:35:44 DEBUG : sub dir/hello world: md5 = e7d2408e6bf711ff7f8a7c1c8cad2d73 OK 2026/08/14 01:35:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Using server-side directory move 2026/08/14 01:35:45 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/14 01:35:45 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 01:35:45 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/14 01:35:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Waiting for checks to finish 2026/08/14 01:35:45 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:35:45 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve') 2026/08/14 01:35:45 DEBUG : sub dir/hello world: Sizes differ 2026/08/14 01:35:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Waiting for transfers to finish 2026/08/14 01:35:46 INFO : sub dir/hello world: Deleted 2026/08/14 01:35:47 INFO : sub dir/hello world: Moved (server-side) 2026/08/14 01:35:47 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/14 01:35:50 DEBUG : sub dir/hello world: md5 = d2fadd52098d741d0d363e0e09b9d0e6 OK 2026/08/14 01:35:51 DEBUG : testing file moves 2026/08/14 01:35:51 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 01:35:51 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/14 01:35:51 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:35:51 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve') 2026/08/14 01:35:51 DEBUG : sub dir/hello world: Sizes differ 2026/08/14 01:35:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Waiting for checks to finish 2026/08/14 01:35:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Waiting for transfers to finish 2026/08/14 01:35:52 INFO : sub dir/hello world: Deleted 2026/08/14 01:35:53 INFO : sub dir/hello world: Moved (server-side) 2026/08/14 01:35:53 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/14 01:35:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qeqapuh4quve': Purge remote --- PASS: TestServerSideMoveOverSelf (23.04s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:35:59 DEBUG : sub dir/hello world: md5 = 94069272ee1802fd922444ae789c1ed9 OK 2026/08/14 01:35:59 ERROR : error listing: directory not found 2026/08/14 01:36:00 INFO : Local file system at /tmp/rclone3427208186: Making directory 2026/08/14 01:36:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (6.20s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:05 DEBUG : sub dir/hello world: md5 = 0e256104859600ca7cfb5805423e97e8 OK 2026/08/14 01:36:07 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:36:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:36:07 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for checks to finish 2026/08/14 01:36:07 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for transfers to finish 2026/08/14 01:36:07 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/14 01:36:07 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/14 01:36:07 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:36:07 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (6.51s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:10 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/14 01:36:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:11 DEBUG : check sum: md5 = e9ad77c07e282886f9895620f0e71648 OK 2026/08/14 01:36:11 DEBUG : check sum: size = 1 OK 2026/08/14 01:36:11 INFO : check sum: Copied (new) 2026/08/14 01:36:11 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:12 DEBUG : check sum: size = 1 OK 2026/08/14 01:36:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/14 01:36:12 DEBUG : check sum: Size of src and dst objects identical 2026/08/14 01:36:12 DEBUG : check sum: Unchanged skipping 2026/08/14 01:36:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:12 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:12 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.72s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:13 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/14 01:36:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:15 DEBUG : sizeonly: md5 = 1699fadec9510fd5614892c02a614c48 OK 2026/08/14 01:36:15 DEBUG : sizeonly: size = 6 OK 2026/08/14 01:36:15 INFO : sizeonly: Copied (new) 2026/08/14 01:36:15 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:16 DEBUG : sizeonly: size = 6 OK 2026/08/14 01:36:16 DEBUG : sizeonly: Sizes identical 2026/08/14 01:36:16 DEBUG : sizeonly: Unchanged skipping 2026/08/14 01:36:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:16 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:16 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (4.00s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:17 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/14 01:36:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:19 DEBUG : ignore-size: md5 = adc3b0683d60c497c3ef2da9a796e4a5 OK 2026/08/14 01:36:19 INFO : ignore-size: Copied (new) 2026/08/14 01:36:19 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:20 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:36:20 DEBUG : ignore-size: Unchanged skipping 2026/08/14 01:36:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:20 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:20 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.93s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:23 DEBUG : existing: md5 = 4c393be467800f70d6a55369fb803fa8 OK 2026/08/14 01:36:23 DEBUG : existing: size = 6 OK 2026/08/14 01:36:23 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:36:23 DEBUG : existing: Unchanged skipping 2026/08/14 01:36:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:23 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:23 INFO : There was nothing to transfer 2026/08/14 01:36:24 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/14 01:36:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:26 DEBUG : existing: md5 = 7bbd42c6accf6c98fe1d4617d5667ecb OK 2026/08/14 01:36:26 DEBUG : existing: size = 6 OK 2026/08/14 01:36:26 INFO : existing: Copied (replaced existing) 2026/08/14 01:36:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (6.14s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:27 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/14 01:36:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:29 DEBUG : existing: md5 = 8af903644321a074b0446ef17d360b85 OK 2026/08/14 01:36:29 DEBUG : existing: size = 6 OK 2026/08/14 01:36:29 INFO : existing: Copied (new) 2026/08/14 01:36:29 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:29 DEBUG : existing: Destination exists, skipping 2026/08/14 01:36:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:29 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:29 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.65s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:33 DEBUG : b/potato: md5 = 25a4fe3d049a71eb374a81e9d6e292bf OK 2026/08/14 01:36:36 DEBUG : c/non empty space: md5 = da443141a6637e8d6fcd916aefd18392 OK 2026/08/14 01:36:36 INFO : d: Making directory 2026/08/14 01:36:38 DEBUG : Added delayed dir = "a", newDst= 2026/08/14 01:36:38 INFO : c: Set directory modification time (using SetModTime) 2026/08/14 01:36:38 DEBUG : Added delayed dir = "c", newDst=c 2026/08/14 01:36:38 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/14 01:36:38 DEBUG : c/non empty space: size = 5 OK 2026/08/14 01:36:38 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:36:38 DEBUG : c/non empty space: Unchanged skipping 2026/08/14 01:36:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:41 DEBUG : a/potato2: md5 = b21e5ddf975757124297311d2c9ed238 OK 2026/08/14 01:36:41 DEBUG : a/potato2: size = 60 OK 2026/08/14 01:36:41 INFO : a/potato2: Copied (new) 2026/08/14 01:36:41 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:42 INFO : b/potato: Deleted 2026/08/14 01:36:42 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/14 01:36:42 INFO : d: Removing directory 2026/08/14 01:36:43 INFO : b: Removing directory 2026/08/14 01:36:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': deleted 2 directories --- PASS: TestSyncIgnoreErrors (16.54s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:49 DEBUG : empty space: md5 = ef709ca3bb28e27e9254d36ba3a51363 OK 2026/08/14 01:36:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:49 DEBUG : empty space: size = 1 OK 2026/08/14 01:36:49 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/14 01:36:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:49 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/14 01:36:49 DEBUG : Waiting for deletions to finish 2026/08/14 01:36:50 DEBUG : empty space: size = 1 OK 2026/08/14 01:36:50 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/14 01:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:52 DEBUG : empty space: md5 = 3d1f43038ea61739dd35fbd248b59cf3 OK 2026/08/14 01:36:52 DEBUG : empty space: size = 1 OK 2026/08/14 01:36:52 INFO : empty space: Copied (replaced existing) 2026/08/14 01:36:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.56s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.52s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:36:55 DEBUG : foo: md5 = deafee34ea763d68bc471d8b77400e89 OK 2026/08/14 01:36:56 DEBUG : foo: size = 3 OK 2026/08/14 01:36:56 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/14 01:36:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:36:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:36:57 DEBUG : foo: md5 = 4df08bd30ff4fda84e861c5084e99a19 OK 2026/08/14 01:36:57 DEBUG : foo: size = 3 OK 2026/08/14 01:36:57 INFO : foo: Copied (replaced existing) 2026/08/14 01:36:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (5.01s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:00 DEBUG : empty space: md5 = c185403a84d229ef9196217f796cad10 OK 2026/08/14 01:37:01 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/14 01:37:01 DEBUG : empty space: size = 1 OK 2026/08/14 01:37:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:37:01 DEBUG : empty space: Unchanged skipping 2026/08/14 01:37:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:03 DEBUG : potato: md5 = d6f3c74f6e98070373a570bb57df0443 OK 2026/08/14 01:37:03 DEBUG : potato: size = 60 OK 2026/08/14 01:37:03 INFO : potato: Copied (new) 2026/08/14 01:37:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.89s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:06 DEBUG : potato: md5 = 763cfec8e8a0bf69ca4639c142dbd92b OK 2026/08/14 01:37:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:07 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:37:07 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:37:07 DEBUG : potato: Sizes differ 2026/08/14 01:37:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:08 DEBUG : potato: md5 = 782ab49c0f204c59416739c30ddb4297 OK 2026/08/14 01:37:08 DEBUG : potato: size = 21 OK 2026/08/14 01:37:08 INFO : potato: Copied (replaced existing) 2026/08/14 01:37:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.67s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:11 DEBUG : potato: md5 = 5c589dcac25caa37b45ca5626f5c6813 OK 2026/08/14 01:37:11 DEBUG : potato: size = 21 OK 2026/08/14 01:37:11 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/14 01:37:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:13 DEBUG : potato: md5 = 4c08e08ebf65c2b4cf53bcc73f548d55 OK 2026/08/14 01:37:13 DEBUG : potato: size = 21 OK 2026/08/14 01:37:13 INFO : potato: Copied (replaced existing) 2026/08/14 01:37:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (5.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:16 DEBUG : potato: md5 = b22b87cb5e962bca21832b7f22167714 OK 2026/08/14 01:37:17 DEBUG : empty space: md5 = fa31e89f774a5315cf5164532dc20079 OK 2026/08/14 01:37:18 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:37:18 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/14 01:37:18 DEBUG : empty space: size = 1 OK 2026/08/14 01:37:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:18 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:37:18 DEBUG : empty space: Unchanged skipping 2026/08/14 01:37:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:18 DEBUG : Waiting for deletions to finish 2026/08/14 01:37:18 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (5.57s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:21 DEBUG : potato: md5 = 3f34bc6937dbfd70ad3d727693f291dd OK 2026/08/14 01:37:23 DEBUG : empty space: md5 = 9ac8c4d7a5ea7cb2a8d935effe69c3df OK 2026/08/14 01:37:23 DEBUG : empty space: size = 1 OK 2026/08/14 01:37:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:37:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:37:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:23 DEBUG : empty space: Unchanged skipping 2026/08/14 01:37:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:25 DEBUG : potato2: md5 = 6f7d96b956fdcb8923ef4aafa64b44b9 OK 2026/08/14 01:37:25 DEBUG : potato2: size = 60 OK 2026/08/14 01:37:25 INFO : potato2: Copied (new) 2026/08/14 01:37:25 DEBUG : Waiting for deletions to finish 2026/08/14 01:37:26 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (7.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:30 DEBUG : b/potato: md5 = c07b12199842a75c75b1b49ab64c0756 OK 2026/08/14 01:37:33 DEBUG : c/non empty space: md5 = 59ea187065b00fb6fe84e8842cc2cb51 OK 2026/08/14 01:37:33 INFO : d: Making directory 2026/08/14 01:37:34 INFO : d/e: Making directory 2026/08/14 01:37:36 DEBUG : Added delayed dir = "a", newDst= 2026/08/14 01:37:37 INFO : c: Set directory modification time (using SetModTime) 2026/08/14 01:37:37 DEBUG : Added delayed dir = "c", newDst=c 2026/08/14 01:37:37 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/14 01:37:37 DEBUG : c/non empty space: size = 5 OK 2026/08/14 01:37:37 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:37:37 DEBUG : c/non empty space: Unchanged skipping 2026/08/14 01:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:40 DEBUG : a/potato2: md5 = 07fe9a76fc87c027dcf7437d78888aa7 OK 2026/08/14 01:37:40 DEBUG : a/potato2: size = 60 OK 2026/08/14 01:37:40 INFO : a/potato2: Copied (new) 2026/08/14 01:37:40 DEBUG : Waiting for deletions to finish 2026/08/14 01:37:40 INFO : b/potato: Deleted 2026/08/14 01:37:41 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/14 01:37:41 INFO : d/e: Removing directory 2026/08/14 01:37:41 INFO : d: Removing directory 2026/08/14 01:37:42 INFO : b: Removing directory 2026/08/14 01:37:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (19.06s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:37:49 DEBUG : b/potato: md5 = 2d960adb559e9093bf3c9ea1eaf30a5f OK 2026/08/14 01:37:52 DEBUG : c/non empty space: md5 = d1ff137c036a01218fec2030c033aff6 OK 2026/08/14 01:37:52 INFO : d: Making directory 2026/08/14 01:37:53 DEBUG : Added delayed dir = "a", newDst= 2026/08/14 01:37:54 INFO : c: Set directory modification time (using SetModTime) 2026/08/14 01:37:54 DEBUG : Added delayed dir = "c", newDst=c 2026/08/14 01:37:54 DEBUG : c/non empty space: size = 5 OK 2026/08/14 01:37:54 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:37:54 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/14 01:37:54 DEBUG : c/non empty space: Unchanged skipping 2026/08/14 01:37:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:37:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:37:56 DEBUG : a/potato2: md5 = ecbfc48b72108b76021030544ba4f4fa OK 2026/08/14 01:37:56 DEBUG : a/potato2: size = 60 OK 2026/08/14 01:37:56 INFO : a/potato2: Copied (new) 2026/08/14 01:37:56 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': not deleting files as there were IO errors 2026/08/14 01:37:57 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/14 01:37:57 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (16.66s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:38:05 DEBUG : potato: md5 = 8b150128246a84aa17151297d7b8441d OK 2026/08/14 01:38:06 DEBUG : empty space: md5 = a55e0f7c1c1e8a55abefaee7a59faf6a OK 2026/08/14 01:38:07 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:07 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:38:07 DEBUG : empty space: size = 1 OK 2026/08/14 01:38:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:38:07 DEBUG : empty space: Unchanged skipping 2026/08/14 01:38:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:08 INFO : potato: Deleted 2026/08/14 01:38:09 DEBUG : potato2: md5 = bb59e3b1600f8ebd8862446933b0c915 OK 2026/08/14 01:38:09 DEBUG : potato2: size = 60 OK 2026/08/14 01:38:09 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (7.23s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:38:12 DEBUG : potato: md5 = 17619472952559bf4e87a54778102683 OK 2026/08/14 01:38:14 DEBUG : empty space: md5 = cd1932d7b7eb86077f4af85d9ee5c2c3 OK 2026/08/14 01:38:14 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:15 INFO : potato: Deleted 2026/08/14 01:38:15 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:38:15 DEBUG : empty space: size = 1 OK 2026/08/14 01:38:15 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:38:15 DEBUG : empty space: Unchanged skipping 2026/08/14 01:38:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:16 DEBUG : potato2: md5 = c0ba21c3a543af72d37a37b9c49f4898 OK 2026/08/14 01:38:16 DEBUG : potato2: size = 60 OK 2026/08/14 01:38:16 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.80s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:38:20 DEBUG : potato: md5 = 0e7332ee770382ea649ecebe384e7ae6 OK 2026/08/14 01:38:20 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:38:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:22 DEBUG : potato2: md5 = 28a580ee9fd149eec25107369a626c4f OK 2026/08/14 01:38:22 DEBUG : potato2: size = 19 OK 2026/08/14 01:38:22 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.51s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:38:25 DEBUG : potato2: md5 = e68df60c2008418924c384ce39076b5b OK 2026/08/14 01:38:27 DEBUG : empty space: md5 = 33ee1552cc462565b0a8ede347d6b666 OK 2026/08/14 01:38:27 DEBUG : enormous: Excluded (Size Filter) 2026/08/14 01:38:27 DEBUG : enormous: Excluded 2026/08/14 01:38:27 DEBUG : potato2: Excluded (Size Filter) 2026/08/14 01:38:27 DEBUG : potato2: Excluded 2026/08/14 01:38:27 DEBUG : potato2: Excluded (Size Filter) 2026/08/14 01:38:27 DEBUG : empty space: size = 1 OK 2026/08/14 01:38:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:38:27 DEBUG : empty space: Unchanged skipping 2026/08/14 01:38:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:27 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:27 INFO : There was nothing to transfer 2026/08/14 01:38:28 DEBUG : enormous: Excluded (Size Filter) 2026/08/14 01:38:28 DEBUG : enormous: Excluded 2026/08/14 01:38:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/14 01:38:28 DEBUG : potato2: Excluded 2026/08/14 01:38:28 DEBUG : potato2: Excluded (Size Filter) 2026/08/14 01:38:28 DEBUG : empty space: size = 1 OK 2026/08/14 01:38:28 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for checks to finish 2026/08/14 01:38:28 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/14 01:38:28 DEBUG : empty space: Unchanged skipping 2026/08/14 01:38:28 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for transfers to finish 2026/08/14 01:38:28 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:28 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.62s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:38:31 DEBUG : potato2: md5 = 7365b4c9462a341f5f86dea3e1e95484 OK 2026/08/14 01:38:33 DEBUG : empty space: md5 = bc63c5876a24386fcd02ddfaaab8b025 OK 2026/08/14 01:38:34 DEBUG : enormous: md5 = a8329667bfeb6fa57d3bb086064e53b1 OK 2026/08/14 01:38:35 DEBUG : enormous: Excluded (Size Filter) 2026/08/14 01:38:35 DEBUG : enormous: Excluded 2026/08/14 01:38:35 DEBUG : potato2: Excluded (Size Filter) 2026/08/14 01:38:35 DEBUG : potato2: Excluded 2026/08/14 01:38:35 DEBUG : empty space: size = 1 OK 2026/08/14 01:38:35 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:38:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:35 DEBUG : empty space: Unchanged skipping 2026/08/14 01:38:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:35 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:35 INFO : enormous: Deleted 2026/08/14 01:38:35 INFO : potato2: Deleted 2026/08/14 01:38:35 INFO : There was nothing to transfer 2026/08/14 01:38:36 DEBUG : empty space: size = 1 OK 2026/08/14 01:38:36 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/14 01:38:36 DEBUG : empty space: Unchanged skipping 2026/08/14 01:38:36 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for checks to finish 2026/08/14 01:38:36 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for transfers to finish 2026/08/14 01:38:36 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:36 INFO : enormous: Deleted 2026/08/14 01:38:36 INFO : potato2: Deleted 2026/08/14 01:38:36 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.64s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:38:38 DEBUG : one: md5 = eeaf5726b7728fbc526c388d739ea7fa OK 2026/08/14 01:38:40 DEBUG : two: md5 = 09c8610a7df8bf7525245d4c5f7c7bd9 OK 2026/08/14 01:38:42 DEBUG : three: md5 = 050b7c0ef0f7e4895dc5cbfc4dfa3972 OK 2026/08/14 01:38:43 DEBUG : four: md5 = a050352d3a70f583d7d314e94f2d2738 OK 2026/08/14 01:38:44 DEBUG : five: Need to transfer - File not found at Destination 2026/08/14 01:38:44 DEBUG : four: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:38:44 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:38:44 DEBUG : four: Sizes differ 2026/08/14 01:38:44 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/14 01:38:44 DEBUG : one: Destination is newer than source, skipping 2026/08/14 01:38:44 DEBUG : three: size = 5 OK 2026/08/14 01:38:44 DEBUG : three: Sizes identical 2026/08/14 01:38:44 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/14 01:38:44 DEBUG : two: size = 3 OK 2026/08/14 01:38:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:45 DEBUG : four: md5 = 2732f0ccc3f3c80460264d84cb10e3b9 OK 2026/08/14 01:38:45 DEBUG : four: size = 4 OK 2026/08/14 01:38:45 INFO : four: Copied (replaced existing) 2026/08/14 01:38:45 DEBUG : two: md5 = 3256943dda03afb11da4bc6485579bd6 OK 2026/08/14 01:38:45 DEBUG : two: size = 3 OK 2026/08/14 01:38:45 INFO : two: Copied (replaced existing) 2026/08/14 01:38:45 DEBUG : five: md5 = 71e9218cbf13e2b3f49f6ebc56962c3f OK 2026/08/14 01:38:45 DEBUG : five: size = 4 OK 2026/08/14 01:38:45 INFO : five: Copied (new) 2026/08/14 01:38:45 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.74s) === 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-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/14 01:38:49 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/14 01:38:49 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/14 01:38:49 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/14 01:38:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:51 DEBUG : yam: md5 = c731146be05d6e1b3295d64ae4ef1b79 OK 2026/08/14 01:38:51 DEBUG : yam: size = 11 OK 2026/08/14 01:38:51 INFO : yam: Copied (new) 2026/08/14 01:38:51 DEBUG : potato: md5 = d5a185204da790be9dabe22a28797be0 OK 2026/08/14 01:38:51 DEBUG : potato: size = 14 OK 2026/08/14 01:38:51 INFO : potato: Copied (new) 2026/08/14 01:38:51 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:51 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/14 01:38:51 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/14 01:38:51 DEBUG : potato: size = 14 OK 2026/08/14 01:38:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:38:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:51 DEBUG : potato: Unchanged skipping 2026/08/14 01:38:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:53 DEBUG : yaml: md5 = 67ce2c0f9c7e366ee322ce2400da38c2 OK 2026/08/14 01:38:53 DEBUG : yaml: size = 11 OK 2026/08/14 01:38:53 INFO : yaml: Copied (new) 2026/08/14 01:38:53 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:53 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (6.40s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/14 01:38:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Making map for --track-renames 2026/08/14 01:38:55 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Finished making map for --track-renames 2026/08/14 01:38:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:55 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/14 01:38:55 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/14 01:38:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for renames to finish 2026/08/14 01:38:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:57 DEBUG : potato: md5 = c54039fff51dafdf11fdb2f3c7fd67c8 OK 2026/08/14 01:38:57 DEBUG : potato: size = 14 OK 2026/08/14 01:38:57 INFO : potato: Copied (new) 2026/08/14 01:38:57 DEBUG : yam: md5 = d92086cd496758e567e50da79f3811a6 OK 2026/08/14 01:38:57 DEBUG : yam: size = 11 OK 2026/08/14 01:38:57 INFO : yam: Copied (new) 2026/08/14 01:38:57 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:58 DEBUG : potato: size = 14 OK 2026/08/14 01:38:58 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:38:58 DEBUG : potato: Unchanged skipping 2026/08/14 01:38:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Making map for --track-renames 2026/08/14 01:38:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Finished making map for --track-renames 2026/08/14 01:38:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:38:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for renames to finish 2026/08/14 01:38:59 INFO : yam: Moved (server-side) to: yaml 2026/08/14 01:38:59 INFO : yaml: Renamed from "yam" 2026/08/14 01:38:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:38:59 DEBUG : Waiting for deletions to finish 2026/08/14 01:38:59 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.28s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/14 01:39:01 DEBUG : Added delayed dir = "sub", newDst= 2026/08/14 01:39:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Making map for --track-renames 2026/08/14 01:39:01 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Finished making map for --track-renames 2026/08/14 01:39:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:39:01 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/14 01:39:01 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/14 01:39:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for renames to finish 2026/08/14 01:39:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:39:03 DEBUG : sub/yam: md5 = b8809a8b11d0d741c6986f9421bef4d5 OK 2026/08/14 01:39:03 DEBUG : sub/yam: size = 11 OK 2026/08/14 01:39:03 INFO : sub/yam: Copied (new) 2026/08/14 01:39:03 DEBUG : potato: md5 = d4107d96692db55d4a597c36e538bda7 OK 2026/08/14 01:39:03 DEBUG : potato: size = 14 OK 2026/08/14 01:39:03 INFO : potato: Copied (new) 2026/08/14 01:39:03 DEBUG : Waiting for deletions to finish 2026/08/14 01:39:04 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/14 01:39:05 DEBUG : potato: size = 14 OK 2026/08/14 01:39:05 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:39:05 DEBUG : potato: Unchanged skipping 2026/08/14 01:39:05 INFO : sub: Set directory modification time (using SetModTime) 2026/08/14 01:39:05 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/14 01:39:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Making map for --track-renames 2026/08/14 01:39:05 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Finished making map for --track-renames 2026/08/14 01:39:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:39:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for renames to finish 2026/08/14 01:39:06 INFO : sub/yam: Moved (server-side) to: yam 2026/08/14 01:39:06 INFO : yam: Renamed from "sub/yam" 2026/08/14 01:39:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:39:06 DEBUG : Waiting for deletions to finish 2026/08/14 01:39:06 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.87s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:39:09 DEBUG : Creating backend with remote "/tmp/rclone3427208186/dir1" 2026/08/14 01:39:09 DEBUG : Creating backend with remote "/tmp/rclone3427208186/dir2" 2026/08/14 01:39:09 DEBUG : Local file system at /tmp/rclone3427208186/dir2: Using server-side directory move 2026/08/14 01:39:09 INFO : Local file system at /tmp/rclone3427208186/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/14 01:39:09 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/14 01:39:09 DEBUG : Local file system at /tmp/rclone3427208186/dir2: Waiting for checks to finish 2026/08/14 01:39:09 DEBUG : Local file system at /tmp/rclone3427208186/dir2: Waiting for transfers to finish 2026/08/14 01:39:09 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.52s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:39:10 DEBUG : Added delayed dir = "nested", newDst= 2026/08/14 01:39:10 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:39:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:39:10 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/14 01:39:10 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/14 01:39:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:39:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:39:12 DEBUG : sub dir/hello world: md5 = b9a7c065407b4a494108b0e11e22dccf OK 2026/08/14 01:39:12 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:39:12 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:39:12 INFO : sub dir/hello world: Deleted 2026/08/14 01:39:15 DEBUG : nested/sub dir/file: md5 = def116051935f470bcc6d5e3563170e8 OK 2026/08/14 01:39:15 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/14 01:39:15 INFO : nested/sub dir/file: Copied (new) 2026/08/14 01:39:15 INFO : nested/sub dir/file: Deleted 2026/08/14 01:39:15 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:39:16 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/14 01:39:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:39:16 INFO : sub dir: Removing directory 2026/08/14 01:39:16 INFO : nested/sub dir: Removing directory 2026/08/14 01:39:16 INFO : nested: Removing directory 2026/08/14 01:39:16 DEBUG : Local file system at /tmp/rclone3427208186: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (10.98s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:39:21 DEBUG : Added delayed dir = "nested", newDst= 2026/08/14 01:39:21 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/14 01:39:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/14 01:39:21 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/14 01:39:21 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/14 01:39:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:39:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:39:24 DEBUG : sub dir/hello world: md5 = 6378c9f799bf61d8fc00c0a0c037366d OK 2026/08/14 01:39:24 DEBUG : sub dir/hello world: size = 11 OK 2026/08/14 01:39:24 INFO : sub dir/hello world: Copied (new) 2026/08/14 01:39:24 INFO : sub dir/hello world: Deleted 2026/08/14 01:39:26 DEBUG : nested/sub dir/file: md5 = 600ef2df8b612628a61fd4da18d43ba7 OK 2026/08/14 01:39:26 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/14 01:39:26 INFO : nested/sub dir/file: Copied (new) 2026/08/14 01:39:26 INFO : nested/sub dir/file: Deleted 2026/08/14 01:39:26 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:39:27 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/14 01:39:27 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (10.96s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:39:32 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/14 01:39:32 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/14 01:39:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:39:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:39:34 DEBUG : existing: md5 = 9f83d15dd051f903228743fc5e45d009 OK 2026/08/14 01:39:34 DEBUG : existing: size = 6 OK 2026/08/14 01:39:34 INFO : existing: Copied (new) 2026/08/14 01:39:34 INFO : existing: Deleted 2026/08/14 01:39:34 DEBUG : existing-b: md5 = d6445bbfe9a7de4804d369aaf7c69f38 OK 2026/08/14 01:39:34 DEBUG : existing-b: size = 6 OK 2026/08/14 01:39:34 INFO : existing-b: Copied (new) 2026/08/14 01:39:34 INFO : existing-b: Deleted 2026/08/14 01:39:34 DEBUG : existing: Destination exists, skipping 2026/08/14 01:39:34 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/14 01:39:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:39:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:39:34 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.36s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:39:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wofiruq9zitu" 2026/08/14 01:39:36 DEBUG : Creating backend with remote "TestDrive:crypt/lacgadf58k2r9caa02plm6qfvbp5epvk3eh8vlbopiugtctfmn5g" 2026/08/14 01:39:39 DEBUG : potato2: md5 = 4a1b1f833efb733c5d008d3fba3031a6 OK 2026/08/14 01:39:41 DEBUG : empty space: md5 = a93b4a86c9a52a0ef7d3197352f19890 OK 2026/08/14 01:39:42 DEBUG : potato3: md5 = 31d40ddc36257ae4e68d10d72ff411e5 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu' -> Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu' 2026/08/14 01:39:45 DEBUG : empty space: md5 = fd7f55e566388ec8fa932f598438646b OK 2026/08/14 01:39:46 DEBUG : potato3: md5 = b66c45afe0389c58f0267e7797a56dd2 OK 2026/08/14 01:39:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu': Using server-side directory move 2026/08/14 01:39:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/14 01:39:47 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:39:47 DEBUG : empty space: size = 1 OK 2026/08/14 01:39:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 01:39:47 DEBUG : empty space: Unchanged skipping 2026/08/14 01:39:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu': Waiting for checks to finish 2026/08/14 01:39:47 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:39:47 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu') 2026/08/14 01:39:47 DEBUG : potato3: Sizes differ 2026/08/14 01:39:47 INFO : empty space: Deleted 2026/08/14 01:39:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu': Waiting for transfers to finish 2026/08/14 01:39:47 INFO : potato3: Deleted 2026/08/14 01:39:47 INFO : potato2: Moved (server-side) 2026/08/14 01:39:48 INFO : potato3: Moved (server-side) 2026/08/14 01:39:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rorubey3pola" 2026/08/14 01:39:49 DEBUG : Creating backend with remote "TestDrive:crypt/9dhbejqe8sq9tf384f4i00743obckac2h3o3nrj555rbnugirib0" 2026/08/14 01:39:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rorubey3pola': Using server-side directory move 2026/08/14 01:39:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-rorubey3pola': Server side directory move succeeded 2026/08/14 01:39:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rorubey3pola': Purge remote 2026/08/14 01:39:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wofiruq9zitu': Purge remote 2026/08/14 01:39:52 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (16.89s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:39:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jupumis9jipa" 2026/08/14 01:39:53 DEBUG : Creating backend with remote "TestDrive:crypt/mu8nb9n5pd9j0jfpiar49ikjil84620sbaqi3bgf5g4f9ubn8kt0" 2026/08/14 01:39:56 DEBUG : potato2: md5 = 66fbbf6b5d53db50a78f7930e769fb8b OK 2026/08/14 01:39:57 DEBUG : empty space: md5 = 6c9fde86ec962ad3d7e152fabef6e4af OK 2026/08/14 01:39:59 DEBUG : potato3: md5 = 25152cbdf4de08f4fa29b2677a148d4c OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu' -> Encrypted drive 'TestCryptDrive:rclone-test-jupumis9jipa' 2026/08/14 01:40:02 DEBUG : empty space: md5 = fd6a0caa6b3f00fbc03c640289ed3041 OK 2026/08/14 01:40:03 DEBUG : potato3: md5 = bd8a087528b928e87a968e92a41fd4ee OK 2026/08/14 01:40:04 DEBUG : empty space: Excluded (Size Filter) 2026/08/14 01:40:04 DEBUG : empty space: Excluded (Size Filter) 2026/08/14 01:40:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:40:04 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:40:04 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-jupumis9jipa') 2026/08/14 01:40:04 DEBUG : potato3: Sizes differ 2026/08/14 01:40:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jupumis9jipa': Waiting for checks to finish 2026/08/14 01:40:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jupumis9jipa': Waiting for transfers to finish 2026/08/14 01:40:04 INFO : potato3: Deleted 2026/08/14 01:40:04 INFO : potato2: Moved (server-side) 2026/08/14 01:40:05 INFO : potato3: Moved (server-side) 2026/08/14 01:40:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-digicih9nibi" 2026/08/14 01:40:06 DEBUG : Creating backend with remote "TestDrive:crypt/1aakkkraqiq52ffvs32ob9qtq598vn0nide16d0sup5oiuber9l0" 2026/08/14 01:40:07 DEBUG : empty space: Excluded (Size Filter) 2026/08/14 01:40:07 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:40:07 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/14 01:40:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-digicih9nibi': Waiting for checks to finish 2026/08/14 01:40:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-digicih9nibi': Waiting for transfers to finish 2026/08/14 01:40:08 INFO : potato2: Moved (server-side) 2026/08/14 01:40:09 INFO : potato3: Moved (server-side) 2026/08/14 01:40:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-digicih9nibi': Purge remote 2026/08/14 01:40:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jupumis9jipa': Purge remote --- PASS: TestServerSideMoveWithFilter (18.32s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:40:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dibopef9weku" 2026/08/14 01:40:11 DEBUG : Creating backend with remote "TestDrive:crypt/mo2d6jbv3e4tc1msgoirdu9tlbaqj2nldt83q6aieovjup2ovscg" 2026/08/14 01:40:14 DEBUG : potato2: md5 = fcc86a5a70c3b7fcd4e281dcf441c740 OK 2026/08/14 01:40:16 DEBUG : empty space: md5 = a19d95bc6c0cdbfb0d067c692002bfcc OK 2026/08/14 01:40:18 DEBUG : potato3: md5 = 4960876ced099d9c505c835c2fd697de OK 2026/08/14 01:40:18 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu' -> Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku' 2026/08/14 01:40:21 DEBUG : empty space: md5 = e40784be6fc19d85d0b960154ddc3ec8 OK 2026/08/14 01:40:23 DEBUG : potato3: md5 = 79c904e6c54ebfa4fba711d79b613f90 OK 2026/08/14 01:40:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku': Using server-side directory move 2026/08/14 01:40:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/14 01:40:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/14 01:40:24 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/14 01:40:24 DEBUG : empty space: size = 1 OK 2026/08/14 01:40:24 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 01:40:24 DEBUG : empty space: Unchanged skipping 2026/08/14 01:40:24 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:40:24 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku') 2026/08/14 01:40:24 DEBUG : potato3: Sizes differ 2026/08/14 01:40:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku': Waiting for checks to finish 2026/08/14 01:40:24 INFO : empty space: Deleted 2026/08/14 01:40:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku': Waiting for transfers to finish 2026/08/14 01:40:24 INFO : potato3: Deleted 2026/08/14 01:40:24 INFO : potato2: Moved (server-side) 2026/08/14 01:40:25 INFO : potato3: Moved (server-side) 2026/08/14 01:40:25 INFO : tomatoDir: Removing directory 2026/08/14 01:40:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': deleted 1 directories 2026/08/14 01:40:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-canupog9yunu" 2026/08/14 01:40:26 DEBUG : Creating backend with remote "TestDrive:crypt/648q9h6ssdfjmeghn174abgd8coker92lqu2vtrbo5nd1sf0grj0" 2026/08/14 01:40:28 INFO : tomatoDir: Making directory 2026/08/14 01:40:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-canupog9yunu': Using server-side directory move 2026/08/14 01:40:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-canupog9yunu': Server side directory move succeeded 2026/08/14 01:40:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-canupog9yunu': Purge remote 2026/08/14 01:40:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dibopef9weku': Purge remote 2026/08/14 01:40:32 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (20.95s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.51s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:40:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test" 2026/08/14 01:40:33 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.19s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:40:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test" 2026/08/14 01:40:35 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/14 01:40:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test-include/layer2" 2026/08/14 01:40:38 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/14 01:40:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test-ignore-file" 2026/08/14 01:40:41 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/14 01:40:45 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = c162b6a0bc37be3b809da99e52332438 OK 2026/08/14 01:40:48 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/14 01:40:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test': Waiting for checks to finish 2026/08/14 01:40:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test': Waiting for transfers to finish 2026/08/14 01:40:48 DEBUG : Waiting for deletions to finish 2026/08/14 01:40:48 INFO : There was nothing to transfer 2026/08/14 01:40:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:40:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:40:50 DEBUG : Waiting for deletions to finish 2026/08/14 01:40:50 INFO : rclone-sync-test-include: Removing directory 2026/08/14 01:40:50 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/14 01:40:50 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/14 01:40:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': failed to delete 1 directories 2026/08/14 01:40:50 INFO : There was nothing to transfer 2026/08/14 01:40:52 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/14 01:40:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/14 01:40:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/14 01:40:52 DEBUG : Waiting for deletions to finish 2026/08/14 01:40:52 INFO : There was nothing to transfer 2026/08/14 01:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:40:54 DEBUG : Waiting for deletions to finish 2026/08/14 01:40:54 INFO : rclone-sync-test-include: Removing directory 2026/08/14 01:40:54 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/14 01:40:54 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/14 01:40:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': failed to delete 1 directories 2026/08/14 01:40:54 INFO : There was nothing to transfer 2026/08/14 01:40:57 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/14 01:40:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/14 01:40:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/14 01:40:57 DEBUG : Waiting for deletions to finish 2026/08/14 01:40:57 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (26.06s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:41:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:41:01 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:41:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/CompareDest" 2026/08/14 01:41:03 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/gveqi14airsml4bgu7krj116o8" 2026/08/14 01:41:05 DEBUG : one: Need to transfer - File not found at Destination 2026/08/14 01:41:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:08 DEBUG : one: md5 = bc36b8c142db8cfbefc266394f0d9b2e OK 2026/08/14 01:41:08 DEBUG : one: size = 3 OK 2026/08/14 01:41:08 INFO : one: Copied (new) 2026/08/14 01:41:08 DEBUG : Waiting for deletions to finish 2026/08/14 01:41:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:09 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:41:09 DEBUG : one: Sizes differ 2026/08/14 01:41:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:10 DEBUG : one: md5 = 85913655fa0549d2f4ccf2953ad7a611 OK 2026/08/14 01:41:10 DEBUG : one: size = 5 OK 2026/08/14 01:41:10 INFO : one: Copied (replaced existing) 2026/08/14 01:41:10 DEBUG : Waiting for deletions to finish 2026/08/14 01:41:13 DEBUG : dst/one: md5 = cf8555e45e994e0de270db148220cab1 OK 2026/08/14 01:41:16 DEBUG : CompareDest/one: md5 = 1443ff63be1751f844f11bc483c5e379 OK 2026/08/14 01:41:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:16 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:41:16 DEBUG : one: Sizes differ 2026/08/14 01:41:17 DEBUG : one: size = 5 OK 2026/08/14 01:41:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:41:17 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/14 01:41:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:17 DEBUG : Waiting for deletions to finish 2026/08/14 01:41:17 INFO : There was nothing to transfer 2026/08/14 01:41:19 DEBUG : CompareDest/two: md5 = aa316f217a269e9aae0959ae04cccc0e OK 2026/08/14 01:41:20 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:20 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:41:20 DEBUG : one: Sizes differ 2026/08/14 01:41:20 DEBUG : two: size = 3 OK 2026/08/14 01:41:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:41:20 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/14 01:41:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:20 DEBUG : one: size = 5 OK 2026/08/14 01:41:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:41:20 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/14 01:41:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:20 DEBUG : Waiting for deletions to finish 2026/08/14 01:41:20 INFO : There was nothing to transfer 2026/08/14 01:41:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:21 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:41:21 DEBUG : one: Sizes differ 2026/08/14 01:41:22 DEBUG : two: size = 3 OK 2026/08/14 01:41:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:41:22 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/14 01:41:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:22 DEBUG : one: size = 5 OK 2026/08/14 01:41:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:41:22 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/14 01:41:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:22 DEBUG : Waiting for deletions to finish 2026/08/14 01:41:22 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/14 01:41:23 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:23 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:41:23 DEBUG : one: Sizes differ 2026/08/14 01:41:23 DEBUG : two: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:23 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/CompareDest') 2026/08/14 01:41:23 DEBUG : two: Sizes differ 2026/08/14 01:41:23 DEBUG : two: Need to transfer - File not found at Destination 2026/08/14 01:41:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:23 DEBUG : one: size = 5 OK 2026/08/14 01:41:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:41:23 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/14 01:41:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:25 DEBUG : two: md5 = 286d35b3b5ae4a8d241f806e334a4806 OK 2026/08/14 01:41:25 DEBUG : two: size = 5 OK 2026/08/14 01:41:25 INFO : two: Copied (new) 2026/08/14 01:41:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (28.67s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:41:32 DEBUG : pre-dest1/1: md5 = d6f2408a5d9ebcc6487e22d064e7e8ad OK 2026/08/14 01:41:35 DEBUG : pre-dest2/2: md5 = b62b0282920f0fef76a90793704b8eec OK 2026/08/14 01:41:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dest" 2026/08/14 01:41:35 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/rg03c1jvnehrrc617i0lnqjddc" 2026/08/14 01:41:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/pre-dest1" 2026/08/14 01:41:37 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/bbnblvh6k061ssopqrp18kd7gc" 2026/08/14 01:41:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/pre-dest2" 2026/08/14 01:41:38 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/14 01:41:39 DEBUG : 1: size = 1 OK 2026/08/14 01:41:39 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:41:39 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/14 01:41:40 DEBUG : 2: size = 1 OK 2026/08/14 01:41:40 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:41:40 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/14 01:41:40 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/14 01:41:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dest': Waiting for checks to finish 2026/08/14 01:41:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dest': Waiting for transfers to finish 2026/08/14 01:41:43 DEBUG : 3: md5 = 4e1f5ace22be632122ae68f189708942 OK 2026/08/14 01:41:43 DEBUG : 3: size = 1 OK 2026/08/14 01:41:43 INFO : 3: Copied (new) 2026/08/14 01:41:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (18.34s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:41:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:41:48 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:41:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/CopyDest" 2026/08/14 01:41:50 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/14 01:41:52 DEBUG : one: Need to transfer - File not found at Destination 2026/08/14 01:41:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:55 DEBUG : one: md5 = 34a3e8a3387e54bf842846991a3c8afd OK 2026/08/14 01:41:55 DEBUG : one: size = 3 OK 2026/08/14 01:41:55 INFO : one: Copied (new) 2026/08/14 01:41:55 DEBUG : Waiting for deletions to finish 2026/08/14 01:41:56 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:41:56 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:41:56 DEBUG : one: Sizes differ 2026/08/14 01:41:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:41:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:41:58 DEBUG : one: md5 = 3f3bd6f1a2087d74eb8ae74d66b5f075 OK 2026/08/14 01:41:58 DEBUG : one: size = 5 OK 2026/08/14 01:41:58 INFO : one: Copied (replaced existing) 2026/08/14 01:41:58 DEBUG : Waiting for deletions to finish 2026/08/14 01:42:00 DEBUG : dst/one: md5 = 7008e3a10480a5f28cbae6e9e5b8049c OK 2026/08/14 01:42:02 DEBUG : CopyDest/one: md5 = d04546822e5117a5c0488c486f785244 OK 2026/08/14 01:42:03 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/BackupDir" 2026/08/14 01:42:03 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/14 01:42:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:42:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:42:05 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:42:05 DEBUG : one: Sizes differ 2026/08/14 01:42:05 DEBUG : one: size = 5 OK 2026/08/14 01:42:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:42:05 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:42:05 DEBUG : one: Sizes differ 2026/08/14 01:42:07 INFO : one: Moved (server-side) 2026/08/14 01:42:08 DEBUG : one: size = 5 OK 2026/08/14 01:42:08 INFO : one: Copied (server-side copy) 2026/08/14 01:42:08 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/14 01:42:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:42:08 DEBUG : Waiting for deletions to finish 2026/08/14 01:42:11 DEBUG : CopyDest/two: md5 = c4e6ba931ea9b20873e3d8afe68dbe8e OK 2026/08/14 01:42:11 DEBUG : one: size = 5 OK 2026/08/14 01:42:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:11 DEBUG : one: Unchanged skipping 2026/08/14 01:42:12 DEBUG : two: size = 3 OK 2026/08/14 01:42:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:13 DEBUG : two: size = 3 OK 2026/08/14 01:42:13 INFO : two: Copied (server-side copy) 2026/08/14 01:42:13 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/14 01:42:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:42:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:42:13 DEBUG : Waiting for deletions to finish 2026/08/14 01:42:14 DEBUG : one: size = 5 OK 2026/08/14 01:42:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:14 DEBUG : one: Unchanged skipping 2026/08/14 01:42:14 DEBUG : two: size = 3 OK 2026/08/14 01:42:14 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:14 DEBUG : two: Unchanged skipping 2026/08/14 01:42:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:42:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:42:14 DEBUG : Waiting for deletions to finish 2026/08/14 01:42:14 INFO : There was nothing to transfer 2026/08/14 01:42:16 DEBUG : CopyDest/three: md5 = d075ceb2fb4744b8f9bb6efe4b7ee558 OK 2026/08/14 01:42:17 DEBUG : one: size = 5 OK 2026/08/14 01:42:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:17 DEBUG : one: Unchanged skipping 2026/08/14 01:42:17 DEBUG : three: size = 7 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:42:17 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/CopyDest') 2026/08/14 01:42:17 DEBUG : three: Sizes differ 2026/08/14 01:42:17 DEBUG : three: Destination not found in --copy-dest 2026/08/14 01:42:17 DEBUG : three: Need to transfer - File not found at Destination 2026/08/14 01:42:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:42:17 DEBUG : two: size = 3 OK 2026/08/14 01:42:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/14 01:42:17 DEBUG : two: Unchanged skipping 2026/08/14 01:42:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:42:19 DEBUG : three: md5 = 272e3733dfbad70a95ab31d1e2822a8b OK 2026/08/14 01:42:19 DEBUG : three: size = 7 OK 2026/08/14 01:42:19 INFO : three: Copied (new) 2026/08/14 01:42:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (37.40s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:42:28 DEBUG : dst/one: md5 = 83000fc928d691a0e5fa7f4bcd570be7 OK 2026/08/14 01:42:30 DEBUG : dst/two: md5 = e0823b2ad1acdc9910b33332b8b153bc OK 2026/08/14 01:42:31 DEBUG : dst/three.txt: md5 = c9e1d5abea76e42a1a8e9f2971807f62 OK 2026/08/14 01:42:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:42:32 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:42:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/backup" 2026/08/14 01:42:33 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/1nrff024r7pq65ecp72fc28jb0" 2026/08/14 01:42:35 DEBUG : one: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:42:35 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:42:35 DEBUG : one: Sizes differ 2026/08/14 01:42:35 DEBUG : two: size = 3 OK 2026/08/14 01:42:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:42:35 DEBUG : two: Unchanged skipping 2026/08/14 01:42:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:42:36 INFO : one: Moved (server-side) 2026/08/14 01:42:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:42:38 DEBUG : one: md5 = a75ff086a95701e68f62307d5600599a OK 2026/08/14 01:42:38 DEBUG : one: size = 4 OK 2026/08/14 01:42:38 INFO : one: Copied (new) 2026/08/14 01:42:38 DEBUG : Waiting for deletions to finish 2026/08/14 01:42:39 INFO : three.txt: Moved (server-side) 2026/08/14 01:42:39 INFO : three.txt: Moved into backup dir 2026/08/14 01:42:41 DEBUG : dst/three.txt: md5 = b895b3b016e100a3ca9f3cd22c2686ee OK 2026/08/14 01:42:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:42:42 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:42:42 DEBUG : one: Sizes differ 2026/08/14 01:42:42 DEBUG : two: size = 3 OK 2026/08/14 01:42:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:42:42 DEBUG : two: Unchanged skipping 2026/08/14 01:42:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:42:42 INFO : one: Deleted 2026/08/14 01:42:43 INFO : one: Moved (server-side) 2026/08/14 01:42:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:42:45 DEBUG : one: md5 = e24721e22d4e90afed02974370f9b6ef OK 2026/08/14 01:42:45 DEBUG : one: size = 5 OK 2026/08/14 01:42:45 INFO : one: Copied (new) 2026/08/14 01:42:45 DEBUG : Waiting for deletions to finish 2026/08/14 01:42:45 INFO : three.txt: Deleted 2026/08/14 01:42:46 INFO : three.txt: Moved (server-side) 2026/08/14 01:42:46 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (24.99s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:42:53 DEBUG : dst/one: md5 = 8a0a7b85105db844a96b9a5259aedf31 OK 2026/08/14 01:42:55 DEBUG : dst/two: md5 = c33d75e7ee0cfb6885adcd8cf179b65a OK 2026/08/14 01:42:56 DEBUG : dst/three.txt: md5 = 96eaf4133b2c2b71b2a2bb5b23a4d760 OK 2026/08/14 01:42:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:42:57 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:42:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/backup" 2026/08/14 01:42:58 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/1nrff024r7pq65ecp72fc28jb0" 2026/08/14 01:43:00 DEBUG : one: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:43:00 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:43:00 DEBUG : one: Sizes differ 2026/08/14 01:43:00 DEBUG : two: size = 3 OK 2026/08/14 01:43:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:43:00 DEBUG : two: Unchanged skipping 2026/08/14 01:43:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:43:02 INFO : one: Moved (server-side) to: one.bak 2026/08/14 01:43:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:43:03 DEBUG : one: md5 = 5c670c13b12432eace5cb1bf8b29662d OK 2026/08/14 01:43:03 DEBUG : one: size = 4 OK 2026/08/14 01:43:03 INFO : one: Copied (new) 2026/08/14 01:43:03 DEBUG : Waiting for deletions to finish 2026/08/14 01:43:04 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/14 01:43:04 INFO : three.txt: Moved into backup dir 2026/08/14 01:43:06 DEBUG : dst/three.txt: md5 = 3a28a1c0c2fd6f78423f062ab52298b6 OK 2026/08/14 01:43:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:43:07 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:43:07 DEBUG : one: Sizes differ 2026/08/14 01:43:07 DEBUG : two: size = 3 OK 2026/08/14 01:43:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:43:07 DEBUG : two: Unchanged skipping 2026/08/14 01:43:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:43:08 INFO : one.bak: Deleted 2026/08/14 01:43:08 INFO : one: Moved (server-side) to: one.bak 2026/08/14 01:43:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:43:10 DEBUG : one: md5 = 6667189fc8d8c31132ee3cf81ad88446 OK 2026/08/14 01:43:10 DEBUG : one: size = 5 OK 2026/08/14 01:43:10 INFO : one: Copied (new) 2026/08/14 01:43:10 DEBUG : Waiting for deletions to finish 2026/08/14 01:43:11 INFO : three.txt.bak: Deleted 2026/08/14 01:43:11 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/14 01:43:11 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (25.47s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:43:18 DEBUG : dst/one: md5 = 6d2f31c1792311898c3d699139f0fedd OK 2026/08/14 01:43:20 DEBUG : dst/two: md5 = ccb69c84e5d5561aa1d0926b85129776 OK 2026/08/14 01:43:22 DEBUG : dst/three.txt: md5 = faee1a0b65d8b4ab3b900b572bf68056 OK 2026/08/14 01:43:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:43:22 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:43:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/backup" 2026/08/14 01:43:23 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/1nrff024r7pq65ecp72fc28jb0" 2026/08/14 01:43:25 DEBUG : one: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:43:25 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:43:25 DEBUG : one: Sizes differ 2026/08/14 01:43:25 DEBUG : two: size = 3 OK 2026/08/14 01:43:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:43:25 DEBUG : two: Unchanged skipping 2026/08/14 01:43:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:43:27 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/14 01:43:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:43:28 DEBUG : one: md5 = 9da72446b5dbfdb024e9eb03f33c50ef OK 2026/08/14 01:43:28 DEBUG : one: size = 4 OK 2026/08/14 01:43:28 INFO : one: Copied (new) 2026/08/14 01:43:28 DEBUG : Waiting for deletions to finish 2026/08/14 01:43:29 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/14 01:43:29 INFO : three.txt: Moved into backup dir 2026/08/14 01:43:32 DEBUG : dst/three.txt: md5 = a8b25558fb9c2b25fc52d79ce90784cb OK 2026/08/14 01:43:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:43:32 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:43:32 DEBUG : one: Sizes differ 2026/08/14 01:43:32 DEBUG : two: size = 3 OK 2026/08/14 01:43:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:43:32 DEBUG : two: Unchanged skipping 2026/08/14 01:43:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:43:33 INFO : one-2019-01-01: Deleted 2026/08/14 01:43:34 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/14 01:43:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:43:35 DEBUG : one: md5 = 1891921fe1582ff1562484083467cc70 OK 2026/08/14 01:43:35 DEBUG : one: size = 5 OK 2026/08/14 01:43:35 INFO : one: Copied (new) 2026/08/14 01:43:35 DEBUG : Waiting for deletions to finish 2026/08/14 01:43:36 INFO : three-2019-01-01.txt: Deleted 2026/08/14 01:43:37 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/14 01:43:37 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (25.42s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:43:44 DEBUG : dst/one: md5 = 544827e04c9ae85ef6947cc80f6d1663 OK 2026/08/14 01:43:45 DEBUG : dst/two: md5 = 4c9b101174991d59fc7a78ae2e9af5f3 OK 2026/08/14 01:43:47 DEBUG : dst/three.txt: md5 = 213a3aa4def4313ae0c080b1c9f26509 OK 2026/08/14 01:43:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:43:47 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:43:49 DEBUG : two: size = 3 OK 2026/08/14 01:43:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:43:49 DEBUG : two: Unchanged skipping 2026/08/14 01:43:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:43:49 DEBUG : one: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:43:49 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:43:49 DEBUG : one: Sizes differ 2026/08/14 01:43:49 INFO : one: Moved (server-side) to: one.bak 2026/08/14 01:43:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:43:51 DEBUG : one: md5 = 8038ddbb75d97d117ee34bab369a76ed OK 2026/08/14 01:43:51 DEBUG : one: size = 4 OK 2026/08/14 01:43:51 INFO : one: Copied (new) 2026/08/14 01:43:51 DEBUG : Waiting for deletions to finish 2026/08/14 01:43:52 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/14 01:43:52 INFO : three.txt: Moved into backup dir 2026/08/14 01:43:54 DEBUG : dst/three.txt: md5 = c3039124a851168a45c543c4ada724be OK 2026/08/14 01:43:55 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/14 01:43:55 DEBUG : one.bak: Excluded (Path Filter) 2026/08/14 01:43:55 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:43:55 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:43:55 DEBUG : two: size = 3 OK 2026/08/14 01:43:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:43:55 DEBUG : two: Unchanged skipping 2026/08/14 01:43:55 DEBUG : one: Sizes differ 2026/08/14 01:43:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for checks to finish 2026/08/14 01:43:56 INFO : one.bak: Deleted 2026/08/14 01:43:56 INFO : one: Moved (server-side) to: one.bak 2026/08/14 01:43:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst': Waiting for transfers to finish 2026/08/14 01:43:58 DEBUG : one: md5 = 53b991056998f36a35a89dfa966113f7 OK 2026/08/14 01:43:58 DEBUG : one: size = 5 OK 2026/08/14 01:43:58 INFO : one: Copied (new) 2026/08/14 01:43:58 DEBUG : Waiting for deletions to finish 2026/08/14 01:43:59 INFO : three.txt.bak: Deleted 2026/08/14 01:43:59 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/14 01:43:59 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (21.79s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:44:05 DEBUG : dst/one: md5 = 7fa2a54a4d027799d28fd3adefd34c05 OK 2026/08/14 01:44:07 DEBUG : dst/two: md5 = 3cc4d2b4719f7f1905b45f736f3016d5 OK 2026/08/14 01:44:09 DEBUG : dst/three.txt: md5 = 2e87b79bd29cebedf4f9aca64c96da0d OK 2026/08/14 01:44:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:44:09 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:44:10 DEBUG : one: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:10 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:10 DEBUG : one: Sizes differ 2026/08/14 01:44:11 INFO : one: Moved (server-side) to: one.bak 2026/08/14 01:44:13 DEBUG : one: md5 = 5fe7b874e90da847d567a9d29109723b OK 2026/08/14 01:44:13 DEBUG : one: size = 4 OK 2026/08/14 01:44:13 INFO : one: Copied (new) 2026/08/14 01:44:13 DEBUG : two: size = 3 OK 2026/08/14 01:44:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:44:13 DEBUG : two: Unchanged skipping 2026/08/14 01:44:13 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:13 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:13 DEBUG : three.txt: Sizes differ 2026/08/14 01:44:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/14 01:44:16 DEBUG : three.txt: md5 = 49cd0dd8ab0d0ba4d83b8906d4c7ba2d OK 2026/08/14 01:44:16 DEBUG : three.txt: size = 6 OK 2026/08/14 01:44:16 INFO : three.txt: Copied (new) 2026/08/14 01:44:17 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:17 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:17 DEBUG : one: Sizes differ 2026/08/14 01:44:18 INFO : one.bak: Deleted 2026/08/14 01:44:19 INFO : one: Moved (server-side) to: one.bak 2026/08/14 01:44:20 DEBUG : one: md5 = 7e7d34de4d420f7db4d7f0221302700b OK 2026/08/14 01:44:20 DEBUG : one: size = 5 OK 2026/08/14 01:44:20 INFO : one: Copied (new) 2026/08/14 01:44:20 DEBUG : two: size = 3 OK 2026/08/14 01:44:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:44:20 DEBUG : two: Unchanged skipping 2026/08/14 01:44:21 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:21 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:21 DEBUG : three.txt: Sizes differ 2026/08/14 01:44:21 INFO : three.txt.bak: Deleted 2026/08/14 01:44:22 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/14 01:44:23 DEBUG : three.txt: md5 = 2d977272e48c9547068fbbc56ad4852d OK 2026/08/14 01:44:23 DEBUG : three.txt: size = 19 OK 2026/08/14 01:44:23 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (24.98s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:44:30 DEBUG : dst/one: md5 = e48ea43558eb27251ae50ad039eba792 OK 2026/08/14 01:44:32 DEBUG : dst/two: md5 = aa8ac8b2d635cee4c7e43637bec5519a OK 2026/08/14 01:44:34 DEBUG : dst/three.txt: md5 = c5f849ab821f3890d33ee3bd72d320be OK 2026/08/14 01:44:34 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-robaler1dahu/dst" 2026/08/14 01:44:34 DEBUG : Creating backend with remote "TestDrive:crypt/9eg6gjphl263p6bortu7gp4477lcsh6lmqto0vv66jt6jvlidf10/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/14 01:44:35 DEBUG : one: size = 4 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:35 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:35 DEBUG : one: Sizes differ 2026/08/14 01:44:36 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/14 01:44:38 DEBUG : one: md5 = 0038e0e8350837315b2b2c49a5beee31 OK 2026/08/14 01:44:38 DEBUG : one: size = 4 OK 2026/08/14 01:44:38 INFO : one: Copied (new) 2026/08/14 01:44:38 DEBUG : two: size = 3 OK 2026/08/14 01:44:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:44:38 DEBUG : two: Unchanged skipping 2026/08/14 01:44:38 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:38 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:38 DEBUG : three.txt: Sizes differ 2026/08/14 01:44:39 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/14 01:44:40 DEBUG : three.txt: md5 = a0e41354e83d9cf0ae346981f0094814 OK 2026/08/14 01:44:40 DEBUG : three.txt: size = 6 OK 2026/08/14 01:44:40 INFO : three.txt: Copied (new) 2026/08/14 01:44:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:42 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:42 DEBUG : one: Sizes differ 2026/08/14 01:44:42 INFO : one-2019-01-01: Deleted 2026/08/14 01:44:43 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/14 01:44:44 DEBUG : one: md5 = 86c44c2059b89a3cd8b079583386f3b8 OK 2026/08/14 01:44:44 DEBUG : one: size = 5 OK 2026/08/14 01:44:44 INFO : one: Copied (new) 2026/08/14 01:44:45 DEBUG : two: size = 3 OK 2026/08/14 01:44:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:44:45 DEBUG : two: Unchanged skipping 2026/08/14 01:44:45 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:45 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu/dst') 2026/08/14 01:44:45 DEBUG : three.txt: Sizes differ 2026/08/14 01:44:46 INFO : three-2019-01-01.txt: Deleted 2026/08/14 01:44:46 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/14 01:44:48 DEBUG : three.txt: md5 = 7cd91e30e73d28f6b56e4082fc52014d OK 2026/08/14 01:44:48 DEBUG : three.txt: size = 19 OK 2026/08/14 01:44:48 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (24.41s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:44:54 DEBUG : Testêé: md5 = 81a64ed7266a9eee1b80fb5090696a66 OK 2026/08/14 01:44:55 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:44:55 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:44:55 DEBUG : Testêé: Sizes differ 2026/08/14 01:44:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:44:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:44:56 DEBUG : Testêé: md5 = 245861015cc85bd2f20bc29976c5eb49 OK 2026/08/14 01:44:56 DEBUG : Testêé: size = 14 OK 2026/08/14 01:44:56 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/14 01:44:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.69s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:44:58 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/14 01:44:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:44:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:44:59 DEBUG : existing: md5 = cf5375fc534ef2490dc61de2a41db9f0 OK 2026/08/14 01:44:59 DEBUG : existing: size = 6 OK 2026/08/14 01:44:59 INFO : existing: Copied (new) 2026/08/14 01:44:59 DEBUG : Waiting for deletions to finish 2026/08/14 01:45:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:45:00 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:45:00 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:45:00 DEBUG : existing: Sizes differ 2026/08/14 01:45:00 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/14 01:45:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:45:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': not deleting files as there were IO errors 2026/08/14 01:45:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (4.34s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:45:03 DEBUG : EXISTING: md5 = ca90bd401d1cd0dfb6d6afd96f04b3cf OK 2026/08/14 01:45:04 DEBUG : EXISTING: size = 6 OK 2026/08/14 01:45:04 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:45:04 DEBUG : existing: Unchanged skipping 2026/08/14 01:45:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:45:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:45:04 DEBUG : Waiting for deletions to finish 2026/08/14 01:45:04 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.64s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.76s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", 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-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", 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-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.56s) --- SKIP: TestMaxTransfer/Hard (0.54s) --- SKIP: TestMaxTransfer/Soft (0.52s) --- SKIP: TestMaxTransfer/Cautious (0.50s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:45:09 DEBUG : both0: md5 = 507fd58e5f5ff6bfe1ea52d6b51aeff3 OK 2026/08/14 01:45:11 DEBUG : only0: md5 = 8ed44a8a543514c357835abe6ee053b6 OK 2026/08/14 01:45:12 DEBUG : both1: md5 = b079faee529c6f5d08bb804670d41646 OK 2026/08/14 01:45:14 DEBUG : only1: md5 = 56d881b15a0db63372cc5e7398a40d6b OK 2026/08/14 01:45:15 DEBUG : both2: md5 = c8d6f7c7c8d09be767c31d5f8f3d18f1 OK 2026/08/14 01:45:17 DEBUG : only2: md5 = ae0a07d1faa332b2c3057fa316e9ddc8 OK 2026/08/14 01:45:19 DEBUG : both3: md5 = bbadf33890557a5d16906302dd8ecf9b OK 2026/08/14 01:45:20 DEBUG : only3: md5 = e33651a90912c8bfce341df7f558aae0 OK 2026/08/14 01:45:22 DEBUG : both4: md5 = 343770b8827ab8ecd83f06d34877a5e7 OK 2026/08/14 01:45:23 DEBUG : only4: md5 = 985badbe2e51402f6a0c17465cc875aa OK 2026/08/14 01:45:25 DEBUG : both5: md5 = 7e27a30e34ec98090fcd51d40374f2e4 OK 2026/08/14 01:45:26 DEBUG : only5: md5 = 10dbde9a7d87c1cb086395b19f73e309 OK 2026/08/14 01:45:28 DEBUG : both6: md5 = 74a56b8c438b1de4e6766c646d2fb8bb OK 2026/08/14 01:45:30 DEBUG : only6: md5 = 9e8c5fbf1ccd53afd391823f528395cb OK 2026/08/14 01:45:32 DEBUG : both7: md5 = 0b722d5ab74ebb487081f2d0648c7cdd OK 2026/08/14 01:45:33 DEBUG : only7: md5 = 75e5177256b8baf9e6984620f68b5436 OK 2026/08/14 01:45:35 DEBUG : both8: md5 = 4bc06333eb1896f1cab79486f871f172 OK 2026/08/14 01:45:37 DEBUG : only8: md5 = 64dd15a61924adfd7c4ee2f8113b6b3d OK 2026/08/14 01:45:38 DEBUG : both9: md5 = 5c954d7b882f19697f14ed4355926a79 OK 2026/08/14 01:45:40 DEBUG : only9: md5 = 20057c76e26b980ea05f3887defb7aaa OK 2026/08/14 01:45:42 DEBUG : both10: md5 = 47452c6ed355c8abb0b5dcb00b64a42f OK 2026/08/14 01:45:43 DEBUG : only10: md5 = 0ead19988b278427b79e2f41de10c735 OK 2026/08/14 01:45:45 DEBUG : both11: md5 = 19c16b0add91ef54753f4d062f701baf OK 2026/08/14 01:45:47 DEBUG : only11: md5 = 3e5834a13bc3b80080806240f27d6f9e OK 2026/08/14 01:45:48 DEBUG : both12: md5 = 365b05b8a600aa695583cbb77bc92307 OK 2026/08/14 01:45:50 DEBUG : only12: md5 = a9c5ee2349351d32c93ee16d7dc35baa OK 2026/08/14 01:45:52 DEBUG : both13: md5 = dc6493d142cce195c6a46b4194eb29ef OK 2026/08/14 01:45:53 DEBUG : only13: md5 = e1bf91e534aa2038007f239753a1eb9d OK 2026/08/14 01:45:55 DEBUG : both14: md5 = 9765ccdf7a866c730986b1ccb79ac75b OK 2026/08/14 01:45:56 DEBUG : only14: md5 = 30c5d6f1d4661012bfb6a794ac1ddd12 OK 2026/08/14 01:45:58 DEBUG : both15: md5 = d0302270173949483c9829975eaf8790 OK 2026/08/14 01:46:00 DEBUG : only15: md5 = 16e2ccbe5adc83912cd3653d1b1f2411 OK 2026/08/14 01:46:01 DEBUG : both16: md5 = 10093e48cd9127e40c4db13f876bb2f5 OK 2026/08/14 01:46:03 DEBUG : only16: md5 = 6d395a53759076ea83745945b56839cc OK 2026/08/14 01:46:04 DEBUG : both17: md5 = d539be7fe675dbc897c9cc3a2444d269 OK 2026/08/14 01:46:06 DEBUG : only17: md5 = 3894235457999e519743c5ec2c4d4eb8 OK 2026/08/14 01:46:07 DEBUG : both18: md5 = 200a72205cba0bc3645e967b90d93721 OK 2026/08/14 01:46:09 DEBUG : only18: md5 = 3e91008fcb180460c652c7964f987926 OK 2026/08/14 01:46:11 DEBUG : both19: md5 = 3f4c40d3ffc9272201757ff2af2f8130 OK 2026/08/14 01:46:12 DEBUG : only19: md5 = afb9c1c61ab37737504215006e16d214 OK 2026/08/14 01:46:13 DEBUG : both0: size = 6 OK 2026/08/14 01:46:13 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both10: size = 6 OK 2026/08/14 01:46:13 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both12: size = 6 OK 2026/08/14 01:46:13 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both11: size = 6 OK 2026/08/14 01:46:13 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both0: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both13: size = 6 OK 2026/08/14 01:46:13 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both12: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both14: size = 6 OK 2026/08/14 01:46:13 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both14: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both15: size = 6 OK 2026/08/14 01:46:13 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both15: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both16: size = 6 OK 2026/08/14 01:46:13 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both16: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both17: size = 6 OK 2026/08/14 01:46:13 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both17: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both18: size = 6 OK 2026/08/14 01:46:13 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both18: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both19: size = 6 OK 2026/08/14 01:46:13 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both19: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both1: size = 6 OK 2026/08/14 01:46:13 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both1: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both2: size = 6 OK 2026/08/14 01:46:13 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both2: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both3: size = 6 OK 2026/08/14 01:46:13 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both3: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both4: size = 6 OK 2026/08/14 01:46:13 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both4: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both5: size = 6 OK 2026/08/14 01:46:13 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both5: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both6: size = 6 OK 2026/08/14 01:46:13 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both6: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both7: size = 6 OK 2026/08/14 01:46:13 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both7: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both8: size = 6 OK 2026/08/14 01:46:13 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both8: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both9: size = 6 OK 2026/08/14 01:46:13 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:46:13 DEBUG : both9: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both10: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both11: Unchanged skipping 2026/08/14 01:46:13 DEBUG : both13: Unchanged skipping 2026/08/14 01:46:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:46:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:46:13 DEBUG : Waiting for deletions to finish 2026/08/14 01:46:13 INFO : only17: Deleted 2026/08/14 01:46:13 INFO : only18: Deleted 2026/08/14 01:46:13 INFO : only11: Deleted 2026/08/14 01:46:13 INFO : only16: Deleted 2026/08/14 01:46:14 INFO : only12: Deleted 2026/08/14 01:46:14 INFO : only1: Deleted 2026/08/14 01:46:14 INFO : only14: Deleted 2026/08/14 01:46:14 INFO : only15: Deleted 2026/08/14 01:46:14 INFO : only4: Deleted 2026/08/14 01:46:14 INFO : only7: Deleted 2026/08/14 01:46:14 INFO : only0: Deleted 2026/08/14 01:46:14 INFO : only5: Deleted 2026/08/14 01:46:15 INFO : only19: Deleted 2026/08/14 01:46:15 INFO : only6: Deleted 2026/08/14 01:46:15 INFO : only13: Deleted 2026/08/14 01:46:15 INFO : only2: Deleted 2026/08/14 01:46:15 INFO : only3: Deleted 2026/08/14 01:46:15 INFO : only8: Deleted 2026/08/14 01:46:15 INFO : only9: Deleted 2026/08/14 01:46:15 INFO : only10: Deleted 2026/08/14 01:46:15 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (79.25s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:46:28 DEBUG : both0: md5 = 561a358d1b6a738810a0a4025aebf2b7 OK 2026/08/14 01:46:30 DEBUG : only0: md5 = 2aa900147e4c157feec4e9d114bb0212 OK 2026/08/14 01:46:31 DEBUG : both1: md5 = dbdc85fd86fbdcb86d0c6ed4ec9bc5a1 OK 2026/08/14 01:46:33 DEBUG : only1: md5 = 56e5417cb8abe855395aa596d8182e0b OK 2026/08/14 01:46:35 DEBUG : both2: md5 = 723ea6d9a97cf44da476b6edd469f0aa OK 2026/08/14 01:46:36 DEBUG : only2: md5 = 055a78d20a20f909bc3977c7f2f2f0e7 OK 2026/08/14 01:46:38 DEBUG : both3: md5 = 73ff8f4ff3938ce4993746459fe0d41b OK 2026/08/14 01:46:40 DEBUG : only3: md5 = b48e58962db12f487d1fb44e6a3aba83 OK 2026/08/14 01:46:41 DEBUG : both4: md5 = df13d5a4a743811038349934c299a83c OK 2026/08/14 01:46:43 DEBUG : only4: md5 = 926c57df3c2ef1bb4db26a5d871c8b31 OK 2026/08/14 01:46:44 DEBUG : both5: md5 = a3019cc2a7a4a95a04c204fb7fea5f15 OK 2026/08/14 01:46:46 DEBUG : only5: md5 = c1cc2f50fb41d4623a04cb2169fab089 OK 2026/08/14 01:46:48 DEBUG : both6: md5 = 62a1291c3c99e4fc31e68c9588030275 OK 2026/08/14 01:46:49 DEBUG : only6: md5 = b52ae08231776d332cf1e8afc445b337 OK 2026/08/14 01:46:51 DEBUG : both7: md5 = 64c736686fdbb19f192117ccbe6ab675 OK 2026/08/14 01:46:52 DEBUG : only7: md5 = cd04ece60b9b1f8a86b201f1aea4721c OK 2026/08/14 01:46:54 DEBUG : both8: md5 = 7dddd7e5daf36848bbfc9575c67fc569 OK 2026/08/14 01:46:56 DEBUG : only8: md5 = 754f492988b07fc521e07f85332cd2bc OK 2026/08/14 01:46:57 DEBUG : both9: md5 = fec2cc9172eef9d5b6ccf1f83c2731fd OK 2026/08/14 01:46:59 DEBUG : only9: md5 = 0d34c66d84e74cdd727d81486c471f6a OK 2026/08/14 01:47:00 DEBUG : both10: md5 = 633b91a2b6581be01178b4e0475c3d37 OK 2026/08/14 01:47:02 DEBUG : only10: md5 = dd81abfd262352c0f2038f0b58a7f53c OK 2026/08/14 01:47:04 DEBUG : both11: md5 = b7af4d9098347adc5697fae96549f75a OK 2026/08/14 01:47:05 DEBUG : only11: md5 = ee98c113fd2bc1c39bb3e3102b1fbddf OK 2026/08/14 01:47:07 DEBUG : both12: md5 = f3e009b52acc7f370490312092f0b226 OK 2026/08/14 01:47:08 DEBUG : only12: md5 = 94172e56e5f8db0eb665b59720bb90c5 OK 2026/08/14 01:47:10 DEBUG : both13: md5 = 3113ef2141905496d6438732f4bd8b20 OK 2026/08/14 01:47:12 DEBUG : only13: md5 = 313dd36c1d184f86035547904e1c0232 OK 2026/08/14 01:47:13 DEBUG : both14: md5 = 01b78eda6b1f5baec95d6fccf09aa514 OK 2026/08/14 01:47:15 DEBUG : only14: md5 = f434253bc0e623bbdb47ccf61bf84809 OK 2026/08/14 01:47:16 DEBUG : both15: md5 = 476e0e48283ad8f926f95292ec8edc70 OK 2026/08/14 01:47:18 DEBUG : only15: md5 = fed5af1aa79d4ab828431ee2d08e6148 OK 2026/08/14 01:47:20 DEBUG : both16: md5 = 452faf8efa5ce418426365228260388b OK 2026/08/14 01:47:21 DEBUG : only16: md5 = d772e601ff7a9bb71ef660a67d6a10af OK 2026/08/14 01:47:23 DEBUG : both17: md5 = 1f514fc70dcd6eb3fc5d4294711fb698 OK 2026/08/14 01:47:24 DEBUG : only17: md5 = 18f0c1a6b09dab64cc6b8f9c9be229c3 OK 2026/08/14 01:47:26 DEBUG : both18: md5 = ea62385104de905805abf20f4fdd3a12 OK 2026/08/14 01:47:28 DEBUG : only18: md5 = 123237c4f93a312b7ab63aab5e9b2228 OK 2026/08/14 01:47:29 DEBUG : both19: md5 = 451f2fee55c0ffd9722eeb627f50977d OK 2026/08/14 01:47:31 DEBUG : only19: md5 = f4275b967da4ef500d8df1fad20a4d57 OK 2026/08/14 01:47:32 DEBUG : both10: size = 6 OK 2026/08/14 01:47:32 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both12: size = 6 OK 2026/08/14 01:47:32 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:47:32 DEBUG : both10: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both13: size = 6 OK 2026/08/14 01:47:32 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both11: size = 6 OK 2026/08/14 01:47:32 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both12: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both14: size = 6 OK 2026/08/14 01:47:32 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both13: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both15: size = 6 OK 2026/08/14 01:47:32 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both15: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both16: size = 6 OK 2026/08/14 01:47:32 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both16: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both17: size = 6 OK 2026/08/14 01:47:32 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both0: size = 6 OK 2026/08/14 01:47:32 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both17: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both18: size = 6 OK 2026/08/14 01:47:32 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both18: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both19: size = 6 OK 2026/08/14 01:47:32 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both19: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both1: size = 6 OK 2026/08/14 01:47:32 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both1: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both2: size = 6 OK 2026/08/14 01:47:32 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both2: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both3: size = 6 OK 2026/08/14 01:47:32 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both3: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both4: size = 6 OK 2026/08/14 01:47:32 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both4: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both5: size = 6 OK 2026/08/14 01:47:32 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both5: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both6: size = 6 OK 2026/08/14 01:47:32 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both6: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both7: size = 6 OK 2026/08/14 01:47:32 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both7: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both8: size = 6 OK 2026/08/14 01:47:32 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both8: Unchanged skipping 2026/08/14 01:47:32 DEBUG : both9: size = 6 OK 2026/08/14 01:47:32 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:47:32 DEBUG : both9: Unchanged skipping 2026/08/14 01:47:32 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only0: Sizes differ 2026/08/14 01:47:32 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only10: Sizes differ 2026/08/14 01:47:32 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only11: Sizes differ 2026/08/14 01:47:32 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only12: Sizes differ 2026/08/14 01:47:32 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only13: Sizes differ 2026/08/14 01:47:32 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only14: Sizes differ 2026/08/14 01:47:32 DEBUG : both14: Unchanged skipping 2026/08/14 01:47:32 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : both0: Unchanged skipping 2026/08/14 01:47:32 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only16: Sizes differ 2026/08/14 01:47:32 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only17: Sizes differ 2026/08/14 01:47:32 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only18: Sizes differ 2026/08/14 01:47:32 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only19: Sizes differ 2026/08/14 01:47:32 DEBUG : both11: Unchanged skipping 2026/08/14 01:47:32 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only1: Sizes differ 2026/08/14 01:47:32 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only2: Sizes differ 2026/08/14 01:47:32 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only15: Sizes differ 2026/08/14 01:47:32 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only3: Sizes differ 2026/08/14 01:47:32 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only4: Sizes differ 2026/08/14 01:47:32 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only5: Sizes differ 2026/08/14 01:47:32 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only6: Sizes differ 2026/08/14 01:47:32 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only7: Sizes differ 2026/08/14 01:47:32 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only8: Sizes differ 2026/08/14 01:47:32 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3427208186) 2026/08/14 01:47:32 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu') 2026/08/14 01:47:32 DEBUG : only9: Sizes differ 2026/08/14 01:47:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:47:33 DEBUG : only0: md5 = d996bdf7ada37bf1e72dee593e089ea4 OK 2026/08/14 01:47:33 DEBUG : only0: size = 0 OK 2026/08/14 01:47:33 INFO : only0: Copied (replaced existing) 2026/08/14 01:47:33 DEBUG : only10: md5 = 46e734616fb885f5c2ea15824d5518ce OK 2026/08/14 01:47:33 DEBUG : only10: size = 0 OK 2026/08/14 01:47:33 INFO : only10: Copied (replaced existing) 2026/08/14 01:47:33 DEBUG : only11: md5 = 2be60cf79edb1a1722aa0f1a710a4e4b OK 2026/08/14 01:47:33 DEBUG : only11: size = 0 OK 2026/08/14 01:47:33 INFO : only11: Copied (replaced existing) 2026/08/14 01:47:33 DEBUG : only12: md5 = 8e77634c2a11508d1b89fcd7908b6c12 OK 2026/08/14 01:47:33 DEBUG : only12: size = 0 OK 2026/08/14 01:47:33 INFO : only12: Copied (replaced existing) 2026/08/14 01:47:34 DEBUG : only16: md5 = 4890b00774fd6bc2510b7f945ec122b7 OK 2026/08/14 01:47:34 DEBUG : only16: size = 0 OK 2026/08/14 01:47:34 INFO : only16: Copied (replaced existing) 2026/08/14 01:47:34 DEBUG : only18: md5 = 7bd503673f65a175828f30e47e1225b6 OK 2026/08/14 01:47:34 DEBUG : only18: size = 0 OK 2026/08/14 01:47:34 INFO : only18: Copied (replaced existing) 2026/08/14 01:47:34 DEBUG : only13: md5 = 174640f364f7d432c5a42090763fbaee OK 2026/08/14 01:47:34 DEBUG : only13: size = 0 OK 2026/08/14 01:47:34 INFO : only13: Copied (replaced existing) 2026/08/14 01:47:34 DEBUG : only14: md5 = 1f74317ee2cfab152b60649860aac041 OK 2026/08/14 01:47:34 DEBUG : only14: size = 0 OK 2026/08/14 01:47:34 INFO : only14: Copied (replaced existing) 2026/08/14 01:47:35 DEBUG : only19: md5 = 0c11dff8b3ab61fa983d35bfd06bb744 OK 2026/08/14 01:47:35 DEBUG : only19: size = 0 OK 2026/08/14 01:47:35 INFO : only19: Copied (replaced existing) 2026/08/14 01:47:35 DEBUG : only3: md5 = c2c35d37a4d42d7eaca4bd9d1b609499 OK 2026/08/14 01:47:35 DEBUG : only3: size = 0 OK 2026/08/14 01:47:35 INFO : only3: Copied (replaced existing) 2026/08/14 01:47:36 DEBUG : only4: md5 = a18b91da31c053e9370d023b98a76417 OK 2026/08/14 01:47:36 DEBUG : only4: size = 0 OK 2026/08/14 01:47:36 INFO : only4: Copied (replaced existing) 2026/08/14 01:47:36 DEBUG : only1: md5 = c57e6c137d3105589625eaa4954bc9c1 OK 2026/08/14 01:47:36 DEBUG : only1: size = 0 OK 2026/08/14 01:47:36 INFO : only1: Copied (replaced existing) 2026/08/14 01:47:37 DEBUG : only5: md5 = a04c13189b1b27172614cb51a161ce0f OK 2026/08/14 01:47:37 DEBUG : only5: size = 0 OK 2026/08/14 01:47:37 INFO : only5: Copied (replaced existing) 2026/08/14 01:47:37 DEBUG : only2: md5 = e5c9680b042c51d0cb3bf4e920f9aeb1 OK 2026/08/14 01:47:37 DEBUG : only2: size = 0 OK 2026/08/14 01:47:37 INFO : only2: Copied (replaced existing) 2026/08/14 01:47:37 DEBUG : only7: md5 = 86f3e200c5e2f44385f1f0f3d02be774 OK 2026/08/14 01:47:37 DEBUG : only7: size = 0 OK 2026/08/14 01:47:37 INFO : only7: Copied (replaced existing) 2026/08/14 01:47:37 DEBUG : only8: md5 = 42da30f90ac1c1f2880a6a4c53653b86 OK 2026/08/14 01:47:37 DEBUG : only8: size = 0 OK 2026/08/14 01:47:37 INFO : only8: Copied (replaced existing) 2026/08/14 01:47:38 DEBUG : only9: md5 = af76b02aec9b64b7c03dd1ade80ee50d OK 2026/08/14 01:47:38 DEBUG : only9: size = 0 OK 2026/08/14 01:47:38 INFO : only9: Copied (replaced existing) 2026/08/14 01:47:38 DEBUG : only17: md5 = 666ce39c43d8f68e2a8aa53f0830f02f OK 2026/08/14 01:47:38 DEBUG : only17: size = 0 OK 2026/08/14 01:47:38 INFO : only17: Copied (replaced existing) 2026/08/14 01:47:38 DEBUG : only15: md5 = 4269bedaab4665c99c5abd9338588a5c OK 2026/08/14 01:47:38 DEBUG : only15: size = 0 OK 2026/08/14 01:47:38 INFO : only15: Copied (replaced existing) 2026/08/14 01:47:39 DEBUG : only6: md5 = 3aae7ad852dbca88c03c839160b621a5 OK 2026/08/14 01:47:39 DEBUG : only6: size = 0 OK 2026/08/14 01:47:39 INFO : only6: Copied (replaced existing) 2026/08/14 01:47:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (91.83s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:47:59 DEBUG : empty_dir: Making directory with metadata 2026/08/14 01:47:59 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:47:59 DEBUG : empty_on_remote: Making directory with metadata 2026/08/14 01:47:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:47:59 DEBUG : empty_on_remote: Making directory with metadata 2026/08/14 01:47:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:48:05 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:05 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:05 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:05 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (17.64s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:48:16 DEBUG : empty_dir: Making directory with metadata 2026/08/14 01:48:16 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:48:16 DEBUG : empty_on_remote: Making directory with metadata 2026/08/14 01:48:16 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:48:16 DEBUG : empty_on_remote: Making directory with metadata 2026/08/14 01:48:17 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:48:22 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:22 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:22 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:22 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:22 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (17.74s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:48:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:34 DEBUG : sub dir: Making directory with metadata 2026/08/14 01:48:35 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/14 01:48:55 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:55 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:48:55 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:48:55 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (45.25s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:49:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/14 01:49:19 DEBUG : sub dir: Making directory with metadata 2026/08/14 01:49:20 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/14 01:49:45 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:49:45 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/14 01:49:45 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/14 01:49:45 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (47.77s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:50:10 DEBUG : dir1/0000-abcdefg.txt: md5 = a8081d11941c176518266de79f005b08 OK 2026/08/14 01:50:11 DEBUG : dir1/0001-bcdefgh.txt: md5 = fd6a0770eb3f8463cf8943eb8d091630 OK 2026/08/14 01:50:13 DEBUG : dir1/0002-cdefghi.txt: md5 = 2ef91cf70c7e93997d943e6609b3b32c OK 2026/08/14 01:50:14 DEBUG : dir1/0003-defghij.txt: md5 = 0b5fb0238c4c403c2a92918ca1fe99b1 OK 2026/08/14 01:50:16 DEBUG : dir1/0004-efghijk.txt: md5 = e1f33e3af3d7c9651f5696536a2c362c OK 2026/08/14 01:50:17 DEBUG : dir1/0005-fghijkl.txt: md5 = 3a7067ae9c4639caca23826adace79d1 OK 2026/08/14 01:50:19 DEBUG : dir1/0006-ghijklm.txt: md5 = 21723e27013d0259d387021b903b2e6c OK 2026/08/14 01:50:21 DEBUG : dir1/0007-1234567.txt: md5 = 7dc17956158700d9c7318f3f6821c7f0 OK 2026/08/14 01:50:22 DEBUG : dir1/0008-2345678.txt: md5 = 566b0344dc1b31da525649dda7dfd471 OK 2026/08/14 01:50:24 DEBUG : dir1/0009-3456789.txt: md5 = 403fefcfb9e386995f52bed996965fc9 OK 2026/08/14 01:50:25 DEBUG : dir1/0010-456789.txt: md5 = c2d2bef211137a2a53775d5061eb1846 OK 2026/08/14 01:50:27 DEBUG : dir1/0011-56789;.txt: md5 = 9d2a74cefbf8f38e052a25280a7dbb56 OK 2026/08/14 01:50:29 DEBUG : dir1/0012-6789;.txt: md5 = eebba4ab6addbb3eb8265c3aa0a3abe0 OK 2026/08/14 01:50:30 DEBUG : dir1/0013-789;=.txt: md5 = ffb2786830c59dd93c749ce655ece043 OK 2026/08/14 01:50:32 DEBUG : dir1/0014-89;=.txt: md5 = 58e27710340674f35c76614c9a88b48c OK 2026/08/14 01:50:34 DEBUG : dir1/0015-9;=.txt: md5 = 1889cb840c5b406bc4a88936e2e3abd8 OK 2026/08/14 01:50:35 DEBUG : apple: md5 = 6fed750ab99944e9c5dd55dd3c1bed45 OK 2026/08/14 01:50:37 DEBUG : banana: md5 = d243f8b7fd07a0c1a62af2cd98284579 OK 2026/08/14 01:50:39 DEBUG : appleappleapplebanana: md5 = 53d67c70a2c705b7a8b0b1fafe45acc3 OK 2026/08/14 01:50:40 DEBUG : splitbananasplit: md5 = 2c823d0bc9c13f65fada437b8474a9f0 OK 2026/08/14 01:50:40 DEBUG : Waiting for deletions to finish 2026/08/14 01:50:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:50:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:50:42 DEBUG : apple: size = 5 OK 2026/08/14 01:50:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:42 DEBUG : apple: Unchanged skipping 2026/08/14 01:50:42 DEBUG : banana: size = 6 OK 2026/08/14 01:50:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:42 DEBUG : banana: Unchanged skipping 2026/08/14 01:50:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:50:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:50:43 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:50:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:50:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:50:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:50:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:50:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:50:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:50:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:50:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:50:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:50:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:50:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:50:43 DEBUG : Waiting for deletions to finish 2026/08/14 01:50:43 INFO : There was nothing to transfer 2026/08/14 01:50:43 DEBUG : Waiting for deletions to finish 2026/08/14 01:50:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:50:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1: Directory modification time the same (differ by -879.683µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:50:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:50:45 DEBUG : apple: size = 5 OK 2026/08/14 01:50:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : apple: Unchanged skipping 2026/08/14 01:50:45 DEBUG : banana: size = 6 OK 2026/08/14 01:50:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : banana: Unchanged skipping 2026/08/14 01:50:45 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:50:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:50:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:50:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:50:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:50:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:50:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:50:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:50:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:50:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:50:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:50:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:50:45 DEBUG : Waiting for deletions to finish 2026/08/14 01:50:45 INFO : There was nothing to transfer 2026/08/14 01:50:45 DEBUG : Waiting for deletions to finish 2026/08/14 01:50:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:50:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:51:00 DEBUG : dir1/0000-abcdefg.txt: md5 = f9be635e229195db70ee9fddcc7e35bb OK 2026/08/14 01:51:02 DEBUG : dir1/0001-bcdefgh.txt: md5 = 267c27f08585a8f96c8974aa139cb387 OK 2026/08/14 01:51:03 DEBUG : dir1/0002-cdefghi.txt: md5 = 9a0c468bc5d4bdb8c09f3d534754bf9c OK 2026/08/14 01:51:05 DEBUG : dir1/0003-defghij.txt: md5 = 0a193231af04e0ca9cd423fc812d65be OK 2026/08/14 01:51:07 DEBUG : dir1/0004-efghijk.txt: md5 = d0666a2ab99b22d77de7f1f21fd2fdb2 OK 2026/08/14 01:51:08 DEBUG : dir1/0005-fghijkl.txt: md5 = bab57b6b26bbf147dcda15c211eb49d6 OK 2026/08/14 01:51:10 DEBUG : dir1/0006-ghijklm.txt: md5 = 4f7cd48a386084be6b20c3332790bc18 OK 2026/08/14 01:51:11 DEBUG : dir1/0007-1234567.txt: md5 = 1a24a1db9c2de8385481fcba1ba6fa64 OK 2026/08/14 01:51:13 DEBUG : dir1/0008-2345678.txt: md5 = 16336e771e0acf34995e1ca889e1c9a3 OK 2026/08/14 01:51:15 DEBUG : dir1/0009-3456789.txt: md5 = a9c11089cfbedadc596d572e5e457501 OK 2026/08/14 01:51:16 DEBUG : dir1/0010-456789.txt: md5 = 30b84a45f6d8e269bc70cc1863150365 OK 2026/08/14 01:51:18 DEBUG : dir1/0011-56789;.txt: md5 = 54caa33928708cc90226bfdf808941da OK 2026/08/14 01:51:19 DEBUG : dir1/0012-6789;.txt: md5 = c6524b12862306e23adbc8e54d3fdf06 OK 2026/08/14 01:51:21 DEBUG : dir1/0013-789;=.txt: md5 = 59ab11542c14391bc41048dc67b2c762 OK 2026/08/14 01:51:23 DEBUG : dir1/0014-89;=.txt: md5 = 5e1f9d45bd761b07984979e418a46f6c OK 2026/08/14 01:51:24 DEBUG : dir1/0015-9;=.txt: md5 = af9a812da2ae9452389c15cb54b64211 OK 2026/08/14 01:51:26 DEBUG : apple: md5 = a80538cd2446e173b1f127f746d0e9bb OK 2026/08/14 01:51:27 DEBUG : banana: md5 = e3b88ab4a41a87ef826f7a6a9b080e74 OK 2026/08/14 01:51:29 DEBUG : appleappleapplebanana: md5 = d57889c93ebead8862b639b756316866 OK 2026/08/14 01:51:31 DEBUG : splitbananasplit: md5 = b0cd6214149073f45cad49f606834f0c OK 2026/08/14 01:51:31 DEBUG : Waiting for deletions to finish 2026/08/14 01:51:31 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:51:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:51:33 DEBUG : apple: size = 5 OK 2026/08/14 01:51:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : apple: Unchanged skipping 2026/08/14 01:51:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:51:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:51:33 DEBUG : banana: size = 6 OK 2026/08/14 01:51:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : banana: Unchanged skipping 2026/08/14 01:51:33 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:51:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:51:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:51:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:51:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:51:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:51:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:51:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:51:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:51:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:51:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:51:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:51:33 DEBUG : Waiting for deletions to finish 2026/08/14 01:51:33 INFO : There was nothing to transfer 2026/08/14 01:51:33 DEBUG : Waiting for deletions to finish 2026/08/14 01:51:34 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:51:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:51:35 DEBUG : dir1: Directory modification time the same (differ by -574.944µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : apple: size = 5 OK 2026/08/14 01:51:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : apple: Unchanged skipping 2026/08/14 01:51:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:51:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:51:35 DEBUG : banana: size = 6 OK 2026/08/14 01:51:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : banana: Unchanged skipping 2026/08/14 01:51:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:51:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:51:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:51:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:51:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:51:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:51:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:51:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:51:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:51:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:51:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:51:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:51:35 DEBUG : Waiting for deletions to finish 2026/08/14 01:51:35 INFO : There was nothing to transfer 2026/08/14 01:51:35 DEBUG : Waiting for deletions to finish 2026/08/14 01:51:36 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:51:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:51:51 DEBUG : dir1/0000-abcdefg.txt: md5 = fc584e5f9dc01ce24bcd28c2989976bd OK 2026/08/14 01:51:52 DEBUG : dir1/0001-bcdefgh.txt: md5 = c8943ebc044df462cd15f28d41e51349 OK 2026/08/14 01:51:54 DEBUG : dir1/0002-cdefghi.txt: md5 = c424c844dd066a88a313e948006e4b23 OK 2026/08/14 01:51:55 DEBUG : dir1/0003-defghij.txt: md5 = daeb010f12774798a6778eba13e6aab8 OK 2026/08/14 01:51:57 DEBUG : dir1/0004-efghijk.txt: md5 = 4e41536f8145e3262e5a4c95f2a83d09 OK 2026/08/14 01:51:58 DEBUG : dir1/0005-fghijkl.txt: md5 = 705f10b0b74277a3761d18ee3152ede3 OK 2026/08/14 01:52:00 DEBUG : dir1/0006-ghijklm.txt: md5 = ab324ac9cdcb29fe89641e5b260f2c85 OK 2026/08/14 01:52:02 DEBUG : dir1/0007-1234567.txt: md5 = 48746efaefa7df27cb5ded0555eadc75 OK 2026/08/14 01:52:03 DEBUG : dir1/0008-2345678.txt: md5 = 4dccd11a3211638d46b6740518323984 OK 2026/08/14 01:52:05 DEBUG : dir1/0009-3456789.txt: md5 = edf04ccadbc88766dc69f265502e050f OK 2026/08/14 01:52:06 DEBUG : dir1/0010-456789.txt: md5 = acd65bb78d0ffc4cdc4cadf746d61026 OK 2026/08/14 01:52:08 DEBUG : dir1/0011-56789;.txt: md5 = 0cb17df16f6e2a85a1c10c6c04e0f5ca OK 2026/08/14 01:52:10 DEBUG : dir1/0012-6789;.txt: md5 = cadbcd8f63ad3897365a48284dc2aab1 OK 2026/08/14 01:52:11 DEBUG : dir1/0013-789;=.txt: md5 = 64e92a1d07b96948126c8fc701494db3 OK 2026/08/14 01:52:13 DEBUG : dir1/0014-89;=.txt: md5 = e236396dd9c7c8230d7c75b6c95294b3 OK 2026/08/14 01:52:14 DEBUG : dir1/0015-9;=.txt: md5 = cb466328054e944daa86f1c96eecd24d OK 2026/08/14 01:52:16 DEBUG : apple: md5 = 010a15d77c3b682ea9882fad9ed634e4 OK 2026/08/14 01:52:18 DEBUG : banana: md5 = 1e4661631719142d6e2816eb5207e45e OK 2026/08/14 01:52:19 DEBUG : appleappleapplebanana: md5 = 7b7c998b0f8f53a8f2a7f25070448d1a OK 2026/08/14 01:52:21 DEBUG : splitbananasplit: md5 = 1d0e398c53040de7e311fb881afe5447 OK 2026/08/14 01:52:21 DEBUG : Waiting for deletions to finish 2026/08/14 01:52:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:52:22 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:22 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:22 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:22 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:22 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:22 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:22 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:22 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:22 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:22 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:22 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:22 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:22 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:22 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:22 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:23 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:23 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:23 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:23 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:23 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:23 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:23 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:23 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:23 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:23 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/14 01:52:23 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:52:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:52:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:52:24 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = 38e23eb8b3259f432101bb6b684c89b5 OK 2026/08/14 01:52:24 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/14 01:52:24 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:24 DEBUG : YmFuYW5h: md5 = ac173ee7798657e03e467f1653258e06 OK 2026/08/14 01:52:24 DEBUG : YmFuYW5h: size = 6 OK 2026/08/14 01:52:24 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/14 01:52:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:24 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = 107908688676b397ea2ecb217aa06f2c OK 2026/08/14 01:52:24 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/14 01:52:24 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:24 DEBUG : YXBwbGU=: md5 = 0310cc41f2a109a972e10b203256478e OK 2026/08/14 01:52:24 DEBUG : YXBwbGU=: size = 5 OK 2026/08/14 01:52:24 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/14 01:52:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = c4858dba9805d3e05cf80087629c70e4 OK 2026/08/14 01:52:26 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/14 01:52:26 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 7b5be029603fa141b53a441c6c2d4553 OK 2026/08/14 01:52:26 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/14 01:52:26 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 15aab341b6bb339a585611014da0d2c6 OK 2026/08/14 01:52:26 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/14 01:52:26 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 6d70233f79c83534eea84f908e394239 OK 2026/08/14 01:52:26 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/14 01:52:26 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 35a07f4ac6e6829eca91518c2a952a9c OK 2026/08/14 01:52:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/14 01:52:27 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = c0048a5530b928af2f8fe6188f6dd289 OK 2026/08/14 01:52:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/14 01:52:27 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 7299899982b008aea55c879d6671bc73 OK 2026/08/14 01:52:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/14 01:52:27 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 5a02577d75fa84b7f09ca875ea619b00 OK 2026/08/14 01:52:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/14 01:52:28 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 576cf83e750ca6585a300e1fa368295a OK 2026/08/14 01:52:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/14 01:52:29 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 10b3d7654a1a0b03d58cbe9cb4384811 OK 2026/08/14 01:52:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/14 01:52:29 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = e8453066fcbf15c87327bb69809741f8 OK 2026/08/14 01:52:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/14 01:52:29 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = 7669a9bda079151cab8a6a661b4d6ddc OK 2026/08/14 01:52:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/14 01:52:29 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 8a650634d1818656ed856948a7ccc9a2 OK 2026/08/14 01:52:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/14 01:52:30 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 2ce811ff49f07067cfad1139504ac959 OK 2026/08/14 01:52:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/14 01:52:30 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = e5ec55d3da848244af3e0d7a151b3785 OK 2026/08/14 01:52:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/14 01:52:31 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:31 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 69278565c0692294bf7035f8bd38385f OK 2026/08/14 01:52:31 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/14 01:52:31 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:31 DEBUG : Waiting for deletions to finish 2026/08/14 01:52:31 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/14 01:52:31 INFO : dir1/0015-9;=.txt: Deleted 2026/08/14 01:52:31 INFO : dir1/0010-456789.txt: Deleted 2026/08/14 01:52:31 INFO : banana: Deleted 2026/08/14 01:52:31 INFO : dir1/0003-defghij.txt: Deleted 2026/08/14 01:52:31 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/14 01:52:31 INFO : dir1/0008-2345678.txt: Deleted 2026/08/14 01:52:31 INFO : splitbananasplit: Deleted 2026/08/14 01:52:32 INFO : dir1/0009-3456789.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/14 01:52:32 INFO : appleappleapplebanana: Deleted 2026/08/14 01:52:32 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0007-1234567.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0011-56789;.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0012-6789;.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/14 01:52:32 INFO : apple: Deleted 2026/08/14 01:52:32 INFO : dir1/0013-789;=.txt: Deleted 2026/08/14 01:52:32 INFO : dir1/0014-89;=.txt: Deleted 2026/08/14 01:52:32 DEBUG : Waiting for deletions to finish 2026/08/14 01:52:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:34 DEBUG : YXBwbGU=: size = 5 OK 2026/08/14 01:52:34 DEBUG : dir1: Directory modification time the same (differ by -261.252µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : apple: Unchanged skipping 2026/08/14 01:52:34 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/14 01:52:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:52:34 DEBUG : YmFuYW5h: size = 6 OK 2026/08/14 01:52:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/14 01:52:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:52:34 DEBUG : banana: Unchanged skipping 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:34 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:34 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:34 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:34 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:34 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:34 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:34 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:34 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:34 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:34 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:34 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:34 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:34 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:34 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:34 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/14 01:52:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/14 01:52:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/14 01:52:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/14 01:52:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/14 01:52:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/14 01:52:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:52:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/14 01:52:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/14 01:52:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:52:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:52:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:52:34 DEBUG : Waiting for deletions to finish 2026/08/14 01:52:34 DEBUG : Waiting for deletions to finish 2026/08/14 01:52:34 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/14 01:52:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/14 01:52:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/14 01:52:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/14 01:52:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/14 01:52:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/14 01:52:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/14 01:52:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/14 01:52:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/14 01:52:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/14 01:52:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/14 01:52:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/14 01:52:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:52:49 DEBUG : dir1/0000-abcdefg.txt: md5 = 1a33a89f251c25bed4273f21adeee6a2 OK 2026/08/14 01:52:51 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8c01d969c8cbd793afbf9dc92c256fb1 OK 2026/08/14 01:52:52 DEBUG : dir1/0002-cdefghi.txt: md5 = 477014fa79f8baf1abc945f8ba789a73 OK 2026/08/14 01:52:54 DEBUG : dir1/0003-defghij.txt: md5 = 0922656a26204e0ebd39abaed947a69c OK 2026/08/14 01:52:55 DEBUG : dir1/0004-efghijk.txt: md5 = 0fff7acdfdf17c5d005efa9462d0d916 OK 2026/08/14 01:52:57 DEBUG : dir1/0005-fghijkl.txt: md5 = 08f3dc34e9d758cce1b6e52f46985e21 OK 2026/08/14 01:52:58 DEBUG : dir1/0006-ghijklm.txt: md5 = a086ca1be5dd553593d487cb22940ef4 OK 2026/08/14 01:53:00 DEBUG : dir1/0007-1234567.txt: md5 = e88a12e20d59d71df9aa79a7aa2abae9 OK 2026/08/14 01:53:01 DEBUG : dir1/0008-2345678.txt: md5 = e8ee30028b781ac4a66adb99c4ca2a69 OK 2026/08/14 01:53:03 DEBUG : dir1/0009-3456789.txt: md5 = ca26d25c10e4b9aa7c69187895b736c6 OK 2026/08/14 01:53:05 DEBUG : dir1/0010-456789.txt: md5 = 854ea996f57f7a0797c444fb9d9b4a26 OK 2026/08/14 01:53:06 DEBUG : dir1/0011-56789;.txt: md5 = 09b4b1f38cae65d9a6ac89dde6ea843a OK 2026/08/14 01:53:08 DEBUG : dir1/0012-6789;.txt: md5 = d6761cd8b56a44c91f264d5554aaeb1f OK 2026/08/14 01:53:10 DEBUG : dir1/0013-789;=.txt: md5 = 144b6caa743ad8d423b65ac30b7e8b89 OK 2026/08/14 01:53:11 DEBUG : dir1/0014-89;=.txt: md5 = 32a025324ab0088f0f7e0626ebe0daf7 OK 2026/08/14 01:53:13 DEBUG : dir1/0015-9;=.txt: md5 = 8e1b28bb4c6714fbe8a659b8fff52e47 OK 2026/08/14 01:53:14 DEBUG : apple: md5 = f7f6b6b9f7fad5cd5e8803734b7b370d OK 2026/08/14 01:53:16 DEBUG : banana: md5 = b203cc3b944b00e04b4a4cb6a36cbc00 OK 2026/08/14 01:53:17 DEBUG : appleappleapplebanana: md5 = e44815d699fc6fa7cd271d19157dbdb4 OK 2026/08/14 01:53:19 DEBUG : splitbananasplit: md5 = f91fe14c59677f5925ce1a7faea5809d OK 2026/08/14 01:53:19 DEBUG : Waiting for deletions to finish 2026/08/14 01:53:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:53:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:53:20 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:20 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:20 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:20 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:20 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:20 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:20 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:20 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:20 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:20 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:20 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:20 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:20 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:20 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:20 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:21 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:21 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:21 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:21 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:21 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:21 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:21 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:21 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/14 01:53:21 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/14 01:53:21 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/14 01:53:21 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/14 01:53:21 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/14 01:53:21 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/14 01:53:21 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/14 01:53:21 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/14 01:53:21 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/14 01:53:21 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/14 01:53:21 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/14 01:53:21 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/14 01:53:21 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/14 01:53:21 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/14 01:53:21 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/14 01:53:21 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/14 01:53:21 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:53:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:53:22 DEBUG : PREFIXapple: md5 = 89a680604c348d11804a6fc20aef2280 OK 2026/08/14 01:53:22 DEBUG : PREFIXapple: size = 5 OK 2026/08/14 01:53:22 INFO : apple: Copied (new) to: PREFIXapple 2026/08/14 01:53:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:22 DEBUG : PREFIXappleappleapplebanana: md5 = a29a9f42ced86cbb461ab0837751f4eb OK 2026/08/14 01:53:22 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/14 01:53:22 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/14 01:53:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:22 DEBUG : PREFIXbanana: md5 = 2310f6e7abef8ba7b065820b31bc763e OK 2026/08/14 01:53:22 DEBUG : PREFIXbanana: size = 6 OK 2026/08/14 01:53:22 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/14 01:53:22 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:22 DEBUG : PREFIXsplitbananasplit: md5 = b1a3bc7d19375e9e0c4433f05c499752 OK 2026/08/14 01:53:22 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/14 01:53:22 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/14 01:53:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 02139a8ac6accf72ec9dda39b2ba43d1 OK 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/14 01:53:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 36731f5ff48a2c980aa1fc905072156d OK 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/14 01:53:24 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = bd31d5652d523c681fe45044ab341677 OK 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:53:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:24 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = bfbbca312b982e83834059c5607cc8ae OK 2026/08/14 01:53:24 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/14 01:53:24 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:24 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = cf5d99a4419274654ffa0333997e721c OK 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/14 01:53:25 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 893f39705e80b60435caea1bc13f0aa2 OK 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/14 01:53:25 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 20bca1f8574da3108688b2e36517ba8d OK 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/14 01:53:25 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 522eda2abfee6afb525678557b30f1a5 OK 2026/08/14 01:53:25 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/14 01:53:25 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = 2618ddf479fd8768be245f074c51381b OK 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/14 01:53:27 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 0732cb3c4e27160f1b9784eb51cd7208 OK 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/14 01:53:27 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 719e05a5e562388ed4824a3310b4772f OK 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/14 01:53:27 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = 740abcf2f8b36aa8b76a2ef43e66eb5d OK 2026/08/14 01:53:27 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/14 01:53:27 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = 938062780cf13e58c01c1b105ad02b06 OK 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/14 01:53:28 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 9963374902a41b0be565f11871d20a44 OK 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/14 01:53:28 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 46cbe592963e1189b2dbf1fcd9e0f414 OK 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/14 01:53:28 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = 43fa7ea81824323adfd4816c11bcea61 OK 2026/08/14 01:53:28 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/14 01:53:28 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:28 DEBUG : Waiting for deletions to finish 2026/08/14 01:53:29 INFO : apple: Deleted 2026/08/14 01:53:29 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0008-2345678.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0013-789;=.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0014-89;=.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/14 01:53:29 INFO : splitbananasplit: Deleted 2026/08/14 01:53:29 INFO : dir1/0011-56789;.txt: Deleted 2026/08/14 01:53:29 INFO : banana: Deleted 2026/08/14 01:53:29 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0010-456789.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0009-3456789.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0003-defghij.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/14 01:53:29 INFO : dir1/0015-9;=.txt: Deleted 2026/08/14 01:53:30 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/14 01:53:30 INFO : appleappleapplebanana: Deleted 2026/08/14 01:53:30 INFO : dir1/0012-6789;.txt: Deleted 2026/08/14 01:53:30 INFO : dir1/0007-1234567.txt: Deleted 2026/08/14 01:53:30 DEBUG : Waiting for deletions to finish 2026/08/14 01:53:30 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:53:30 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : apple: transformed to: PREFIXapple 2026/08/14 01:53:31 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/14 01:53:31 DEBUG : banana: transformed to: PREFIXbanana 2026/08/14 01:53:31 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/14 01:53:31 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/14 01:53:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/14 01:53:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/14 01:53:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/14 01:53:31 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/14 01:53:31 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/14 01:53:31 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/14 01:53:31 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/14 01:53:31 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/14 01:53:31 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/14 01:53:31 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/14 01:53:31 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/14 01:53:31 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/14 01:53:31 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/14 01:53:31 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/14 01:53:31 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/14 01:53:32 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1: Directory modification time the same (differ by -52.901µs, within tolerance 1ms) 2026/08/14 01:53:32 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:53:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:53:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:53:33 DEBUG : splitbananasplit: md5 = d8c2ee8dbd80424f479e74235009e7fa OK 2026/08/14 01:53:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:53:33 INFO : splitbananasplit: Copied (new) 2026/08/14 01:53:33 DEBUG : appleappleapplebanana: md5 = 9fc3d0263bbdfcad4cca27ccf1c8ff63 OK 2026/08/14 01:53:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:53:33 INFO : appleappleapplebanana: Copied (new) 2026/08/14 01:53:33 DEBUG : apple: md5 = f20652000c7e4c2b6adfd04eecb92321 OK 2026/08/14 01:53:33 DEBUG : apple: size = 5 OK 2026/08/14 01:53:33 INFO : apple: Copied (new) 2026/08/14 01:53:33 DEBUG : banana: md5 = 80bde3650851c29551fe51d7ad4e0ace OK 2026/08/14 01:53:33 DEBUG : banana: size = 6 OK 2026/08/14 01:53:33 INFO : banana: Copied (new) 2026/08/14 01:53:34 DEBUG : dir1/0002-cdefghi.txt: md5 = 3d04c46c0a36c0db4277c8278a614480 OK 2026/08/14 01:53:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:53:34 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/14 01:53:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7b12aba731954037add290427a03a5ad OK 2026/08/14 01:53:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:53:35 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/14 01:53:35 DEBUG : dir1/0000-abcdefg.txt: md5 = 6eb9d365a08ca5863bd06aaab86dd6f6 OK 2026/08/14 01:53:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:53:35 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/14 01:53:35 DEBUG : dir1/0003-defghij.txt: md5 = e1cf63db214beebb8c1b72e10f82b81f OK 2026/08/14 01:53:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:53:35 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/14 01:53:36 DEBUG : dir1/0004-efghijk.txt: md5 = cfb94e06469deb691f6bd7e7ca53e843 OK 2026/08/14 01:53:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:53:36 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/14 01:53:36 DEBUG : dir1/0007-1234567.txt: md5 = d358991de7c47b3bb6204cc340e6263e OK 2026/08/14 01:53:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:53:36 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/14 01:53:36 DEBUG : dir1/0006-ghijklm.txt: md5 = 852965a4f1103f492da51aa33225607b OK 2026/08/14 01:53:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:53:36 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/14 01:53:36 DEBUG : dir1/0005-fghijkl.txt: md5 = f04ec0bd29fe7d2d19b0cb8ad874f381 OK 2026/08/14 01:53:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:53:36 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/14 01:53:37 DEBUG : dir1/0008-2345678.txt: md5 = 64927ce41b264627513b97cf3eb3d840 OK 2026/08/14 01:53:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:53:37 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/14 01:53:38 DEBUG : dir1/0011-56789;.txt: md5 = e3b95a2ff82f7546e2842b8e709452f3 OK 2026/08/14 01:53:38 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:53:38 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/14 01:53:38 DEBUG : dir1/0010-456789.txt: md5 = b9db617e7378dcab3456abbcaa485a2d OK 2026/08/14 01:53:38 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:53:38 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/14 01:53:38 DEBUG : dir1/0009-3456789.txt: md5 = 38353317061a801bbf53aeb669d4800c OK 2026/08/14 01:53:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:53:38 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/14 01:53:39 DEBUG : dir1/0014-89;=.txt: md5 = a2a68abce34a77914fea262deeb97a44 OK 2026/08/14 01:53:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:53:39 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/14 01:53:39 DEBUG : dir1/0012-6789;.txt: md5 = 6f19c913ac9af5f4b7916d40c0a7258e OK 2026/08/14 01:53:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:53:39 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/14 01:53:39 DEBUG : dir1/0013-789;=.txt: md5 = 724db0c383d104d094dfcb9a79ffa416 OK 2026/08/14 01:53:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:53:39 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/14 01:53:39 DEBUG : dir1/0015-9;=.txt: md5 = ab98511b4b0a4ae4fb10ae8118213228 OK 2026/08/14 01:53:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:53:39 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/14 01:53:39 DEBUG : Waiting for deletions to finish 2026/08/14 01:53:40 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/14 01:53:40 INFO : PREFIXbanana: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/14 01:53:40 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/14 01:53:40 INFO : PREFIXsplitbananasplit: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/14 01:53:40 INFO : PREFIXapple: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/14 01:53:40 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/14 01:53:41 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/14 01:53:41 DEBUG : Waiting for deletions to finish 2026/08/14 01:53:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:53:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : Waiting for deletions to finish 2026/08/14 01:53:42 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:53:42 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:53:57 DEBUG : dir1/0000-abcdefg.txt: md5 = 02fd209769f7536aa355dcab575c2d89 OK 2026/08/14 01:53:59 DEBUG : dir1/0001-bcdefgh.txt: md5 = 7f42e159d5b3a86c95d769f821d9621d OK 2026/08/14 01:54:00 DEBUG : dir1/0002-cdefghi.txt: md5 = 2c8350e2e097fa65302e8d64ff8c7b48 OK 2026/08/14 01:54:02 DEBUG : dir1/0003-defghij.txt: md5 = e14f32fcfa8b4d7dafc9b62477be9b86 OK 2026/08/14 01:54:03 DEBUG : dir1/0004-efghijk.txt: md5 = ceb44c65ca7f523172017609dc9bf59b OK 2026/08/14 01:54:05 DEBUG : dir1/0005-fghijkl.txt: md5 = 50a73ea7060886d7f0df9767cb048e07 OK 2026/08/14 01:54:07 DEBUG : dir1/0006-ghijklm.txt: md5 = a28b3b0e921e88c40db368b613296282 OK 2026/08/14 01:54:08 DEBUG : dir1/0007-1234567.txt: md5 = a2e949dacec81b36788a5fb9c46cd09b OK 2026/08/14 01:54:10 DEBUG : dir1/0008-2345678.txt: md5 = 3ef25181818ad2b8ff41e9c9de7685a3 OK 2026/08/14 01:54:11 DEBUG : dir1/0009-3456789.txt: md5 = 4a9b715025912f5da101511841ef9c95 OK 2026/08/14 01:54:13 DEBUG : dir1/0010-456789.txt: md5 = 6d735f90c3aea394f75307edce39e7e4 OK 2026/08/14 01:54:14 DEBUG : dir1/0011-56789;.txt: md5 = 6a53505a254d2d66da8111fc0146d86b OK 2026/08/14 01:54:16 DEBUG : dir1/0012-6789;.txt: md5 = b85225810b530bfd48d8f1d95e52f362 OK 2026/08/14 01:54:18 DEBUG : dir1/0013-789;=.txt: md5 = 9e782fa7bb71557ce6173d3ffc1da542 OK 2026/08/14 01:54:19 DEBUG : dir1/0014-89;=.txt: md5 = 6387c72650f59a49a852db3ebf1f91bf OK 2026/08/14 01:54:21 DEBUG : dir1/0015-9;=.txt: md5 = 6ee46c0584c9b7a6ba9be0d23abfb6a6 OK 2026/08/14 01:54:23 DEBUG : apple: md5 = 774d7969ab7f83004029471417e62f57 OK 2026/08/14 01:54:24 DEBUG : banana: md5 = 6999e00529027b4c92349fecc08c8235 OK 2026/08/14 01:54:26 DEBUG : appleappleapplebanana: md5 = 7554fdf4ced232d85f20d22030df1414 OK 2026/08/14 01:54:27 DEBUG : splitbananasplit: md5 = 2ab4aa254cba304d12754522ba9a4a56 OK 2026/08/14 01:54:27 DEBUG : Waiting for deletions to finish 2026/08/14 01:54:28 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:54:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:28 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:28 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:28 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:28 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:29 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/14 01:54:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:29 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/14 01:54:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:29 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/14 01:54:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:30 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:54:30 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:30 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:54:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:54:30 DEBUG : bananaSUFFIX: md5 = 68338f7a528538b7b6df9d53823e4ee8 OK 2026/08/14 01:54:30 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/14 01:54:30 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/14 01:54:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:31 DEBUG : appleappleapplebananaSUFFIX: md5 = 50f15def35c8d150e9095555655dd6e0 OK 2026/08/14 01:54:31 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/14 01:54:31 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/14 01:54:31 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:31 DEBUG : appleSUFFIX: md5 = 745b22fe48e153f1c80473236338c934 OK 2026/08/14 01:54:31 DEBUG : appleSUFFIX: size = 5 OK 2026/08/14 01:54:31 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/14 01:54:31 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:31 DEBUG : splitbananasplitSUFFIX: md5 = 197fb1cf31984788b38bc591c37f29a6 OK 2026/08/14 01:54:31 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/14 01:54:31 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/14 01:54:31 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:32 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = b68090d9e25308cd462e76f2bc404cf9 OK 2026/08/14 01:54:32 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/14 01:54:32 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:32 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = ab955d574b17dc8cbe9e46bcf13f804d OK 2026/08/14 01:54:32 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/14 01:54:32 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:32 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = d436446b19ab435cfc3c1ff010cf7b34 OK 2026/08/14 01:54:32 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/14 01:54:32 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:33 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 7b97937a961b325e8b2e99853ffcd5dd OK 2026/08/14 01:54:33 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/14 01:54:33 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = da52a08d458dceec844934fd819f816e OK 2026/08/14 01:54:34 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/14 01:54:34 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = 0bb788e77a6867a082911a984b75edd9 OK 2026/08/14 01:54:34 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/14 01:54:34 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = f394f60f8fad9a52eebe0201a04f4c05 OK 2026/08/14 01:54:34 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/14 01:54:34 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = 5893bf8e36b80288bc68cd0f902756cb OK 2026/08/14 01:54:34 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/14 01:54:34 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:35 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = ac9a9f61c96f87616538285009bf350f OK 2026/08/14 01:54:35 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/14 01:54:35 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:35 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = 21969ddfcda32f5bf4d50183720a9383 OK 2026/08/14 01:54:35 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/14 01:54:35 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:35 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 1e53e14a9d3123bbe5788be742d09fae OK 2026/08/14 01:54:35 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/14 01:54:35 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:36 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = d8c7fc8b530d77f7ebd1a88dae17131c OK 2026/08/14 01:54:36 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/14 01:54:36 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:36 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:37 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = e429385e88fed6d25e9cc0c5406de681 OK 2026/08/14 01:54:37 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/14 01:54:37 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:37 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = db92e75350398f6465205ef78d41ba79 OK 2026/08/14 01:54:37 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/14 01:54:37 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:37 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = ecd855bde9841581d68aa8fc7d7ef606 OK 2026/08/14 01:54:37 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/14 01:54:37 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:37 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 866f1310a62b5a5764e2ecfad3b2b5c5 OK 2026/08/14 01:54:37 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/14 01:54:37 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:37 DEBUG : Waiting for deletions to finish 2026/08/14 01:54:38 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/14 01:54:38 INFO : splitbananasplit: Deleted 2026/08/14 01:54:38 INFO : dir1/0015-9;=.txt: Deleted 2026/08/14 01:54:38 INFO : appleappleapplebanana: Deleted 2026/08/14 01:54:38 INFO : dir1/0009-3456789.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0010-456789.txt: Deleted 2026/08/14 01:54:38 INFO : apple: Deleted 2026/08/14 01:54:38 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0003-defghij.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0011-56789;.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0012-6789;.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0013-789;=.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0014-89;=.txt: Deleted 2026/08/14 01:54:38 INFO : banana: Deleted 2026/08/14 01:54:38 INFO : dir1/0007-1234567.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/14 01:54:38 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/14 01:54:39 INFO : dir1/0008-2345678.txt: Deleted 2026/08/14 01:54:39 DEBUG : Waiting for deletions to finish 2026/08/14 01:54:39 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:39 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : apple: transformed to: appleSUFFIX 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/14 01:54:40 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/14 01:54:40 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/14 01:54:40 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1: Directory modification time the same (differ by -973.366µs, within tolerance 1ms) 2026/08/14 01:54:40 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:54:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:54:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:54:42 DEBUG : banana: md5 = 2d231fe90c673205ab46f1dd8b38ae26 OK 2026/08/14 01:54:42 DEBUG : banana: size = 6 OK 2026/08/14 01:54:42 INFO : banana: Copied (new) 2026/08/14 01:54:42 DEBUG : apple: md5 = 0fa2fc138133c3287ace0b6c8e623021 OK 2026/08/14 01:54:42 DEBUG : apple: size = 5 OK 2026/08/14 01:54:42 INFO : apple: Copied (new) 2026/08/14 01:54:42 DEBUG : splitbananasplit: md5 = 8626dc74624e5c15db5e3b7c5a204360 OK 2026/08/14 01:54:42 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:54:42 INFO : splitbananasplit: Copied (new) 2026/08/14 01:54:42 DEBUG : appleappleapplebanana: md5 = d1a08a639e21cc3dcb7472be61639690 OK 2026/08/14 01:54:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:54:42 INFO : appleappleapplebanana: Copied (new) 2026/08/14 01:54:43 DEBUG : dir1/0000-abcdefg.txt: md5 = 9be304e40248602275f82f74c50cfc7f OK 2026/08/14 01:54:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:54:43 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/14 01:54:43 DEBUG : dir1/0001-bcdefgh.txt: md5 = 33178e56ddc8052096a82c92be5ebb06 OK 2026/08/14 01:54:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:54:43 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/14 01:54:43 DEBUG : dir1/0002-cdefghi.txt: md5 = 1a6f3710c3f19e673df887d831540ab4 OK 2026/08/14 01:54:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:54:43 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/14 01:54:44 DEBUG : dir1/0003-defghij.txt: md5 = 2b0525c41faac3549fb54f4cdfce6173 OK 2026/08/14 01:54:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:54:44 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/14 01:54:45 DEBUG : dir1/0004-efghijk.txt: md5 = a708dd9ae7fb06d05de622f5202c6f0e OK 2026/08/14 01:54:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:54:45 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/14 01:54:45 DEBUG : dir1/0005-fghijkl.txt: md5 = 6a6a27856edca7f04369c98d85ac86b2 OK 2026/08/14 01:54:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:54:45 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/14 01:54:45 DEBUG : dir1/0006-ghijklm.txt: md5 = decf39858cbee74c306a42ba89dc71f6 OK 2026/08/14 01:54:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:54:45 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/14 01:54:45 DEBUG : dir1/0007-1234567.txt: md5 = d222ae5e4f8f5de60e1a489ea9230c2b OK 2026/08/14 01:54:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:54:45 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/14 01:54:46 DEBUG : dir1/0008-2345678.txt: md5 = e993baccb214ac46d5a1dcd27f1408a0 OK 2026/08/14 01:54:46 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:54:46 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/14 01:54:46 DEBUG : dir1/0010-456789.txt: md5 = bb3e220fd8054fd3972a6c884862c0d6 OK 2026/08/14 01:54:46 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:54:46 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/14 01:54:46 DEBUG : dir1/0009-3456789.txt: md5 = 53f5f6e063d98dec3b584ffb99ea3488 OK 2026/08/14 01:54:46 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:54:46 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/14 01:54:47 DEBUG : dir1/0011-56789;.txt: md5 = 991499001ac39cf68ad09ab9cefb7aaa OK 2026/08/14 01:54:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:54:47 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/14 01:54:48 DEBUG : dir1/0014-89;=.txt: md5 = da7459b62601a54cce9bda03b60467f3 OK 2026/08/14 01:54:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:54:48 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/14 01:54:48 DEBUG : dir1/0012-6789;.txt: md5 = 3638bdf6e107fab73162b214d4bf94d1 OK 2026/08/14 01:54:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:54:48 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/14 01:54:48 DEBUG : dir1/0013-789;=.txt: md5 = 8d49108022a4c7eb12edafadda1440ae OK 2026/08/14 01:54:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:54:48 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/14 01:54:48 DEBUG : dir1/0015-9;=.txt: md5 = 9cd2e2d9918a095437efc860ef494e69 OK 2026/08/14 01:54:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:54:48 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/14 01:54:48 DEBUG : Waiting for deletions to finish 2026/08/14 01:54:49 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : splitbananasplitSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : bananaSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/14 01:54:49 INFO : appleSUFFIX: Deleted 2026/08/14 01:54:49 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/14 01:54:49 DEBUG : Waiting for deletions to finish 2026/08/14 01:54:50 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:54:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : Waiting for deletions to finish 2026/08/14 01:54:51 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:54:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:55:06 DEBUG : dir1/0000-abcdefg.txt: md5 = b0d1332ef67b4a59cabc49dcbbbec173 OK 2026/08/14 01:55:07 DEBUG : dir1/0001-bcdefgh.txt: md5 = d3d30983597e426423545418fe1aa78b OK 2026/08/14 01:55:09 DEBUG : dir1/0002-cdefghi.txt: md5 = eff1302e7834f029a8550c81cdf0ee17 OK 2026/08/14 01:55:10 DEBUG : dir1/0003-defghij.txt: md5 = c6fe901151c14a667077340fae7f5081 OK 2026/08/14 01:55:12 DEBUG : dir1/0004-efghijk.txt: md5 = 8fa596192b270132974f7de8f40568bd OK 2026/08/14 01:55:13 DEBUG : dir1/0005-fghijkl.txt: md5 = f19fa7a4bef3202a0530a054d65b176d OK 2026/08/14 01:55:15 DEBUG : dir1/0006-ghijklm.txt: md5 = 19a051ef53fe742923b43dce7e11d98d OK 2026/08/14 01:55:17 DEBUG : dir1/0007-1234567.txt: md5 = 8918e60c99f9d92c5a1b582e18d03ad0 OK 2026/08/14 01:55:18 DEBUG : dir1/0008-2345678.txt: md5 = 2b7866073a68e80f8b25f303e022b3f8 OK 2026/08/14 01:55:20 DEBUG : dir1/0009-3456789.txt: md5 = 87073b9872b004f607a3c7824403b578 OK 2026/08/14 01:55:21 DEBUG : dir1/0010-456789.txt: md5 = 7b0604d11fccb20b7d64ce8eabcfdcee OK 2026/08/14 01:55:23 DEBUG : dir1/0011-56789;.txt: md5 = 0397677cd796820dbba50f5c591c97cd OK 2026/08/14 01:55:25 DEBUG : dir1/0012-6789;.txt: md5 = 554130ec52cb4f17f76785a3e04d775e OK 2026/08/14 01:55:26 DEBUG : dir1/0013-789;=.txt: md5 = 99889e7e2199a0d2d6aef1bed084fe79 OK 2026/08/14 01:55:28 DEBUG : dir1/0014-89;=.txt: md5 = 50e96afa321d33a1baa2b4ea35b36052 OK 2026/08/14 01:55:29 DEBUG : dir1/0015-9;=.txt: md5 = 3cd6dc2d339b1740cc66144b9225bb7e OK 2026/08/14 01:55:31 DEBUG : apple: md5 = 8dc5e6abb78e643ef3907fb8e41887a4 OK 2026/08/14 01:55:33 DEBUG : banana: md5 = d4ae80967e0c5b5c57dcb16fcea8ac31 OK 2026/08/14 01:55:34 DEBUG : appleappleapplebanana: md5 = b0db3510d384a6503fb4d305bee97579 OK 2026/08/14 01:55:36 DEBUG : splitbananasplit: md5 = 99dfd8bcba1e9b10290b283956b1dd65 OK 2026/08/14 01:55:36 DEBUG : Waiting for deletions to finish 2026/08/14 01:55:36 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:55:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:55:37 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:37 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:37 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:37 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/14 01:55:37 DEBUG : apple: size = 5 OK 2026/08/14 01:55:37 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:37 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:37 DEBUG : apple: Unchanged skipping 2026/08/14 01:55:37 DEBUG : banana: size = 6 OK 2026/08/14 01:55:37 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:37 DEBUG : banana: Unchanged skipping 2026/08/14 01:55:38 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:55:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:38 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:38 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:38 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:38 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:38 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:38 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:38 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:38 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:38 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:38 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:38 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:38 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:38 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:38 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:38 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:38 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:38 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:38 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/14 01:55:38 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/14 01:55:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:55:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:55:39 DEBUG : appleapple: md5 = 1e0e1fef4a068d34be36f7883e20f686 OK 2026/08/14 01:55:39 DEBUG : appleapple: size = 21 OK 2026/08/14 01:55:39 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/14 01:55:39 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:39 DEBUG : dir1/0001-bcdef: md5 = a817934af4c796992010b3b23e81f901 OK 2026/08/14 01:55:39 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/14 01:55:39 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/14 01:55:39 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:39 DEBUG : dir1/0000-abcde: md5 = 64d137f209d8911c1ff7017a49680719 OK 2026/08/14 01:55:39 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/14 01:55:39 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/14 01:55:39 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:40 DEBUG : splitbanan: md5 = 4b245d3c0e7bb32f899ae095a974f8da OK 2026/08/14 01:55:40 DEBUG : splitbanan: size = 16 OK 2026/08/14 01:55:40 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/14 01:55:40 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:41 DEBUG : dir1/0002-cdefg: md5 = f959247987ff248732c40caebf21a1e5 OK 2026/08/14 01:55:41 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/14 01:55:41 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/14 01:55:41 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:41 DEBUG : dir1/0003-defgh: md5 = 44de0a0c4eeab9f8730f8cdd89a89d02 OK 2026/08/14 01:55:41 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/14 01:55:41 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/14 01:55:41 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:41 DEBUG : dir1/0004-efghi: md5 = 91228da410c2ebbbae19d3ac1cd326d5 OK 2026/08/14 01:55:41 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/14 01:55:41 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/14 01:55:41 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:41 DEBUG : dir1/0005-fghij: md5 = d536f6864fef62702552208a79855dfa OK 2026/08/14 01:55:41 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/14 01:55:41 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/14 01:55:41 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:42 DEBUG : dir1/0007-12345: md5 = 4379cebe8534b1d96ace65aac2f46334 OK 2026/08/14 01:55:42 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/14 01:55:42 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/14 01:55:42 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:42 DEBUG : dir1/0006-ghijk: md5 = 4117b4d92a02e5dc1f6a6cbb6df94bd6 OK 2026/08/14 01:55:42 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/14 01:55:42 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/14 01:55:42 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:42 DEBUG : dir1/0008-23456: md5 = faa45381e2b18e4ce416fab684365403 OK 2026/08/14 01:55:42 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/14 01:55:42 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/14 01:55:42 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:43 DEBUG : dir1/0009-34567: md5 = 097ceb26d72775bb94074ab5301fc3ea OK 2026/08/14 01:55:43 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/14 01:55:43 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/14 01:55:43 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:44 DEBUG : dir1/0010-45678: md5 = 0f50d732775cb1429585c7da633b298f OK 2026/08/14 01:55:44 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/14 01:55:44 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/14 01:55:44 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:44 DEBUG : dir1/0011-56789: md5 = 16c193dd5b752d94b32fd44ac69cfb79 OK 2026/08/14 01:55:44 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/14 01:55:44 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/14 01:55:44 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:44 DEBUG : dir1/0012-6789;: md5 = f2accea58ddd05de15e1c75e74f1d6d0 OK 2026/08/14 01:55:44 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/14 01:55:44 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/14 01:55:44 DEBUG : dir1/0013-789;=: md5 = 7f71cba2b69fc21cfa056152d440f544 OK 2026/08/14 01:55:44 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/14 01:55:44 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/14 01:55:45 DEBUG : dir1/0014-89;=.: md5 = 66517d783d2f956848cac21761daaed5 OK 2026/08/14 01:55:45 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/14 01:55:45 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/14 01:55:45 DEBUG : dir1/0015-9;=.t: md5 = 14a958b28b3b9b2fb9d00efb786c30aa OK 2026/08/14 01:55:45 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/14 01:55:45 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/14 01:55:45 DEBUG : Waiting for deletions to finish 2026/08/14 01:55:46 INFO : dir1/0012-6789;.txt: Deleted 2026/08/14 01:55:46 INFO : splitbananasplit: Deleted 2026/08/14 01:55:46 INFO : dir1/0015-9;=.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0014-89;=.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0008-2345678.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0007-1234567.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0013-789;=.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0009-3456789.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0010-456789.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/14 01:55:46 INFO : dir1/0011-56789;.txt: Deleted 2026/08/14 01:55:46 INFO : appleappleapplebanana: Deleted 2026/08/14 01:55:47 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/14 01:55:47 INFO : dir1/0003-defghij.txt: Deleted 2026/08/14 01:55:47 DEBUG : Waiting for deletions to finish 2026/08/14 01:55:47 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : appleapple: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/14 01:55:47 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:48 DEBUG : dir1: Directory modification time the same (differ by -887.321µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:48 DEBUG : apple: size = 5 OK 2026/08/14 01:55:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : apple: Unchanged skipping 2026/08/14 01:55:48 DEBUG : banana: size = 6 OK 2026/08/14 01:55:48 DEBUG : appleapple: size = 21 OK 2026/08/14 01:55:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : banana: Unchanged skipping 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:55:48 DEBUG : splitbanan: size = 16 OK 2026/08/14 01:55:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/14 01:55:48 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/14 01:55:48 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/14 01:55:48 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/14 01:55:48 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/14 01:55:48 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/14 01:55:48 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/14 01:55:48 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/14 01:55:48 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/14 01:55:48 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/14 01:55:48 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/14 01:55:48 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/14 01:55:48 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/14 01:55:48 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/14 01:55:48 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/14 01:55:48 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/14 01:55:48 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/14 01:55:48 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/14 01:55:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/14 01:55:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/14 01:55:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:55:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:55:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:55:48 DEBUG : Waiting for deletions to finish 2026/08/14 01:55:48 DEBUG : Waiting for deletions to finish 2026/08/14 01:55:49 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : appleapple: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/14 01:55:49 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/14 01:55:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:50 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/14 01:55:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:50 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/14 01:55:50 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/14 01:55:50 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/14 01:55:50 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/14 01:55:50 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/14 01:55:50 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/14 01:55:50 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/14 01:55:50 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/14 01:55:50 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/14 01:55:50 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/14 01:55:50 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/14 01:55:50 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/14 01:55:50 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/14 01:55:50 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/14 01:55:50 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/14 01:55:50 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/14 01:55:50 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/14 01:55:50 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:56:04 DEBUG : dir1/0000-abcdefg.txt: md5 = 4f7a3b0c7649854b1ecc7214844a7144 OK 2026/08/14 01:56:05 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8bf14fb0ce663d5a5a12c984e4f35a20 OK 2026/08/14 01:56:07 DEBUG : dir1/0002-cdefghi.txt: md5 = 4c317f794435a2f31b1eb2a8cb0e3d32 OK 2026/08/14 01:56:08 DEBUG : dir1/0003-defghij.txt: md5 = 45b07ac4ca4edc6dba7f787ca9083e5c OK 2026/08/14 01:56:10 DEBUG : dir1/0004-efghijk.txt: md5 = 8c9f9c7347d82ffbd2de0fdea85873bc OK 2026/08/14 01:56:12 DEBUG : dir1/0005-fghijkl.txt: md5 = 656bc60b3085d06a2fbd9bee47c95ca6 OK 2026/08/14 01:56:13 DEBUG : dir1/0006-ghijklm.txt: md5 = 55f0fa5ceda5dca922b59da768a29844 OK 2026/08/14 01:56:15 DEBUG : dir1/0007-1234567.txt: md5 = 164dc2607d786897efa17de06c762934 OK 2026/08/14 01:56:16 DEBUG : dir1/0008-2345678.txt: md5 = baaaecbb6e299621dbbe6c90afeae112 OK 2026/08/14 01:56:18 DEBUG : dir1/0009-3456789.txt: md5 = 122ba0bb4f9aa386965c8262c4fb1202 OK 2026/08/14 01:56:20 DEBUG : dir1/0010-456789.txt: md5 = d85e3c5c98c52c1594677fa0a4213718 OK 2026/08/14 01:56:21 DEBUG : dir1/0011-56789;.txt: md5 = df57047e5b48818de5614876bc0b5730 OK 2026/08/14 01:56:23 DEBUG : dir1/0012-6789;.txt: md5 = 02b3b52e1fda1b1c5690f57ec8b57d43 OK 2026/08/14 01:56:24 DEBUG : dir1/0013-789;=.txt: md5 = afb9e5999ee159447d3d74c4b8fb1864 OK 2026/08/14 01:56:26 DEBUG : dir1/0014-89;=.txt: md5 = c7f116d2414b8a43dd7d7957a21edcfb OK 2026/08/14 01:56:28 DEBUG : dir1/0015-9;=.txt: md5 = 0e1932bc340d5d81402e86140f751d89 OK 2026/08/14 01:56:29 DEBUG : apple: md5 = 6e90e0e01aa9e9e12061ba48ef6b81ee OK 2026/08/14 01:56:31 DEBUG : banana: md5 = 86bf32c9e1ff3755b0c3d20eae5619bc OK 2026/08/14 01:56:32 DEBUG : appleappleapplebanana: md5 = 6943c645dac01bc812fb2fc0ed5b009e OK 2026/08/14 01:56:34 DEBUG : splitbananasplit: md5 = b3ee346f0e5dc68f0c443b0788c77a0c OK 2026/08/14 01:56:34 DEBUG : Waiting for deletions to finish 2026/08/14 01:56:34 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:56:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:56:36 DEBUG : apple: size = 5 OK 2026/08/14 01:56:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : apple: Unchanged skipping 2026/08/14 01:56:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:56:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:56:36 DEBUG : banana: size = 6 OK 2026/08/14 01:56:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : banana: Unchanged skipping 2026/08/14 01:56:36 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:56:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:56:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:56:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:56:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:56:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:56:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:56:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:56:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:56:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:56:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:56:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:56:36 DEBUG : Waiting for deletions to finish 2026/08/14 01:56:36 INFO : There was nothing to transfer 2026/08/14 01:56:36 DEBUG : Waiting for deletions to finish 2026/08/14 01:56:37 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:56:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1: Directory modification time the same (differ by -660.752µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : apple: size = 5 OK 2026/08/14 01:56:38 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : apple: Unchanged skipping 2026/08/14 01:56:38 DEBUG : banana: size = 6 OK 2026/08/14 01:56:38 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : banana: Unchanged skipping 2026/08/14 01:56:38 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:56:38 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:56:38 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:56:38 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:56:38 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:56:38 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:56:38 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:56:38 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:56:38 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:56:38 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:56:38 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:56:38 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:56:38 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:56:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:56:38 DEBUG : Waiting for deletions to finish 2026/08/14 01:56:38 INFO : There was nothing to transfer 2026/08/14 01:56:38 DEBUG : Waiting for deletions to finish 2026/08/14 01:56:38 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:56:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:56:39 DEBUG : Waiting for deletions to finish 2026/08/14 01:56:40 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:56:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:56:54 DEBUG : dir1/0000-abcdefg.txt: md5 = 0403d0a29c0206c8895de0e2945a30c0 OK 2026/08/14 01:56:56 DEBUG : dir1/0001-bcdefgh.txt: md5 = 023a1495bb0f4a6ed46dfea2efcc00d9 OK 2026/08/14 01:56:57 DEBUG : dir1/0002-cdefghi.txt: md5 = c6c89d803470f712af96a6672c9cb263 OK 2026/08/14 01:56:59 DEBUG : dir1/0003-defghij.txt: md5 = 5a133d8b61f231c14c78811157d0ee9b OK 2026/08/14 01:57:00 DEBUG : dir1/0004-efghijk.txt: md5 = 6dcd490d942310060e087e9b612eeb59 OK 2026/08/14 01:57:02 DEBUG : dir1/0005-fghijkl.txt: md5 = 413441c5e5c4ae7120127f3575c6cad8 OK 2026/08/14 01:57:03 DEBUG : dir1/0006-ghijklm.txt: md5 = 78b020151c215db313d9cb9ae262b326 OK 2026/08/14 01:57:05 DEBUG : dir1/0007-1234567.txt: md5 = 05e6e739488d0bcbdd8bef3f96e573e3 OK 2026/08/14 01:57:06 DEBUG : dir1/0008-2345678.txt: md5 = a20c6d2d4bc818edda9c71da5b0099bf OK 2026/08/14 01:57:08 DEBUG : dir1/0009-3456789.txt: md5 = 0db0a55dfe492be274be0a21c6621356 OK 2026/08/14 01:57:10 DEBUG : dir1/0010-456789.txt: md5 = ba0f8e6473099cc8737ec47c1e7eed40 OK 2026/08/14 01:57:11 DEBUG : dir1/0011-56789;.txt: md5 = cca63f623ff844db5e44dc24727ac0a6 OK 2026/08/14 01:57:13 DEBUG : dir1/0012-6789;.txt: md5 = aeee48171d567ed69e39949d5d35da2c OK 2026/08/14 01:57:14 DEBUG : dir1/0013-789;=.txt: md5 = edaa9779d3ac66a462b871916db57a7b OK 2026/08/14 01:57:16 DEBUG : dir1/0014-89;=.txt: md5 = f838b172e195bb0b8eeb06000a4eead6 OK 2026/08/14 01:57:18 DEBUG : dir1/0015-9;=.txt: md5 = bb6a30c426a656d896520192f8da105c OK 2026/08/14 01:57:19 DEBUG : apple: md5 = e6480a0c367ad55148268af31ef8c528 OK 2026/08/14 01:57:21 DEBUG : banana: md5 = 9f40514139c6e4ae1ac2eff9a8fba871 OK 2026/08/14 01:57:22 DEBUG : appleappleapplebanana: md5 = ff2478e0b1d5337eb6557a9d44ac1826 OK 2026/08/14 01:57:24 DEBUG : splitbananasplit: md5 = 646065fa15e854a5a8cffd8c19aa3727 OK 2026/08/14 01:57:24 DEBUG : Waiting for deletions to finish 2026/08/14 01:57:24 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:57:24 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:57:26 DEBUG : apple: size = 5 OK 2026/08/14 01:57:26 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : apple: Unchanged skipping 2026/08/14 01:57:26 DEBUG : banana: size = 6 OK 2026/08/14 01:57:26 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : banana: Unchanged skipping 2026/08/14 01:57:26 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:57:26 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:57:26 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:57:26 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:57:26 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:57:26 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:57:26 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:57:26 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:57:26 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:57:26 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:57:26 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:57:26 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:57:26 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:26 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:57:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:57:26 DEBUG : Waiting for deletions to finish 2026/08/14 01:57:26 INFO : There was nothing to transfer 2026/08/14 01:57:26 DEBUG : Waiting for deletions to finish 2026/08/14 01:57:27 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:57:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1: Directory modification time the same (differ by -326.859µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:57:28 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : banana: size = 6 OK 2026/08/14 01:57:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:57:28 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:57:28 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : banana: Unchanged skipping 2026/08/14 01:57:28 DEBUG : apple: size = 5 OK 2026/08/14 01:57:28 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:57:28 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : apple: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:57:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:57:28 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:57:28 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:57:28 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:57:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:57:28 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:57:28 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:57:28 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:57:28 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:57:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:57:28 DEBUG : Waiting for deletions to finish 2026/08/14 01:57:28 INFO : There was nothing to transfer 2026/08/14 01:57:28 DEBUG : Waiting for deletions to finish 2026/08/14 01:57:28 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:57:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:57:43 DEBUG : dir1/0000-abcdefg.txt: md5 = 68cc0f5eabd770de6cdf63a08827d82c OK 2026/08/14 01:57:44 DEBUG : dir1/0001-bcdefgh.txt: md5 = 4c796a2e905a290245d1640c9c74aa01 OK 2026/08/14 01:57:46 DEBUG : dir1/0002-cdefghi.txt: md5 = ef616cbea810e013cb0e1866109f1613 OK 2026/08/14 01:57:47 DEBUG : dir1/0003-defghij.txt: md5 = 8b4f408af833747af005780c90369bd7 OK 2026/08/14 01:57:49 DEBUG : dir1/0004-efghijk.txt: md5 = bfb1192f059a54eccb2e1e5536740f25 OK 2026/08/14 01:57:50 DEBUG : dir1/0005-fghijkl.txt: md5 = c2c604fd264c4d8afede82e6f74aebd4 OK 2026/08/14 01:57:52 DEBUG : dir1/0006-ghijklm.txt: md5 = e43f1a5a982825c26c8722fc116761fc OK 2026/08/14 01:57:53 DEBUG : dir1/0007-1234567.txt: md5 = a618d24fe9611322a068103da558d813 OK 2026/08/14 01:57:55 DEBUG : dir1/0008-2345678.txt: md5 = 8ecb8679630d0aa205d7aa25e4aee721 OK 2026/08/14 01:57:57 DEBUG : dir1/0009-3456789.txt: md5 = 552b9e44273c69962c35c0ae82dda525 OK 2026/08/14 01:57:59 DEBUG : dir1/0010-456789.txt: md5 = 68c83a310837a6602122ba16ed8952af OK 2026/08/14 01:58:00 DEBUG : dir1/0011-56789;.txt: md5 = 586a004093c434cbf74a345501369b80 OK 2026/08/14 01:58:02 DEBUG : dir1/0012-6789;.txt: md5 = d0ef4cf7a1ff5904ed8c4da9242a1d40 OK 2026/08/14 01:58:03 DEBUG : dir1/0013-789;=.txt: md5 = 803ca4a4d45f31372df9ab6d861b55de OK 2026/08/14 01:58:05 DEBUG : dir1/0014-89;=.txt: md5 = 3a895ce03dfb48d4d6e34ec2b13916d3 OK 2026/08/14 01:58:07 DEBUG : dir1/0015-9;=.txt: md5 = aea65819e045d49e327fbba72b1029a3 OK 2026/08/14 01:58:08 DEBUG : apple: md5 = 0d4a0f4a81749494e70b710ec370d031 OK 2026/08/14 01:58:10 DEBUG : banana: md5 = 9d15cbbcc97a02f47f9d5c28a37a8ad7 OK 2026/08/14 01:58:12 DEBUG : appleappleapplebanana: md5 = 98c896be2897097bfb804803bffaaa0f OK 2026/08/14 01:58:13 DEBUG : splitbananasplit: md5 = 5bf96da69fa36ee450a7778d73b945d3 OK 2026/08/14 01:58:13 DEBUG : Waiting for deletions to finish 2026/08/14 01:58:14 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:58:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:58:15 DEBUG : apple: size = 5 OK 2026/08/14 01:58:15 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : apple: Unchanged skipping 2026/08/14 01:58:15 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:58:15 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:58:15 DEBUG : banana: size = 6 OK 2026/08/14 01:58:15 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : banana: Unchanged skipping 2026/08/14 01:58:15 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:58:15 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:58:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:58:15 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:58:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:58:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:58:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:58:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:58:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:58:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:58:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:58:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:58:15 DEBUG : Waiting for deletions to finish 2026/08/14 01:58:15 INFO : There was nothing to transfer 2026/08/14 01:58:15 DEBUG : Waiting for deletions to finish 2026/08/14 01:58:16 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:58:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:58:17 DEBUG : apple: size = 5 OK 2026/08/14 01:58:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : apple: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1: Directory modification time the same (differ by -968.95µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:58:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:58:17 DEBUG : banana: size = 6 OK 2026/08/14 01:58:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : banana: Unchanged skipping 2026/08/14 01:58:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:58:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:58:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:58:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:58:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:58:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:58:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:58:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:58:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:58:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:58:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:58:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:58:17 DEBUG : Waiting for deletions to finish 2026/08/14 01:58:17 INFO : There was nothing to transfer 2026/08/14 01:58:17 DEBUG : Waiting for deletions to finish 2026/08/14 01:58:18 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:58:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:58:32 DEBUG : dir1/0000-abcdefg.txt: md5 = 3474caeeed792c761122308f6ed3149f OK 2026/08/14 01:58:34 DEBUG : dir1/0001-bcdefgh.txt: md5 = b3c7f1eae26dbbb8c16cdcf7e5ba00aa OK 2026/08/14 01:58:35 DEBUG : dir1/0002-cdefghi.txt: md5 = 5052664e324cf5e485dc48da79681dfa OK 2026/08/14 01:58:37 DEBUG : dir1/0003-defghij.txt: md5 = 623923223d32fb325ab9ad27a399ac04 OK 2026/08/14 01:58:38 DEBUG : dir1/0004-efghijk.txt: md5 = 2d104ed20c101459b1030537a59fd99b OK 2026/08/14 01:58:40 DEBUG : dir1/0005-fghijkl.txt: md5 = 2bb8c5db0fed5bf10084ea574c1ff5aa OK 2026/08/14 01:58:41 DEBUG : dir1/0006-ghijklm.txt: md5 = 63447bcd11f18634fadb63db7c1349ac OK 2026/08/14 01:58:43 DEBUG : dir1/0007-1234567.txt: md5 = ee104a56bafe8849b6e9dc42184ba7f2 OK 2026/08/14 01:58:44 DEBUG : dir1/0008-2345678.txt: md5 = a8e42e1ac0cbdb5c982f373b143a7c2a OK 2026/08/14 01:58:46 DEBUG : dir1/0009-3456789.txt: md5 = 170fcb3799b758928bc35512e3eafbd7 OK 2026/08/14 01:58:47 DEBUG : dir1/0010-456789.txt: md5 = b9e087c244e02a59a004375702369df1 OK 2026/08/14 01:58:49 DEBUG : dir1/0011-56789;.txt: md5 = 1bb63a1f3eab3613456fd886c65d45b5 OK 2026/08/14 01:58:50 DEBUG : dir1/0012-6789;.txt: md5 = ad8c251198a1a497327e54c0dd65d573 OK 2026/08/14 01:58:52 DEBUG : dir1/0013-789;=.txt: md5 = 1d0ce08a7750bf0716b1e5eceafe6da2 OK 2026/08/14 01:58:53 DEBUG : dir1/0014-89;=.txt: md5 = 266331ebb8b492a2c4009f4262ac72f4 OK 2026/08/14 01:58:55 DEBUG : dir1/0015-9;=.txt: md5 = 6c550b0e1dd3806a1448043472371ef9 OK 2026/08/14 01:58:56 DEBUG : apple: md5 = 3983bf1d116b6b2f9dec1cfee398daf0 OK 2026/08/14 01:58:58 DEBUG : banana: md5 = 52f57b9260e551d038f164c7d1a87573 OK 2026/08/14 01:59:00 DEBUG : appleappleapplebanana: md5 = e6fa12aa9581f9e3ed5216e10d4ebe6d OK 2026/08/14 01:59:01 DEBUG : splitbananasplit: md5 = 700c5392258d5f772a07698ab5602e12 OK 2026/08/14 01:59:01 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:59:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:59:03 DEBUG : apple: size = 5 OK 2026/08/14 01:59:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:03 DEBUG : apple: Unchanged skipping 2026/08/14 01:59:03 DEBUG : banana: size = 6 OK 2026/08/14 01:59:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:59:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:59:03 DEBUG : banana: Unchanged skipping 2026/08/14 01:59:04 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:59:04 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:59:04 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:59:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:59:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:59:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:59:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:59:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:59:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:59:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:59:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:59:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:59:04 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:04 INFO : There was nothing to transfer 2026/08/14 01:59:04 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:59:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:59:05 DEBUG : dir1: Directory modification time the same (differ by -605.623µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : apple: size = 5 OK 2026/08/14 01:59:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : apple: Unchanged skipping 2026/08/14 01:59:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:59:05 DEBUG : banana: size = 6 OK 2026/08/14 01:59:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : banana: Unchanged skipping 2026/08/14 01:59:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:59:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:59:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:59:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:59:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:59:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:59:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:59:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:59:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:59:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:59:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:59:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:59:05 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:05 INFO : There was nothing to transfer 2026/08/14 01:59:05 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:59:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 01:59:20 DEBUG : dir1/0000-abcdefg.txt: md5 = 84e6d5d3167855950f7908e70e8045f5 OK 2026/08/14 01:59:21 DEBUG : dir1/0001-bcdefgh.txt: md5 = 07581173122983b77ac4c2c8af66e2a3 OK 2026/08/14 01:59:23 DEBUG : dir1/0002-cdefghi.txt: md5 = 29e2a70fbad3ce7181081156f27ed45b OK 2026/08/14 01:59:24 DEBUG : dir1/0003-defghij.txt: md5 = 9b47ee6f369b2c106bd4782384ae0766 OK 2026/08/14 01:59:26 DEBUG : dir1/0004-efghijk.txt: md5 = 40b746794a5cf6f9b4bcf40364b216d6 OK 2026/08/14 01:59:27 DEBUG : dir1/0005-fghijkl.txt: md5 = 68ffead91aebb97f2fbf81890e842f87 OK 2026/08/14 01:59:29 DEBUG : dir1/0006-ghijklm.txt: md5 = 9f16e84ecdfe922a4aa47021ef9b18d8 OK 2026/08/14 01:59:31 DEBUG : dir1/0007-1234567.txt: md5 = 9611e8b26bf88ca69376f3a4e2d5bd7e OK 2026/08/14 01:59:33 DEBUG : dir1/0008-2345678.txt: md5 = 2392107b419df4b6faa672a2f3d633de OK 2026/08/14 01:59:34 DEBUG : dir1/0009-3456789.txt: md5 = 069fbdaf58a72342822aa9455995ff6e OK 2026/08/14 01:59:36 DEBUG : dir1/0010-456789.txt: md5 = 263272de4b29bf50795d0e042e48e497 OK 2026/08/14 01:59:37 DEBUG : dir1/0011-56789;.txt: md5 = 48f3176a03296fc86063fbf13de46918 OK 2026/08/14 01:59:39 DEBUG : dir1/0012-6789;.txt: md5 = 496d45251867aff7f242725f258c7810 OK 2026/08/14 01:59:40 DEBUG : dir1/0013-789;=.txt: md5 = 8db3d48889c428916d546a88871f3267 OK 2026/08/14 01:59:42 DEBUG : dir1/0014-89;=.txt: md5 = 562ee8ce1385a14a13fad11dfd087ac4 OK 2026/08/14 01:59:43 DEBUG : dir1/0015-9;=.txt: md5 = 932a674aabc2092126f03a44967df25b OK 2026/08/14 01:59:45 DEBUG : apple: md5 = 81ab3efd7dc643a5bf91acd50c8d0ccf OK 2026/08/14 01:59:46 DEBUG : banana: md5 = e4553b8acd32a4a555e12dee5dc0e4e0 OK 2026/08/14 01:59:48 DEBUG : appleappleapplebanana: md5 = 68a9e4f95bdce9a34201cacc11be1bd8 OK 2026/08/14 01:59:49 DEBUG : splitbananasplit: md5 = b2cec1bfd01030a104f8fb0512e630cb OK 2026/08/14 01:59:49 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:59:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:59:51 DEBUG : apple: size = 5 OK 2026/08/14 01:59:51 DEBUG : banana: size = 6 OK 2026/08/14 01:59:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:51 DEBUG : banana: Unchanged skipping 2026/08/14 01:59:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:51 DEBUG : apple: Unchanged skipping 2026/08/14 01:59:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:59:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:59:52 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/14 01:59:52 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:59:52 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:59:52 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:59:52 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:59:52 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:59:52 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:59:52 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:59:52 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:59:52 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:52 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:59:52 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:52 INFO : There was nothing to transfer 2026/08/14 01:59:52 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:59:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/14 01:59:53 DEBUG : apple: size = 5 OK 2026/08/14 01:59:53 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : apple: Unchanged skipping 2026/08/14 01:59:53 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/14 01:59:53 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/14 01:59:53 DEBUG : banana: size = 6 OK 2026/08/14 01:59:53 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : banana: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1: Directory modification time the same (differ by -238.942µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : splitbananasplit: size = 16 OK 2026/08/14 01:59:53 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : splitbananasplit: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/14 01:59:53 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/14 01:59:53 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/14 01:59:53 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/14 01:59:53 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/14 01:59:53 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/14 01:59:53 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/14 01:59:53 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 01:59:53 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/14 01:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 01:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 01:59:53 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:53 INFO : There was nothing to transfer 2026/08/14 01:59:53 DEBUG : Waiting for deletions to finish 2026/08/14 01:59:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : apple: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : banana: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/14 01:59:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) --- PASS: TestTransform (600.21s) --- PASS: TestTransform/NFC (50.64s) --- PASS: TestTransform/NFD (50.46s) --- PASS: TestTransform/base64 (58.60s) --- PASS: TestTransform/prefix (67.90s) --- PASS: TestTransform/suffix (68.77s) --- PASS: TestTransform/truncate (57.87s) --- PASS: TestTransform/encoder (50.42s) --- PASS: TestTransform/ISO-8859-1 (48.74s) --- PASS: TestTransform/charmap (49.12s) --- PASS: TestTransform/lowercase (47.81s) --- PASS: TestTransform/ascii (49.89s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:07 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/14 02:00:07 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/14 02:00:07 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/14 02:00:08 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-14T02:00:07.718551752Z) 2026/08/14 02:00:08 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/14 02:00:08 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/14 02:00:08 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/14 02:00:08 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/14 02:00:08 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/14 02:00:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:10 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = fb04f0ae1370e1e0b919e23f7d3cc47a OK 2026/08/14 02:00:10 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/14 02:00:10 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/14 02:00:10 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (5.34s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:13 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:13 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:13 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:00:14 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:13.057621504Z) 2026/08/14 02:00:14 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:14 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:14 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/14 02:00:14 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:15 DEBUG : tictactoe/tictactoe: md5 = 589fd54cde31527029dfadf80847759e OK 2026/08/14 02:00:15 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/14 02:00:15 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/14 02:00:15 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (5.16s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:18 DEBUG : toe: Making directory with metadata 2026/08/14 02:00:19 INFO : toe: Made directory with metadata (mtime=2026-08-14T02:00:18.218688911Z) 2026/08/14 02:00:19 DEBUG : toe/toe: Making directory with metadata 2026/08/14 02:00:20 INFO : toe/toe: Made directory with metadata (mtime=2026-08-14T02:00:18.218688911Z) 2026/08/14 02:00:20 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:20 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/14 02:00:20 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/14 02:00:20 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/14 02:00:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:21 DEBUG : toe/toe/tictactoe: md5 = 5026260476e3b265814819ade84f796b OK 2026/08/14 02:00:21 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/14 02:00:21 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/14 02:00:21 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (7.40s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:25 DEBUG : toe: Making directory with metadata 2026/08/14 02:00:26 INFO : toe: Made directory with metadata (mtime=2026-08-14T02:00:25.619785542Z) 2026/08/14 02:00:26 DEBUG : toe/toe: Making directory with metadata 2026/08/14 02:00:27 INFO : toe/toe: Made directory with metadata (mtime=2026-08-14T02:00:25.619785542Z) 2026/08/14 02:00:27 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:27 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/14 02:00:27 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/14 02:00:27 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/14 02:00:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:29 DEBUG : toe/toe/tictactoe: md5 = fe2c108ab8a631440dcf550f43b1f28f OK 2026/08/14 02:00:29 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/14 02:00:29 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/14 02:00:29 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (8.05s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:33 DEBUG : empty_dir: Making directory with metadata 2026/08/14 02:00:33 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:00:33 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:33 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:33 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/14 02:00:34 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:00:34 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:34 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:34 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:34 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:00:35 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:33.673890655Z) 2026/08/14 02:00:35 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:35 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:35 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:35 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/14 02:00:36 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:33.673890655Z) 2026/08/14 02:00:36 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:36 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:00:36 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:38 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 6fc99c9d336d62b9b1d29198a2f2ad49 OK 2026/08/14 02:00:38 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/14 02:00:38 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:38 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (9.07s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:42 DEBUG : empty_dir: Making directory with metadata 2026/08/14 02:00:42 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:00:42 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:42 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:42 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:42 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:42 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/14 02:00:43 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:00:43 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:43 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:43 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:43 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:00:44 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:42.747009014Z) 2026/08/14 02:00:44 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:44 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:44 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/14 02:00:45 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:42.747009014Z) 2026/08/14 02:00:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:45 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/14 02:00:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:00:45 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:00:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:45 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:00:47 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 5a5d3d6e146b947ab801be1f8add72f3 OK 2026/08/14 02:00:47 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:00:47 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:00:47 DEBUG : Waiting for deletions to finish 2026/08/14 02:00:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:48 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:00:48 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:48 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:48 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/14 02:00:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:00:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/14 02:00:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': 0 differences found 2026/08/14 02:00:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': 1 hashes could not be checked 2026/08/14 02:00:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': 1 matching files --- PASS: TestAllTag (10.11s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:00:52 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:53 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:53 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:00:53 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:52.85114076Z) 2026/08/14 02:00:53 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:53 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:53 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/14 02:00:54 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-14T02:00:52.852140773Z) 2026/08/14 02:00:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:00:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:56 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 70de38ac3402e6b8f264be040d2db928 OK 2026/08/14 02:00:56 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/14 02:00:56 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:56 DEBUG : Waiting for deletions to finish 2026/08/14 02:00:57 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:58 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:58 DEBUG : tictactoe: Directory modification time the same (differ by -140.76µs, within tolerance 1ms) 2026/08/14 02:00:58 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:00:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:00:58 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -140.773µs, within tolerance 1ms) 2026/08/14 02:00:58 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/14 02:00:58 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/14 02:00:58 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/14 02:00:58 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/14 02:00:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:00:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:00:58 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (9.19s) === RUN TestSyntax 2026/08/14 02:01:02 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:01:02 DEBUG : toe: Making directory with metadata 2026/08/14 02:01:03 INFO : toe: Made directory with metadata (mtime=2026-08-14T02:01:02.041260528Z) 2026/08/14 02:01:03 DEBUG : toe/toe: Making directory with metadata 2026/08/14 02:01:03 INFO : toe/toe: Made directory with metadata (mtime=2026-08-14T02:01:02.041260528Z) 2026/08/14 02:01:03 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/14 02:01:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:01:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:01:05 DEBUG : toe/toe/toe: md5 = 56764b653be5ebe6f562eb6a3426f01c OK 2026/08/14 02:01:05 DEBUG : toe/toe/toe: size = 11 OK 2026/08/14 02:01:05 INFO : toe/toe/toe: Copied (new) 2026/08/14 02:01:05 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (7.21s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:01:09 DEBUG : empty_dir: Making directory with metadata 2026/08/14 02:01:09 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:01:09 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:09 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:09 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/14 02:01:10 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:01:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:10 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:10 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:10 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:01:11 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:01:09.255354506Z) 2026/08/14 02:01:11 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:11 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:11 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:01:11 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/14 02:01:12 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-14T02:01:09.255354506Z) 2026/08/14 02:01:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:01:12 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/14 02:01:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:12 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:01:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:12 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:01:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:01:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = b4225ac429ff86f6efc00234755be625 OK 2026/08/14 02:01:13 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:01:13 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:13 INFO : toe/toe/toe.txt: Deleted 2026/08/14 02:01:13 INFO : toe/toe: Removing directory 2026/08/14 02:01:13 INFO : toe: Removing directory 2026/08/14 02:01:13 INFO : empty_dir: Removing directory 2026/08/14 02:01:13 DEBUG : Local file system at /tmp/rclone3427208186: deleted 3 directories --- PASS: TestMove (8.84s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:01:18 DEBUG : empty_dir: Making directory with metadata 2026/08/14 02:01:18 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:01:18 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:18 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:18 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/14 02:01:19 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:01:19 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:19 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:19 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:19 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:01:19 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:01:18.095469622Z) 2026/08/14 02:01:19 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:19 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:01:19 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/14 02:01:20 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-14T02:01:18.095469622Z) 2026/08/14 02:01:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:01:20 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/14 02:01:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:01:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:01:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:01:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 7fcc66ff6bd47cd17fc242baecf88aaa OK 2026/08/14 02:01:22 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:01:22 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:22 INFO : toe/toe/toe.txt: Deleted 2026/08/14 02:01:22 INFO : toe/toe: Removing directory 2026/08/14 02:01:22 INFO : toe: Removing directory 2026/08/14 02:01:22 INFO : empty_dir: Removing directory 2026/08/14 02:01:22 DEBUG : Local file system at /tmp/rclone3427208186: deleted 3 directories 2026/08/14 02:01:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:01:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 02:01:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/14 02:01:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/14 02:01:23 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/14 02:01:26 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.93s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:01:32 DEBUG : Reset feature "Copy" 2026/08/14 02:01:32 DEBUG : Reset feature "Move" 2026/08/14 02:01:32 DEBUG : Reset feature "Copy" 2026/08/14 02:01:32 DEBUG : Reset feature "Move" 2026/08/14 02:01:32 DEBUG : empty_dir: Making directory with metadata 2026/08/14 02:01:32 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:01:32 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:32 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/14 02:01:32 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/14 02:01:32 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/14 02:01:32 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:32 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:32 DEBUG : tictactoe: Making directory with metadata 2026/08/14 02:01:33 INFO : tictactoe: Made directory with metadata (mtime=2026-08-14T02:01:32.027650946Z) 2026/08/14 02:01:33 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:33 DEBUG : toe: transformed to: tictactoe 2026/08/14 02:01:33 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:01:33 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/14 02:01:34 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-14T02:01:32.027650946Z) 2026/08/14 02:01:34 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/14 02:01:34 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/14 02:01:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:34 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:01:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:34 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:01:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:01:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = bba1dcba543a2617480bd0395c7af965 OK 2026/08/14 02:01:35 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:01:35 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/14 02:01:35 INFO : toe/toe/toe.txt: Deleted 2026/08/14 02:01:35 INFO : toe/toe: Removing directory 2026/08/14 02:01:35 INFO : toe: Removing directory 2026/08/14 02:01:35 INFO : empty_dir: Removing directory 2026/08/14 02:01:35 DEBUG : Local file system at /tmp/rclone3427208186: deleted 3 directories 2026/08/14 02:01:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/14 02:01:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/14 02:01:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/14 02:01:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/14 02:01:37 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/14 02:01:41 DEBUG : toe/toe/toe.txt: md5 = 1fb76f6693578cc8be351ec56b4d412d OK 2026/08/14 02:01:41 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/14 02:01:41 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/14 02:01:41 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.57s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:01:47 DEBUG : toe: transformed to: dG9l 2026/08/14 02:01:47 DEBUG : toe: transformed to: dG9l 2026/08/14 02:01:47 DEBUG : dG9l: Making directory with metadata 2026/08/14 02:01:48 INFO : dG9l: Made directory with metadata (mtime=2026-08-14T02:01:47.593853395Z) 2026/08/14 02:01:48 DEBUG : toe: transformed to: dG9l 2026/08/14 02:01:48 DEBUG : toe: transformed to: dG9l 2026/08/14 02:01:48 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/14 02:01:48 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/14 02:01:49 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-14T02:01:47.593853395Z) 2026/08/14 02:01:49 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/14 02:01:49 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/14 02:01:49 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/14 02:01:49 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/14 02:01:49 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/14 02:01:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:01:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:01:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 01944702d9684f49a365cba724862777 OK 2026/08/14 02:01:51 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/14 02:01:51 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/14 02:01:51 DEBUG : Waiting for deletions to finish 2026/08/14 02:01:52 DEBUG : dG9l: transformed to: toe 2026/08/14 02:01:52 DEBUG : dG9l: transformed to: toe 2026/08/14 02:01:52 DEBUG : toe: Directory modification time the same (differ by 853.395µs, within tolerance 1ms) 2026/08/14 02:01:52 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/14 02:01:52 DEBUG : dG9l: transformed to: toe 2026/08/14 02:01:52 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/14 02:01:52 DEBUG : toe/toe: Directory modification time the same (differ by 853.395µs, within tolerance 1ms) 2026/08/14 02:01:52 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/14 02:01:52 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/14 02:01:52 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/14 02:01:52 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/14 02:01:52 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/14 02:01:52 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/14 02:01:52 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for checks to finish 2026/08/14 02:01:52 DEBUG : Local file system at /tmp/rclone3427208186: Waiting for transfers to finish 2026/08/14 02:01:52 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.71s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu'", Local "Local file system at /tmp/rclone3427208186", Modify Window "1ms" 2026/08/14 02:01:56 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:56 DEBUG : toe: transformed to: 2026/08/14 02:01:56 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:56 DEBUG : toe: transformed to: 2026/08/14 02:01:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Making directory with metadata 2026/08/14 02:01:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Made directory with metadata (mtime=2026-08-14T02:01:56.305966639Z) 2026/08/14 02:01:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:57 DEBUG : toe: transformed to: 2026/08/14 02:01:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:57 DEBUG : toe: transformed to: 2026/08/14 02:01:57 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:57 DEBUG : toe/toe: transformed to: 2026/08/14 02:01:57 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/14 02:01:57 DEBUG : toe/toe: Making directory with metadata 2026/08/14 02:01:58 INFO : toe/toe: Made directory with metadata (mtime=2026-08-14T02:01:56.305966639Z) 2026/08/14 02:01:58 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:58 DEBUG : toe/toe: transformed to: 2026/08/14 02:01:58 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/14 02:01:58 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:58 DEBUG : toe: transformed to: 2026/08/14 02:01:58 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/14 02:01:58 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/14 02:01:58 DEBUG : toe/toe/toe: transformed to: 2026/08/14 02:01:58 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/14 02:01:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for checks to finish 2026/08/14 02:01:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Waiting for transfers to finish 2026/08/14 02:02:00 DEBUG : toe/toe/toe: md5 = d6e3615a0bf9eefd233b78f9dc925dd5 OK 2026/08/14 02:02:00 DEBUG : toe/toe/toe: size = 11 OK 2026/08/14 02:02:00 INFO : toe/toe/toe: Copied (new) 2026/08/14 02:02:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': not deleting files as there were IO errors 2026/08/14 02:02:00 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': not deleting directories as there were IO errors --- PASS: TestError (7.39s) PASS 2026/08/14 02:02:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-robaler1dahu': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 28m53.048506523s (try 1/5)