"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2026/08/13 02:05:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji" 2026/08/13 02:05:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/13 02:05:33 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g" 2026/08/13 02:05:34 DEBUG : Creating backend with remote "/tmp/rclone3171333505" === 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-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:05:35 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:05:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:05:35 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/13 02:05:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:05:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:05:35 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.53s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:05:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:05:36 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:05:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:05:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:05:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:05:38 DEBUG : sub dir/hello world: md5 = f16677d7c8f1841556f9647ff973c5f1 OK 2026/08/13 02:05:38 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:05:38 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:05:38 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (5.18s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:05:41 DEBUG : metadata sub dir: Making directory with metadata 2026/08/13 02:05:41 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:05:41 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/13 02:05:41 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:05:41 DEBUG : Local file system at /tmp/rclone3171333505: File to upload is small (21 bytes), uploading instead of streaming 2026/08/13 02:05:41 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/13 02:05:41 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/13 02:05:41 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/13 02:05:41 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:05:41 DEBUG : Google drive root 'crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g': Skipping btime metadata as can't update it on an existing file: 2026-08-13T02:05:41.436263843Z 2026/08/13 02:05:42 INFO : empty metadata sub dir: Updated directory metadata 2026/08/13 02:05:42 DEBUG : Google drive root 'crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g': Skipping btime metadata as can't update it on an existing file: 2026-08-13T02:05:41.436263843Z 2026/08/13 02:05:43 INFO : metadata sub dir: Updated directory metadata 2026/08/13 02:05:43 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/13 02:05:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:05:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:05:44 DEBUG : metadata sub dir/hello metadata world: md5 = ec2bc82ab98ff68959ff1e8ca1f1949b OK 2026/08/13 02:05:44 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/13 02:05:44 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (6.96s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:05:48 DEBUG : metadata sub dir: Making directory with metadata 2026/08/13 02:05:48 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:05:48 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/13 02:05:48 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:05:48 DEBUG : Local file system at /tmp/rclone3171333505: File to upload is small (21 bytes), uploading instead of streaming 2026/08/13 02:05:48 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/13 02:05:48 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/13 02:05:48 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/13 02:05:48 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:05:48 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/13 02:05:48 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/13 02:05:48 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/13 02:05:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:05:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:05:51 DEBUG : metadata sub dir/hello metadata world: md5 = 5b696774634dda9d64a2c41c9d745cc2 OK 2026/08/13 02:05:51 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/13 02:05:51 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/13 02:05:51 DEBUG : Google drive root 'crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g': Skipping btime metadata as can't update it on an existing file: 2026-08-13T02:05:48.396350128Z 2026/08/13 02:05:51 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.15s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:05:54 DEBUG : Creating backend with remote "/non-existing" 2026/08/13 02:05:54 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/13 02:05:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:05:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.64s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:05:55 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:05:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:05:57 DEBUG : sub dir/hello world: md5 = 2de2d99b7ea7f19c2d6368dd46272422 OK 2026/08/13 02:05:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:05:57 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:05:58 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.12s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.47s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Running all checks before starting transfers 2026/08/13 02:06:00 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:06:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Checks finished, now starting transfers 2026/08/13 02:06:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:03 DEBUG : sub dir/hello world: md5 = 88259869996386ec5d6870be52614a3f OK 2026/08/13 02:06:03 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:03 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:03 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.13s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:05 ERROR : Ignoring --no-traverse with sync 2026/08/13 02:06:06 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:06:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:08 DEBUG : sub dir/hello world: md5 = f9c3068128b7a8273658423680364d4a OK 2026/08/13 02:06:08 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:08 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:08 DEBUG : Waiting for deletions to finish 2026/08/13 02:06:08 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.34s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:11 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/13 02:06:11 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:06:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:12 DEBUG : hello world2: md5 = d9a9f6200243cff40d521db73b70a3b8 OK 2026/08/13 02:06:12 DEBUG : hello world2: size = 12 OK 2026/08/13 02:06:12 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (2.65s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:14 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:06:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:15 DEBUG : potato2: md5 = f6cc1c179ce7e369013cd90ad3629046 OK 2026/08/13 02:06:15 DEBUG : potato2: size = 11 OK 2026/08/13 02:06:15 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.78s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:16 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:06:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:18 DEBUG : potato2: md5 = f0667f14c2ed6dd3ad9c8deb8ece7e33 OK 2026/08/13 02:06:18 DEBUG : potato2: size = 11 OK 2026/08/13 02:06:18 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (2.79s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:19 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/13 02:06:19 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:19 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:06:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:06:19 DEBUG : sub dir2: Making directory with metadata 2026/08/13 02:06:20 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:20 DEBUG : sub dir: Making directory with metadata 2026/08/13 02:06:21 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:06:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:21 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/13 02:06:21 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:22 DEBUG : sub dir/hello world: md5 = 61b97d5d68f675343a92122d2fb93e8e OK 2026/08/13 02:06:22 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:22 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (7.98s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:27 INFO : sub dir2: Making directory 2026/08/13 02:06:27 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/13 02:06:27 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:27 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/13 02:06:27 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:06:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:27 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/13 02:06:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:29 DEBUG : sub dir/hello world: md5 = d5801289e53a1421476430ab00526f0c OK 2026/08/13 02:06:29 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:29 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:30 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (4.75s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:32 DEBUG : sub dir2: Making directory with metadata 2026/08/13 02:06:32 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:32 DEBUG : sub dir2: Making directory with metadata 2026/08/13 02:06:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:33 DEBUG : sub dir: Making directory with metadata 2026/08/13 02:06:33 INFO : sub dir: Made directory with metadata (mtime=2026-08-13T02:06:32.205896139Z) 2026/08/13 02:06:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:35 DEBUG : sub dir/hello world: md5 = c669875e2da1a19a1ace4716aec77115 OK 2026/08/13 02:06:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:35 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:35 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (6.33s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:38 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/13 02:06:38 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.49s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:42 INFO : sub dir2: Making directory 2026/08/13 02:06:42 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/13 02:06:42 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:06:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:44 DEBUG : sub dir/hello world: md5 = f3f6f7d9fdbe968b1b1b18352ee3a00a OK 2026/08/13 02:06:44 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:44 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:44 INFO : sub dir/hello world: Deleted 2026/08/13 02:06:44 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.11s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:47 DEBUG : sub dir2: Making directory with metadata 2026/08/13 02:06:47 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:06:47 DEBUG : sub dir2: Making directory with metadata 2026/08/13 02:06:48 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:06:48 DEBUG : sub dir: Making directory with metadata 2026/08/13 02:06:48 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:06:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:50 DEBUG : sub dir/hello world: md5 = ea7839254176d2a7921510d106173086 OK 2026/08/13 02:06:50 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:50 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (6.45s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.46s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:06:54 INFO : sub dir2: Making directory 2026/08/13 02:06:54 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/13 02:06:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:06:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:06:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:06:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:06:56 DEBUG : sub dir/hello world: md5 = d1261b0fa9c5671c8b7d8863b2410225 OK 2026/08/13 02:06:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:06:56 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:06:56 DEBUG : Waiting for deletions to finish 2026/08/13 02:06:56 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (5.41s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:07:01 DEBUG : sub dir/hello world: md5 = 6aeded1fee6bc23e8fbdd3bd5317e608 OK 2026/08/13 02:07:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gaqibuh2sosu" 2026/08/13 02:07:02 DEBUG : Config file has changed externally - reloading 2026/08/13 02:07:02 DEBUG : Creating backend with remote "TestDrive:crypt/tmumlhefocigl135hr0bicnmtjjpbt1r4gajjrga0829ugdqsks0" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji' -> Encrypted drive 'TestCryptDrive:rclone-test-gaqibuh2sosu' 2026/08/13 02:07:03 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:07:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:07:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaqibuh2sosu': Waiting for checks to finish 2026/08/13 02:07:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaqibuh2sosu': Waiting for transfers to finish 2026/08/13 02:07:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:07:06 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/13 02:07:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:07:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gaqibuh2sosu': Purge remote --- PASS: TestServerSideCopy (10.07s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:07:11 DEBUG : sub dir/hello world: md5 = b86fd155ace8d6410216e06cd8544dde OK 2026/08/13 02:07:13 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/13 02:07:13 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/13 02:07:13 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:07:13 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:07:13 DEBUG : sub dir/hello world: Sizes differ 2026/08/13 02:07:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:07:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:07:15 DEBUG : sub dir/hello world: md5 = 8c26c3edd9ec2f0b7839c370cc14a0d3 OK 2026/08/13 02:07:15 DEBUG : sub dir/hello world: size = 17 OK 2026/08/13 02:07:15 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/13 02:07:15 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (8.30s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:07:19 DEBUG : sub dir/hello world: md5 = 1ae7dd6e8d24ad0191f4ad79f712ee6a OK 2026/08/13 02:07:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hakepaw5haji" 2026/08/13 02:07:20 DEBUG : Creating backend with remote "TestDrive:crypt/58kvl26a7danlv5dfc0joj8rp7lljjh30fg60ae2cltdkh28pq20" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji' -> Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji' 2026/08/13 02:07:21 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:07:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:07:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji': Waiting for checks to finish 2026/08/13 02:07:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji': Waiting for transfers to finish 2026/08/13 02:07:24 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:07:24 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/13 02:07:24 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:07:26 DEBUG : sub dir/hello world: md5 = b1e97e24521676ad33c26916785c1838 OK 2026/08/13 02:07:27 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:07:27 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/13 02:07:27 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:07:27 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji') 2026/08/13 02:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji': Waiting for checks to finish 2026/08/13 02:07:27 DEBUG : sub dir/hello world: Sizes differ 2026/08/13 02:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji': Waiting for transfers to finish 2026/08/13 02:07:29 DEBUG : sub dir/hello world: size = 17 OK 2026/08/13 02:07:29 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/13 02:07:29 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/13 02:07:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hakepaw5haji': Purge remote --- PASS: TestServerSideCopyOverSelf (14.61s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:07:34 DEBUG : sub dir/hello world: md5 = 5f52f11cd5a57d7096cb3804cb6b769c OK 2026/08/13 02:07:36 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/13 02:07:36 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/13 02:07:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:07:36 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:07:36 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:07:36 DEBUG : sub dir/hello world: Sizes differ 2026/08/13 02:07:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:07:37 DEBUG : sub dir/hello world: md5 = 45818d923cec1afc0c153efe775d95d6 OK 2026/08/13 02:07:37 DEBUG : sub dir/hello world: size = 17 OK 2026/08/13 02:07:37 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/13 02:07:37 INFO : sub dir/hello world: Deleted 2026/08/13 02:07:38 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (8.39s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:07:43 DEBUG : sub dir/hello world: md5 = ab230609aa9ef2ad4d33b2c0062eb312 OK 2026/08/13 02:07:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qucutob4dihe" 2026/08/13 02:07:43 DEBUG : Creating backend with remote "TestDrive:crypt/on68lbgirt8u3f1pc2oj2sbnhrmfht1amtqhngnljt4nb5ge7bh0" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji' -> Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe' 2026/08/13 02:07:45 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:07:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:07:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Waiting for checks to finish 2026/08/13 02:07:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Waiting for transfers to finish 2026/08/13 02:07:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:07:47 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/13 02:07:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:07:50 DEBUG : sub dir/hello world: md5 = 751d612bd59033a62378745bba356dc4 OK 2026/08/13 02:07:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Using server-side directory move 2026/08/13 02:07:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/13 02:07:50 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:07:50 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/13 02:07:50 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:07:50 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe') 2026/08/13 02:07:50 DEBUG : sub dir/hello world: Sizes differ 2026/08/13 02:07:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Waiting for checks to finish 2026/08/13 02:07:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Waiting for transfers to finish 2026/08/13 02:07:51 INFO : sub dir/hello world: Deleted 2026/08/13 02:07:51 INFO : sub dir/hello world: Moved (server-side) 2026/08/13 02:07:52 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/13 02:07:54 DEBUG : sub dir/hello world: md5 = 5c58fcc950ce25e613cc4ca3e6e47d88 OK 2026/08/13 02:07:55 DEBUG : testing file moves 2026/08/13 02:07:55 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:07:55 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/13 02:07:55 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:07:55 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe') 2026/08/13 02:07:55 DEBUG : sub dir/hello world: Sizes differ 2026/08/13 02:07:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Waiting for checks to finish 2026/08/13 02:07:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Waiting for transfers to finish 2026/08/13 02:07:55 INFO : sub dir/hello world: Deleted 2026/08/13 02:07:56 INFO : sub dir/hello world: Moved (server-side) 2026/08/13 02:07:57 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/13 02:07:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qucutob4dihe': Purge remote --- PASS: TestServerSideMoveOverSelf (19.14s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:02 DEBUG : sub dir/hello world: md5 = bfbc48cdb2ae8dad6500349122cf3cf9 OK 2026/08/13 02:08:02 ERROR : error listing: directory not found 2026/08/13 02:08:02 INFO : Local file system at /tmp/rclone3171333505: Making directory 2026/08/13 02:08:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.69s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:07 DEBUG : sub dir/hello world: md5 = aafff53bfdb62a28a3d771bc7d30cdbe OK 2026/08/13 02:08:08 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:08:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:08:08 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for checks to finish 2026/08/13 02:08:08 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for transfers to finish 2026/08/13 02:08:09 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/13 02:08:09 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/13 02:08:09 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:08:09 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (5.72s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:11 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/13 02:08:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:13 DEBUG : check sum: md5 = e62dbf4dd402898cd80b57e340eb092a OK 2026/08/13 02:08:13 DEBUG : check sum: size = 1 OK 2026/08/13 02:08:13 INFO : check sum: Copied (new) 2026/08/13 02:08:13 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:13 DEBUG : check sum: size = 1 OK 2026/08/13 02:08:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/13 02:08:13 DEBUG : check sum: Size of src and dst objects identical 2026/08/13 02:08:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:13 DEBUG : check sum: Unchanged skipping 2026/08/13 02:08:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:13 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:13 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.38s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:14 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/13 02:08:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:17 DEBUG : sizeonly: md5 = ae1542a6bd483248d79ef670ce918405 OK 2026/08/13 02:08:17 DEBUG : sizeonly: size = 6 OK 2026/08/13 02:08:17 INFO : sizeonly: Copied (new) 2026/08/13 02:08:17 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:17 DEBUG : sizeonly: size = 6 OK 2026/08/13 02:08:17 DEBUG : sizeonly: Sizes identical 2026/08/13 02:08:17 DEBUG : sizeonly: Unchanged skipping 2026/08/13 02:08:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:17 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:17 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (4.42s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:19 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/13 02:08:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:20 DEBUG : ignore-size: md5 = 548753c19f808cec785e3ad21cc47b16 OK 2026/08/13 02:08:20 INFO : ignore-size: Copied (new) 2026/08/13 02:08:20 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:21 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:08:21 DEBUG : ignore-size: Unchanged skipping 2026/08/13 02:08:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:21 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:21 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.40s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:23 DEBUG : existing: md5 = 4752c0e8e62419cc7c6c7f1d3c2fc755 OK 2026/08/13 02:08:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:24 DEBUG : existing: size = 6 OK 2026/08/13 02:08:24 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:08:24 DEBUG : existing: Unchanged skipping 2026/08/13 02:08:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:24 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:24 INFO : There was nothing to transfer 2026/08/13 02:08:24 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/13 02:08:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:25 DEBUG : existing: md5 = 7e20443bfc2043751aff98c6fdea2ee1 OK 2026/08/13 02:08:25 DEBUG : existing: size = 6 OK 2026/08/13 02:08:25 INFO : existing: Copied (replaced existing) 2026/08/13 02:08:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.37s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:27 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/13 02:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:28 DEBUG : existing: md5 = 6c43d7f00e50827da6b2f59b3db56fc8 OK 2026/08/13 02:08:28 DEBUG : existing: size = 6 OK 2026/08/13 02:08:28 INFO : existing: Copied (new) 2026/08/13 02:08:28 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:29 DEBUG : existing: Destination exists, skipping 2026/08/13 02:08:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:29 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:29 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.41s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:33 DEBUG : b/potato: md5 = a086aacf83aac6339b0362064e1d9d0c OK 2026/08/13 02:08:35 DEBUG : c/non empty space: md5 = ff748b472dd807b111f82ddc2a438343 OK 2026/08/13 02:08:35 INFO : d: Making directory 2026/08/13 02:08:36 DEBUG : Added delayed dir = "a", newDst= 2026/08/13 02:08:37 INFO : c: Set directory modification time (using SetModTime) 2026/08/13 02:08:37 DEBUG : Added delayed dir = "c", newDst=c 2026/08/13 02:08:37 DEBUG : c/non empty space: size = 5 OK 2026/08/13 02:08:37 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/13 02:08:37 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:08:37 DEBUG : c/non empty space: Unchanged skipping 2026/08/13 02:08:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:39 DEBUG : a/potato2: md5 = e07988eeadfa752cded8ef4a1f0db635 OK 2026/08/13 02:08:39 DEBUG : a/potato2: size = 60 OK 2026/08/13 02:08:39 INFO : a/potato2: Copied (new) 2026/08/13 02:08:39 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:39 INFO : b/potato: Deleted 2026/08/13 02:08:40 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/13 02:08:40 INFO : d: Removing directory 2026/08/13 02:08:40 INFO : b: Removing directory 2026/08/13 02:08:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': deleted 2 directories --- PASS: TestSyncIgnoreErrors (14.65s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:46 DEBUG : empty space: md5 = 48dcf6161dbf6bf148bb497b9893c18b OK 2026/08/13 02:08:46 DEBUG : empty space: size = 1 OK 2026/08/13 02:08:46 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/13 02:08:46 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/13 02:08:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:46 DEBUG : Waiting for deletions to finish 2026/08/13 02:08:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:47 DEBUG : empty space: size = 1 OK 2026/08/13 02:08:47 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/13 02:08:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:48 DEBUG : empty space: md5 = bbd753617762c8be4d04f233c78fc304 OK 2026/08/13 02:08:48 DEBUG : empty space: size = 1 OK 2026/08/13 02:08:48 INFO : empty space: Copied (replaced existing) 2026/08/13 02:08:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (4.80s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.68s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:51 DEBUG : foo: md5 = 7af13ab1bf2db625b67185f1f2dbc7aa OK 2026/08/13 02:08:52 DEBUG : foo: size = 3 OK 2026/08/13 02:08:52 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/13 02:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:53 DEBUG : foo: md5 = c8fda324c819bac1deb95e0bb5f01e10 OK 2026/08/13 02:08:53 DEBUG : foo: size = 3 OK 2026/08/13 02:08:53 INFO : foo: Copied (replaced existing) 2026/08/13 02:08:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.12s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:08:55 DEBUG : empty space: md5 = 5c4ab9d8b8d3dc06025dbf87512279ca OK 2026/08/13 02:08:56 DEBUG : empty space: size = 1 OK 2026/08/13 02:08:56 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:08:56 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/13 02:08:56 DEBUG : empty space: Unchanged skipping 2026/08/13 02:08:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:08:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:08:57 DEBUG : potato: md5 = 80018c693d1b7bd06abbb8f9d6a5e129 OK 2026/08/13 02:08:57 DEBUG : potato: size = 60 OK 2026/08/13 02:08:57 INFO : potato: Copied (new) 2026/08/13 02:08:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.01s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:01 DEBUG : potato: md5 = f3f7d46761762ff95e40348fa53d6005 OK 2026/08/13 02:09:01 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:09:01 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:09:01 DEBUG : potato: Sizes differ 2026/08/13 02:09:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:02 DEBUG : potato: md5 = dbde56367273dafb025e73a0e78aa62a OK 2026/08/13 02:09:02 DEBUG : potato: size = 21 OK 2026/08/13 02:09:02 INFO : potato: Copied (replaced existing) 2026/08/13 02:09:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.29s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:05 DEBUG : potato: md5 = cd392e32662b3a46608ca4e1663b2c6b OK 2026/08/13 02:09:05 DEBUG : potato: size = 21 OK 2026/08/13 02:09:05 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/13 02:09:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:07 DEBUG : potato: md5 = 221a2a83a0720ce070b2cf31415816f7 OK 2026/08/13 02:09:07 DEBUG : potato: size = 21 OK 2026/08/13 02:09:07 INFO : potato: Copied (replaced existing) 2026/08/13 02:09:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (5.22s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:10 DEBUG : potato: md5 = d34519734b0a7ef9504c72544521bb58 OK 2026/08/13 02:09:11 DEBUG : empty space: md5 = ec1cf4b3bdb5da85253b7bb481ba1015 OK 2026/08/13 02:09:12 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:09:12 DEBUG : empty space: size = 1 OK 2026/08/13 02:09:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:09:12 DEBUG : empty space: Unchanged skipping 2026/08/13 02:09:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/13 02:09:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:12 DEBUG : Waiting for deletions to finish 2026/08/13 02:09:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.55s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:15 DEBUG : potato: md5 = 4b23864986743230a0242ce543070854 OK 2026/08/13 02:09:16 DEBUG : empty space: md5 = 7525a03771b2a68ddaaf06832dad4fb4 OK 2026/08/13 02:09:17 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:09:17 DEBUG : empty space: size = 1 OK 2026/08/13 02:09:17 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:09:17 DEBUG : empty space: Unchanged skipping 2026/08/13 02:09:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:18 DEBUG : potato2: md5 = 62f60a5042dc5ec3f023dc763272e990 OK 2026/08/13 02:09:18 DEBUG : potato2: size = 60 OK 2026/08/13 02:09:18 INFO : potato2: Copied (new) 2026/08/13 02:09:18 DEBUG : Waiting for deletions to finish 2026/08/13 02:09:18 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.70s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:22 DEBUG : b/potato: md5 = a18d46c0f64f50975cd008a1231f9831 OK 2026/08/13 02:09:25 DEBUG : c/non empty space: md5 = 63ab597d8c632d542b9df15cf8360414 OK 2026/08/13 02:09:25 INFO : d: Making directory 2026/08/13 02:09:25 INFO : d/e: Making directory 2026/08/13 02:09:28 DEBUG : Added delayed dir = "a", newDst= 2026/08/13 02:09:28 INFO : c: Set directory modification time (using SetModTime) 2026/08/13 02:09:28 DEBUG : Added delayed dir = "c", newDst=c 2026/08/13 02:09:28 DEBUG : c/non empty space: size = 5 OK 2026/08/13 02:09:28 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:09:28 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/13 02:09:28 DEBUG : c/non empty space: Unchanged skipping 2026/08/13 02:09:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:30 DEBUG : a/potato2: md5 = 7976b47ef4ca2874f771d9df2a6ccd31 OK 2026/08/13 02:09:30 DEBUG : a/potato2: size = 60 OK 2026/08/13 02:09:30 INFO : a/potato2: Copied (new) 2026/08/13 02:09:30 DEBUG : Waiting for deletions to finish 2026/08/13 02:09:31 INFO : b/potato: Deleted 2026/08/13 02:09:31 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/13 02:09:31 INFO : d/e: Removing directory 2026/08/13 02:09:32 INFO : d: Removing directory 2026/08/13 02:09:32 INFO : b: Removing directory 2026/08/13 02:09:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (16.70s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:39 DEBUG : b/potato: md5 = 94b0a10139f34c9211bcd750393b4b0c OK 2026/08/13 02:09:41 DEBUG : c/non empty space: md5 = 90b6c2d521a1a8fd74f6b80e12451061 OK 2026/08/13 02:09:41 INFO : d: Making directory 2026/08/13 02:09:43 DEBUG : Added delayed dir = "a", newDst= 2026/08/13 02:09:43 INFO : c: Set directory modification time (using SetModTime) 2026/08/13 02:09:43 DEBUG : Added delayed dir = "c", newDst=c 2026/08/13 02:09:43 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/13 02:09:43 DEBUG : c/non empty space: size = 5 OK 2026/08/13 02:09:43 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:09:43 DEBUG : c/non empty space: Unchanged skipping 2026/08/13 02:09:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:45 DEBUG : a/potato2: md5 = 3a576ba90f9a559050908030e1885ca4 OK 2026/08/13 02:09:45 DEBUG : a/potato2: size = 60 OK 2026/08/13 02:09:45 INFO : a/potato2: Copied (new) 2026/08/13 02:09:45 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': not deleting files as there were IO errors 2026/08/13 02:09:46 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/13 02:09:46 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.33s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:52 DEBUG : potato: md5 = a9ea587caf81b99ccc3fc01e197ad6ca OK 2026/08/13 02:09:54 DEBUG : empty space: md5 = 916691bfe4f2c6edf90be6d199c125ca OK 2026/08/13 02:09:54 DEBUG : Waiting for deletions to finish 2026/08/13 02:09:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:09:54 DEBUG : empty space: size = 1 OK 2026/08/13 02:09:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:09:54 DEBUG : empty space: Unchanged skipping 2026/08/13 02:09:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:09:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:09:55 INFO : potato: Deleted 2026/08/13 02:09:55 DEBUG : potato2: md5 = aa8d565277bbc2baded9f71a622d68f5 OK 2026/08/13 02:09:55 DEBUG : potato2: size = 60 OK 2026/08/13 02:09:55 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.15s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:09:59 DEBUG : potato: md5 = 89f4505d0c2d294cf912755c57d5cb84 OK 2026/08/13 02:10:00 DEBUG : empty space: md5 = 0663447bd3290f79c1120e935c51529e OK 2026/08/13 02:10:00 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:01 INFO : potato: Deleted 2026/08/13 02:10:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:10:01 DEBUG : empty space: size = 1 OK 2026/08/13 02:10:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:10:01 DEBUG : empty space: Unchanged skipping 2026/08/13 02:10:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:03 DEBUG : potato2: md5 = d6d3586cd0eb6ffb412e40ca3b5b6260 OK 2026/08/13 02:10:03 DEBUG : potato2: size = 60 OK 2026/08/13 02:10:03 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.21s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:10:06 DEBUG : potato: md5 = ccde77a9e97019a3f87c12faa3800b57 OK 2026/08/13 02:10:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:10:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:08 DEBUG : potato2: md5 = 2d676b7df9464d0579277f0f00006fab OK 2026/08/13 02:10:08 DEBUG : potato2: size = 19 OK 2026/08/13 02:10:08 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (4.84s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:10:11 DEBUG : potato2: md5 = c96b3c47bea6bb4a4346ca01c7566610 OK 2026/08/13 02:10:12 DEBUG : empty space: md5 = c12ab8c81bbff62f1191fae810f6f062 OK 2026/08/13 02:10:12 DEBUG : enormous: Excluded (Size Filter) 2026/08/13 02:10:12 DEBUG : enormous: Excluded 2026/08/13 02:10:12 DEBUG : potato2: Excluded (Size Filter) 2026/08/13 02:10:12 DEBUG : potato2: Excluded 2026/08/13 02:10:12 DEBUG : potato2: Excluded (Size Filter) 2026/08/13 02:10:12 DEBUG : empty space: size = 1 OK 2026/08/13 02:10:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:10:12 DEBUG : empty space: Unchanged skipping 2026/08/13 02:10:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:12 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:12 INFO : There was nothing to transfer 2026/08/13 02:10:13 DEBUG : enormous: Excluded (Size Filter) 2026/08/13 02:10:13 DEBUG : enormous: Excluded 2026/08/13 02:10:13 DEBUG : potato2: Excluded (Size Filter) 2026/08/13 02:10:13 DEBUG : potato2: Excluded 2026/08/13 02:10:13 DEBUG : potato2: Excluded (Size Filter) 2026/08/13 02:10:13 DEBUG : empty space: size = 1 OK 2026/08/13 02:10:13 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/13 02:10:13 DEBUG : empty space: Unchanged skipping 2026/08/13 02:10:13 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for checks to finish 2026/08/13 02:10:13 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for transfers to finish 2026/08/13 02:10:13 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:13 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.23s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:10:16 DEBUG : potato2: md5 = 9db0f1bb0377b346e64e253ec0104b89 OK 2026/08/13 02:10:17 DEBUG : empty space: md5 = d1d1b6936251fffb0775d50faac69107 OK 2026/08/13 02:10:19 DEBUG : enormous: md5 = eb99d7cda5fd1ae52d5f279d6d77daa2 OK 2026/08/13 02:10:19 DEBUG : enormous: Excluded (Size Filter) 2026/08/13 02:10:19 DEBUG : enormous: Excluded 2026/08/13 02:10:19 DEBUG : potato2: Excluded (Size Filter) 2026/08/13 02:10:19 DEBUG : potato2: Excluded 2026/08/13 02:10:19 DEBUG : empty space: size = 1 OK 2026/08/13 02:10:19 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:10:19 DEBUG : empty space: Unchanged skipping 2026/08/13 02:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:19 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:20 INFO : potato2: Deleted 2026/08/13 02:10:20 INFO : enormous: Deleted 2026/08/13 02:10:20 INFO : There was nothing to transfer 2026/08/13 02:10:20 DEBUG : empty space: size = 1 OK 2026/08/13 02:10:20 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/13 02:10:20 DEBUG : empty space: Unchanged skipping 2026/08/13 02:10:20 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for checks to finish 2026/08/13 02:10:20 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for transfers to finish 2026/08/13 02:10:20 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:20 INFO : enormous: Deleted 2026/08/13 02:10:20 INFO : potato2: Deleted 2026/08/13 02:10:20 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (6.93s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:10:23 DEBUG : one: md5 = 3434df756019ba06d18f7a7bced804e2 OK 2026/08/13 02:10:24 DEBUG : two: md5 = 39bfa1a233664d9cbb5c782c42b73a9f OK 2026/08/13 02:10:26 DEBUG : three: md5 = cf58efdfe845d9286afe583d281ee2f8 OK 2026/08/13 02:10:27 DEBUG : four: md5 = 87994ad06c88bd52d07c6d1f44007660 OK 2026/08/13 02:10:27 DEBUG : five: Need to transfer - File not found at Destination 2026/08/13 02:10:27 DEBUG : four: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:10:27 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:10:27 DEBUG : four: Sizes differ 2026/08/13 02:10:27 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/13 02:10:27 DEBUG : one: Destination is newer than source, skipping 2026/08/13 02:10:27 DEBUG : three: size = 5 OK 2026/08/13 02:10:27 DEBUG : three: Sizes identical 2026/08/13 02:10:27 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/13 02:10:27 DEBUG : two: size = 3 OK 2026/08/13 02:10:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:29 DEBUG : two: md5 = d526a8bdb19715b6419e0c6d6e507e10 OK 2026/08/13 02:10:29 DEBUG : two: size = 3 OK 2026/08/13 02:10:29 INFO : two: Copied (replaced existing) 2026/08/13 02:10:29 DEBUG : four: md5 = 39638b95080439ee3d529089f1e5b97e OK 2026/08/13 02:10:29 DEBUG : four: size = 4 OK 2026/08/13 02:10:29 INFO : four: Copied (replaced existing) 2026/08/13 02:10:29 DEBUG : five: md5 = af56329f53cc5fd61a809907048e9977 OK 2026/08/13 02:10:29 DEBUG : five: size = 4 OK 2026/08/13 02:10:29 INFO : five: Copied (new) 2026/08/13 02:10:29 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (10.19s) === 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-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/13 02:10:31 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/13 02:10:32 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/13 02:10:32 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/13 02:10:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:33 DEBUG : yam: md5 = b89e8ba04fd69f75ba2b98234d232f41 OK 2026/08/13 02:10:33 DEBUG : yam: size = 11 OK 2026/08/13 02:10:33 INFO : yam: Copied (new) 2026/08/13 02:10:33 DEBUG : potato: md5 = f5900118d8953cd0d2bdcfbbfa8fabad OK 2026/08/13 02:10:33 DEBUG : potato: size = 14 OK 2026/08/13 02:10:33 INFO : potato: Copied (new) 2026/08/13 02:10:33 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:33 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/13 02:10:34 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/13 02:10:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:34 DEBUG : potato: size = 14 OK 2026/08/13 02:10:34 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:10:34 DEBUG : potato: Unchanged skipping 2026/08/13 02:10:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:35 DEBUG : yaml: md5 = 0a9e31666ec9a649786bf4036ad34236 OK 2026/08/13 02:10:35 DEBUG : yaml: size = 11 OK 2026/08/13 02:10:35 INFO : yaml: Copied (new) 2026/08/13 02:10:35 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:36 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (5.74s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/13 02:10:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Making map for --track-renames 2026/08/13 02:10:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Finished making map for --track-renames 2026/08/13 02:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:37 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/13 02:10:37 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/13 02:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for renames to finish 2026/08/13 02:10:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:39 DEBUG : yam: md5 = 35a7799e1ce09df0648fa3f8d027b0cf OK 2026/08/13 02:10:39 DEBUG : yam: size = 11 OK 2026/08/13 02:10:39 INFO : yam: Copied (new) 2026/08/13 02:10:39 DEBUG : potato: md5 = ecf5151a3df51c9eb6ab6e62117ae6c1 OK 2026/08/13 02:10:39 DEBUG : potato: size = 14 OK 2026/08/13 02:10:39 INFO : potato: Copied (new) 2026/08/13 02:10:39 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:39 DEBUG : potato: size = 14 OK 2026/08/13 02:10:39 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:10:39 DEBUG : potato: Unchanged skipping 2026/08/13 02:10:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Making map for --track-renames 2026/08/13 02:10:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Finished making map for --track-renames 2026/08/13 02:10:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for renames to finish 2026/08/13 02:10:40 INFO : yam: Moved (server-side) to: yaml 2026/08/13 02:10:40 INFO : yaml: Renamed from "yam" 2026/08/13 02:10:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:40 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:40 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.44s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/13 02:10:42 DEBUG : Added delayed dir = "sub", newDst= 2026/08/13 02:10:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Making map for --track-renames 2026/08/13 02:10:42 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Finished making map for --track-renames 2026/08/13 02:10:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:42 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/13 02:10:42 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/13 02:10:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for renames to finish 2026/08/13 02:10:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:44 DEBUG : potato: md5 = 2ea249cb71290c3330923c8027b51cce OK 2026/08/13 02:10:44 DEBUG : potato: size = 14 OK 2026/08/13 02:10:44 INFO : potato: Copied (new) 2026/08/13 02:10:44 DEBUG : sub/yam: md5 = 3dc2d1e2a5b973ee1cdc54f22d0d7db3 OK 2026/08/13 02:10:44 DEBUG : sub/yam: size = 11 OK 2026/08/13 02:10:44 INFO : sub/yam: Copied (new) 2026/08/13 02:10:44 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:45 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/13 02:10:46 DEBUG : potato: size = 14 OK 2026/08/13 02:10:46 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:10:46 DEBUG : potato: Unchanged skipping 2026/08/13 02:10:46 INFO : sub: Set directory modification time (using SetModTime) 2026/08/13 02:10:46 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/13 02:10:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Making map for --track-renames 2026/08/13 02:10:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Finished making map for --track-renames 2026/08/13 02:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for renames to finish 2026/08/13 02:10:47 INFO : sub/yam: Moved (server-side) to: yam 2026/08/13 02:10:47 INFO : yam: Renamed from "sub/yam" 2026/08/13 02:10:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:47 DEBUG : Waiting for deletions to finish 2026/08/13 02:10:47 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.19s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:10:50 DEBUG : Creating backend with remote "/tmp/rclone3171333505/dir1" 2026/08/13 02:10:50 DEBUG : Creating backend with remote "/tmp/rclone3171333505/dir2" 2026/08/13 02:10:50 DEBUG : Local file system at /tmp/rclone3171333505/dir2: Using server-side directory move 2026/08/13 02:10:50 INFO : Local file system at /tmp/rclone3171333505/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/13 02:10:50 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/13 02:10:50 INFO : file1.txt: Moved (server-side) 2026/08/13 02:10:50 DEBUG : Local file system at /tmp/rclone3171333505/dir2: Waiting for checks to finish 2026/08/13 02:10:50 DEBUG : Local file system at /tmp/rclone3171333505/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.50s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:10:51 DEBUG : Added delayed dir = "nested", newDst= 2026/08/13 02:10:51 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:10:51 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/13 02:10:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:10:51 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/13 02:10:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:10:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:10:53 DEBUG : sub dir/hello world: md5 = 30b41c3c06428f368b6bbe55921e7b0b OK 2026/08/13 02:10:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:10:53 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:10:53 INFO : sub dir/hello world: Deleted 2026/08/13 02:10:55 DEBUG : nested/sub dir/file: md5 = 46606db13b7e119fc2159c59975516f6 OK 2026/08/13 02:10:55 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/13 02:10:55 INFO : nested/sub dir/file: Copied (new) 2026/08/13 02:10:55 INFO : nested/sub dir/file: Deleted 2026/08/13 02:10:55 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:10:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:10:55 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/13 02:10:55 INFO : sub dir: Removing directory 2026/08/13 02:10:55 INFO : nested/sub dir: Removing directory 2026/08/13 02:10:55 INFO : nested: Removing directory 2026/08/13 02:10:55 DEBUG : Local file system at /tmp/rclone3171333505: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (9.50s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:11:00 DEBUG : Added delayed dir = "nested", newDst= 2026/08/13 02:11:00 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/13 02:11:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/13 02:11:00 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/13 02:11:00 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/13 02:11:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:11:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:11:02 DEBUG : sub dir/hello world: md5 = 13da4f843049c09cee13148f011b8d97 OK 2026/08/13 02:11:02 DEBUG : sub dir/hello world: size = 11 OK 2026/08/13 02:11:02 INFO : sub dir/hello world: Copied (new) 2026/08/13 02:11:02 INFO : sub dir/hello world: Deleted 2026/08/13 02:11:04 DEBUG : nested/sub dir/file: md5 = ccba1a18406e99874f1b8c1207c967de OK 2026/08/13 02:11:04 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/13 02:11:04 INFO : nested/sub dir/file: Copied (new) 2026/08/13 02:11:04 INFO : nested/sub dir/file: Deleted 2026/08/13 02:11:04 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:11:05 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/13 02:11:05 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (9.63s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:11:10 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/13 02:11:10 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/13 02:11:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:11:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:11:11 DEBUG : existing: md5 = 2125cf1fb4703d9c1a6f39a5edd3c37c OK 2026/08/13 02:11:11 DEBUG : existing: size = 6 OK 2026/08/13 02:11:11 INFO : existing: Copied (new) 2026/08/13 02:11:11 INFO : existing: Deleted 2026/08/13 02:11:11 DEBUG : existing-b: md5 = 813b7d00b26f3da1ec8f8d7efde5293b OK 2026/08/13 02:11:11 DEBUG : existing-b: size = 6 OK 2026/08/13 02:11:11 INFO : existing-b: Copied (new) 2026/08/13 02:11:11 INFO : existing-b: Deleted 2026/08/13 02:11:12 DEBUG : existing: Destination exists, skipping 2026/08/13 02:11:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:11:12 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/13 02:11:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:11:12 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.03s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:11:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gedokif1fame" 2026/08/13 02:11:14 DEBUG : Creating backend with remote "TestDrive:crypt/dv8ql3iicgcjrktr34dq8o6qru7oviteqfap5k0q1c258h4vu1a0" 2026/08/13 02:11:16 DEBUG : potato2: md5 = 49bd339d087c8251f38b6da698640151 OK 2026/08/13 02:11:18 DEBUG : empty space: md5 = a21dde0a01bff73d5697ecb52981ea40 OK 2026/08/13 02:11:19 DEBUG : potato3: md5 = 91e917e889efe89d81f7b879dfdafeff OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji' -> Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame' 2026/08/13 02:11:22 DEBUG : empty space: md5 = bbfbdb06b01f587557c66bda82155dc9 OK 2026/08/13 02:11:23 DEBUG : potato3: md5 = 0f89dfe13a1fea16fb34363cbf6de431 OK 2026/08/13 02:11:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame': Using server-side directory move 2026/08/13 02:11:23 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/13 02:11:24 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:11:24 DEBUG : empty space: size = 1 OK 2026/08/13 02:11:24 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:11:24 DEBUG : empty space: Unchanged skipping 2026/08/13 02:11:24 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:11:24 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame') 2026/08/13 02:11:24 DEBUG : potato3: Sizes differ 2026/08/13 02:11:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame': Waiting for checks to finish 2026/08/13 02:11:24 INFO : potato3: Deleted 2026/08/13 02:11:24 INFO : empty space: Deleted 2026/08/13 02:11:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame': Waiting for transfers to finish 2026/08/13 02:11:24 INFO : potato2: Moved (server-side) 2026/08/13 02:11:25 INFO : potato3: Moved (server-side) 2026/08/13 02:11:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gafonuy7naja" 2026/08/13 02:11:25 DEBUG : Creating backend with remote "TestDrive:crypt/onhla3io9fqoe8oitd3h3j5608s5sfi9rmmdbe6qedii5auvs9jg" 2026/08/13 02:11:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gafonuy7naja': Using server-side directory move 2026/08/13 02:11:40 INFO : Encrypted drive 'TestCryptDrive:rclone-test-gafonuy7naja': Server side directory move succeeded 2026/08/13 02:11:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gafonuy7naja': Purge remote 2026/08/13 02:11:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gedokif1fame': Purge remote 2026/08/13 02:11:42 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (29.16s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:11:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pobutus7xeji" 2026/08/13 02:11:43 DEBUG : Creating backend with remote "TestDrive:crypt/c1f2mnu61kedfjdq3lfc8si99o8ahhh8frcjkubq9qqskltguh0g" 2026/08/13 02:11:45 DEBUG : potato2: md5 = e196613f11de7f5b681a15052ed86ab8 OK 2026/08/13 02:11:47 DEBUG : empty space: md5 = 0304f5e45af8c455a6f99d1c1d46f99e OK 2026/08/13 02:11:49 DEBUG : potato3: md5 = 601d3aa7bf10d85ec21475f1c6a8adc6 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji' -> Encrypted drive 'TestCryptDrive:rclone-test-pobutus7xeji' 2026/08/13 02:11:52 DEBUG : empty space: md5 = 4e5857edbe8d8d694aab6eb16575cbf9 OK 2026/08/13 02:11:53 DEBUG : potato3: md5 = c587bd06d6c1847dac3dc19fad614263 OK 2026/08/13 02:11:54 DEBUG : empty space: Excluded (Size Filter) 2026/08/13 02:11:54 DEBUG : empty space: Excluded (Size Filter) 2026/08/13 02:11:54 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:11:54 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:11:54 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-pobutus7xeji') 2026/08/13 02:11:54 DEBUG : potato3: Sizes differ 2026/08/13 02:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pobutus7xeji': Waiting for checks to finish 2026/08/13 02:11:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pobutus7xeji': Waiting for transfers to finish 2026/08/13 02:11:54 INFO : potato3: Deleted 2026/08/13 02:11:54 INFO : potato2: Moved (server-side) 2026/08/13 02:11:55 INFO : potato3: Moved (server-side) 2026/08/13 02:11:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hofisey4weja" 2026/08/13 02:11:55 DEBUG : Creating backend with remote "TestDrive:crypt/mknkcooc9m6785bt6kkccl7rnm1gqo1vos8910vo81b2puldefhg" 2026/08/13 02:11:56 DEBUG : empty space: Excluded (Size Filter) 2026/08/13 02:11:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:11:56 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/13 02:11:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofisey4weja': Waiting for checks to finish 2026/08/13 02:11:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofisey4weja': Waiting for transfers to finish 2026/08/13 02:11:58 INFO : potato2: Moved (server-side) 2026/08/13 02:11:58 INFO : potato3: Moved (server-side) 2026/08/13 02:11:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hofisey4weja': Purge remote 2026/08/13 02:11:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pobutus7xeji': Purge remote --- PASS: TestServerSideMoveWithFilter (17.63s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:12:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mutocur4viti" 2026/08/13 02:12:00 DEBUG : Creating backend with remote "TestDrive:crypt/tlgr7udpegeeq02e15ro3347js56r70cucik4sv3rbja2rif00h0" 2026/08/13 02:12:03 DEBUG : potato2: md5 = da0140eeb08de90963daf3713c0d9a4c OK 2026/08/13 02:12:04 DEBUG : empty space: md5 = 064f836e6e33cc8e7e49f08a1b4b9376 OK 2026/08/13 02:12:06 DEBUG : potato3: md5 = 54d56423496573a4c84902f3b4b76a8f OK 2026/08/13 02:12:06 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji' -> Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti' 2026/08/13 02:12:09 DEBUG : empty space: md5 = d831240373b6113ece804cc4493a32c4 OK 2026/08/13 02:12:11 DEBUG : potato3: md5 = b509032c04bbe1f7fe5a6ee517f0aef6 OK 2026/08/13 02:12:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti': Using server-side directory move 2026/08/13 02:12:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/13 02:12:12 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/13 02:12:12 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/13 02:12:12 DEBUG : empty space: size = 1 OK 2026/08/13 02:12:12 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:12:12 DEBUG : empty space: Unchanged skipping 2026/08/13 02:12:12 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:12:12 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti') 2026/08/13 02:12:12 DEBUG : potato3: Sizes differ 2026/08/13 02:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti': Waiting for checks to finish 2026/08/13 02:12:12 INFO : potato3: Deleted 2026/08/13 02:12:12 INFO : empty space: Deleted 2026/08/13 02:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti': Waiting for transfers to finish 2026/08/13 02:12:12 INFO : potato2: Moved (server-side) 2026/08/13 02:12:13 INFO : potato3: Moved (server-side) 2026/08/13 02:12:13 INFO : tomatoDir: Removing directory 2026/08/13 02:12:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': deleted 1 directories 2026/08/13 02:12:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jerogeb0huri" 2026/08/13 02:12:14 DEBUG : Creating backend with remote "TestDrive:crypt/lnl7bumcmiotcs2kjqo9a7tllg4ca525vk2jtjk8n9b7g4sem8pg" 2026/08/13 02:12:15 INFO : tomatoDir: Making directory 2026/08/13 02:12:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerogeb0huri': Using server-side directory move 2026/08/13 02:12:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jerogeb0huri': Server side directory move succeeded 2026/08/13 02:12:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jerogeb0huri': Purge remote 2026/08/13 02:12:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mutocur4viti': Purge remote 2026/08/13 02:12:19 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.69s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.48s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:12:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test" 2026/08/13 02:12:20 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.05s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:12:22 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test" 2026/08/13 02:12:22 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/13 02:12:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test-include/layer2" 2026/08/13 02:12:24 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/13 02:12:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test-ignore-file" 2026/08/13 02:12:27 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/13 02:12:31 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 8b593e2809b307435c329736d87b2309 OK 2026/08/13 02:12:33 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/13 02:12:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test': Waiting for checks to finish 2026/08/13 02:12:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test': Waiting for transfers to finish 2026/08/13 02:12:33 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:33 INFO : There was nothing to transfer 2026/08/13 02:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:12:35 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:35 INFO : rclone-sync-test-include: Removing directory 2026/08/13 02:12:35 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/13 02:12:35 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/13 02:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': failed to delete 1 directories 2026/08/13 02:12:35 INFO : There was nothing to transfer 2026/08/13 02:12:37 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/13 02:12:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/13 02:12:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/13 02:12:37 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:37 INFO : There was nothing to transfer 2026/08/13 02:12:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:12:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:12:39 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:39 INFO : rclone-sync-test-include: Removing directory 2026/08/13 02:12:39 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/13 02:12:39 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/13 02:12:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': failed to delete 1 directories 2026/08/13 02:12:39 INFO : There was nothing to transfer 2026/08/13 02:12:41 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/13 02:12:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/13 02:12:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/13 02:12:41 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:41 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (23.62s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:12:45 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:12:45 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:12:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/CompareDest" 2026/08/13 02:12:47 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/gveqi14airsml4bgu7krj116o8" 2026/08/13 02:12:49 DEBUG : one: Need to transfer - File not found at Destination 2026/08/13 02:12:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:12:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:12:51 DEBUG : one: md5 = 9b1467f66650fbb94d71df889268b67d OK 2026/08/13 02:12:51 DEBUG : one: size = 3 OK 2026/08/13 02:12:51 INFO : one: Copied (new) 2026/08/13 02:12:51 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:12:52 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:12:52 DEBUG : one: Sizes differ 2026/08/13 02:12:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:12:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:12:54 DEBUG : one: md5 = 765a37145afb425bd5be2c9b3969ab6f OK 2026/08/13 02:12:54 DEBUG : one: size = 5 OK 2026/08/13 02:12:54 INFO : one: Copied (replaced existing) 2026/08/13 02:12:54 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:56 DEBUG : dst/one: md5 = 9749ede08dc63df7f577d0d4032e86d1 OK 2026/08/13 02:12:58 DEBUG : CompareDest/one: md5 = 72889146e721216351d0562b8c8294b8 OK 2026/08/13 02:12:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:12:59 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:12:59 DEBUG : one: Sizes differ 2026/08/13 02:12:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:12:59 DEBUG : one: size = 5 OK 2026/08/13 02:12:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:12:59 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/13 02:12:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:12:59 DEBUG : Waiting for deletions to finish 2026/08/13 02:12:59 INFO : There was nothing to transfer 2026/08/13 02:13:01 DEBUG : CompareDest/two: md5 = 86b2e87fd3fce84febdd423379aecca5 OK 2026/08/13 02:13:02 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:02 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:13:02 DEBUG : one: Sizes differ 2026/08/13 02:13:02 DEBUG : two: size = 3 OK 2026/08/13 02:13:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:02 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/13 02:13:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:02 DEBUG : one: size = 5 OK 2026/08/13 02:13:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:02 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/13 02:13:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:02 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:02 INFO : There was nothing to transfer 2026/08/13 02:13:03 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:03 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:13:03 DEBUG : one: Sizes differ 2026/08/13 02:13:03 DEBUG : two: size = 3 OK 2026/08/13 02:13:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:03 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/13 02:13:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:03 DEBUG : one: size = 5 OK 2026/08/13 02:13:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:03 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/13 02:13:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:03 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:03 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/13 02:13:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:04 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:13:04 DEBUG : one: Sizes differ 2026/08/13 02:13:05 DEBUG : two: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:05 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/CompareDest') 2026/08/13 02:13:05 DEBUG : two: Sizes differ 2026/08/13 02:13:05 DEBUG : two: Need to transfer - File not found at Destination 2026/08/13 02:13:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:05 DEBUG : one: size = 5 OK 2026/08/13 02:13:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:05 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/13 02:13:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:08 DEBUG : two: md5 = 0531d95a33dfb4057328987940877d52 OK 2026/08/13 02:13:08 DEBUG : two: size = 5 OK 2026/08/13 02:13:08 INFO : two: Copied (new) 2026/08/13 02:13:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (27.56s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:13:15 DEBUG : pre-dest1/1: md5 = 32a1538d7a9ea05d0ae136f417c15da4 OK 2026/08/13 02:13:17 DEBUG : pre-dest2/2: md5 = ef73db7165f9b8c29861368f64b89656 OK 2026/08/13 02:13:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dest" 2026/08/13 02:13:18 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/rg03c1jvnehrrc617i0lnqjddc" 2026/08/13 02:13:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/pre-dest1" 2026/08/13 02:13:19 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/bbnblvh6k061ssopqrp18kd7gc" 2026/08/13 02:13:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/pre-dest2" 2026/08/13 02:13:20 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/13 02:13:21 DEBUG : 1: size = 1 OK 2026/08/13 02:13:21 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:13:21 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/13 02:13:22 DEBUG : 2: size = 1 OK 2026/08/13 02:13:22 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:13:22 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/13 02:13:22 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/13 02:13:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dest': Waiting for checks to finish 2026/08/13 02:13:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dest': Waiting for transfers to finish 2026/08/13 02:13:25 DEBUG : 3: md5 = 1cbc1401838a8c7049260743e451cd67 OK 2026/08/13 02:13:25 DEBUG : 3: size = 1 OK 2026/08/13 02:13:25 INFO : 3: Copied (new) 2026/08/13 02:13:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (16.59s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:13:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:13:29 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:13:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/CopyDest" 2026/08/13 02:13:31 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/13 02:13:33 DEBUG : one: Need to transfer - File not found at Destination 2026/08/13 02:13:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:35 DEBUG : one: md5 = c6c754f2449ea46d7266b8fa88de559f OK 2026/08/13 02:13:35 DEBUG : one: size = 3 OK 2026/08/13 02:13:35 INFO : one: Copied (new) 2026/08/13 02:13:35 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:36 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:13:36 DEBUG : one: Sizes differ 2026/08/13 02:13:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:38 DEBUG : one: md5 = e88e61b6583667ff491bf36abbd867a4 OK 2026/08/13 02:13:38 DEBUG : one: size = 5 OK 2026/08/13 02:13:38 INFO : one: Copied (replaced existing) 2026/08/13 02:13:38 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:39 DEBUG : dst/one: md5 = a9476570c35301fe75a84531522c7a17 OK 2026/08/13 02:13:42 DEBUG : CopyDest/one: md5 = bf7af8d67d1d6fbbeac4179e98acce24 OK 2026/08/13 02:13:42 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/BackupDir" 2026/08/13 02:13:42 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/13 02:13:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:44 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:13:44 DEBUG : one: Sizes differ 2026/08/13 02:13:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:44 DEBUG : one: size = 5 OK 2026/08/13 02:13:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:44 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:44 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:13:44 DEBUG : one: Sizes differ 2026/08/13 02:13:46 INFO : one: Moved (server-side) 2026/08/13 02:13:47 DEBUG : one: size = 5 OK 2026/08/13 02:13:47 INFO : one: Copied (server-side copy) 2026/08/13 02:13:47 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/13 02:13:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:47 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:49 DEBUG : CopyDest/two: md5 = c98e4bfc4a04b9b3fab0f97ace7ce023 OK 2026/08/13 02:13:50 DEBUG : one: size = 5 OK 2026/08/13 02:13:50 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:50 DEBUG : one: Unchanged skipping 2026/08/13 02:13:50 DEBUG : two: size = 3 OK 2026/08/13 02:13:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:51 DEBUG : two: size = 3 OK 2026/08/13 02:13:51 INFO : two: Copied (server-side copy) 2026/08/13 02:13:51 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/13 02:13:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:51 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:52 DEBUG : one: size = 5 OK 2026/08/13 02:13:52 DEBUG : two: size = 3 OK 2026/08/13 02:13:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:52 DEBUG : one: Unchanged skipping 2026/08/13 02:13:52 DEBUG : two: Unchanged skipping 2026/08/13 02:13:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:52 DEBUG : Waiting for deletions to finish 2026/08/13 02:13:52 INFO : There was nothing to transfer 2026/08/13 02:13:54 DEBUG : CopyDest/three: md5 = 59ef2db6b92fd8e2cddde9d77f270a02 OK 2026/08/13 02:13:55 DEBUG : one: size = 5 OK 2026/08/13 02:13:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:55 DEBUG : one: Unchanged skipping 2026/08/13 02:13:55 DEBUG : three: size = 7 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:13:55 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/CopyDest') 2026/08/13 02:13:55 DEBUG : three: Sizes differ 2026/08/13 02:13:55 DEBUG : three: Destination not found in --copy-dest 2026/08/13 02:13:55 DEBUG : three: Need to transfer - File not found at Destination 2026/08/13 02:13:55 DEBUG : two: size = 3 OK 2026/08/13 02:13:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/13 02:13:55 DEBUG : two: Unchanged skipping 2026/08/13 02:13:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:13:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:13:57 DEBUG : three: md5 = 0210b55dee4ff403f6e25a6a1438b85a OK 2026/08/13 02:13:57 DEBUG : three: size = 7 OK 2026/08/13 02:13:57 INFO : three: Copied (new) 2026/08/13 02:13:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (33.84s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:14:05 DEBUG : dst/one: md5 = e8ec03422b2c6529631e82a94df8b48f OK 2026/08/13 02:14:07 DEBUG : dst/two: md5 = 050b6068ec18f9a2db923ea0a5d1d5c8 OK 2026/08/13 02:14:08 DEBUG : dst/three.txt: md5 = eb2b2d15f21e15d0c3a2e1623cec20c4 OK 2026/08/13 02:14:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:14:09 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:14:10 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/backup" 2026/08/13 02:14:10 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/1nrff024r7pq65ecp72fc28jb0" 2026/08/13 02:14:12 DEBUG : one: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:14:12 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:14:12 DEBUG : one: Sizes differ 2026/08/13 02:14:12 DEBUG : two: size = 3 OK 2026/08/13 02:14:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:14:12 DEBUG : two: Unchanged skipping 2026/08/13 02:14:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:14:13 INFO : one: Moved (server-side) 2026/08/13 02:14:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:14:15 DEBUG : one: md5 = c2a6547abeb77140664f77fd818eb857 OK 2026/08/13 02:14:15 DEBUG : one: size = 4 OK 2026/08/13 02:14:15 INFO : one: Copied (new) 2026/08/13 02:14:15 DEBUG : Waiting for deletions to finish 2026/08/13 02:14:16 INFO : three.txt: Moved (server-side) 2026/08/13 02:14:16 INFO : three.txt: Moved into backup dir 2026/08/13 02:14:18 DEBUG : dst/three.txt: md5 = 5f6928b8095e8e55dba01a839831ec3b OK 2026/08/13 02:14:18 DEBUG : two: size = 3 OK 2026/08/13 02:14:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:14:18 DEBUG : two: Unchanged skipping 2026/08/13 02:14:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:14:18 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:14:18 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:14:18 DEBUG : one: Sizes differ 2026/08/13 02:14:19 INFO : one: Deleted 2026/08/13 02:14:20 INFO : one: Moved (server-side) 2026/08/13 02:14:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:14:21 DEBUG : one: md5 = 4d099f2ccd94c9575f3725c6e94d1de9 OK 2026/08/13 02:14:21 DEBUG : one: size = 5 OK 2026/08/13 02:14:21 INFO : one: Copied (new) 2026/08/13 02:14:21 DEBUG : Waiting for deletions to finish 2026/08/13 02:14:22 INFO : three.txt: Deleted 2026/08/13 02:14:23 INFO : three.txt: Moved (server-side) 2026/08/13 02:14:23 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (23.56s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:14:29 DEBUG : dst/one: md5 = 7b6e0dcb1cc7052491cef14a0c0efd0d OK 2026/08/13 02:14:30 DEBUG : dst/two: md5 = ad422839c6b3fc8b654ed02ffc036359 OK 2026/08/13 02:14:32 DEBUG : dst/three.txt: md5 = b1072bbc8c7404d067f5ee57b8002814 OK 2026/08/13 02:14:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:14:32 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:14:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/backup" 2026/08/13 02:14:33 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/1nrff024r7pq65ecp72fc28jb0" 2026/08/13 02:14:35 DEBUG : one: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:14:35 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:14:35 DEBUG : one: Sizes differ 2026/08/13 02:14:35 DEBUG : two: size = 3 OK 2026/08/13 02:14:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:14:35 DEBUG : two: Unchanged skipping 2026/08/13 02:14:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:14:36 INFO : one: Moved (server-side) to: one.bak 2026/08/13 02:14:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:14:38 DEBUG : one: md5 = 3dfb45037e4f3611648f6ea16bfe71c4 OK 2026/08/13 02:14:38 DEBUG : one: size = 4 OK 2026/08/13 02:14:38 INFO : one: Copied (new) 2026/08/13 02:14:38 DEBUG : Waiting for deletions to finish 2026/08/13 02:14:39 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/13 02:14:39 INFO : three.txt: Moved into backup dir 2026/08/13 02:14:41 DEBUG : dst/three.txt: md5 = 094798373cb8d4017626e8e6de3b6508 OK 2026/08/13 02:14:42 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:14:42 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:14:42 DEBUG : one: Sizes differ 2026/08/13 02:14:42 DEBUG : two: size = 3 OK 2026/08/13 02:14:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:14:42 DEBUG : two: Unchanged skipping 2026/08/13 02:14:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:14:42 INFO : one.bak: Deleted 2026/08/13 02:14:43 INFO : one: Moved (server-side) to: one.bak 2026/08/13 02:14:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:14:44 DEBUG : one: md5 = 611a6a68694b6d7daf226bfe8a1b424f OK 2026/08/13 02:14:44 DEBUG : one: size = 5 OK 2026/08/13 02:14:44 INFO : one: Copied (new) 2026/08/13 02:14:44 DEBUG : Waiting for deletions to finish 2026/08/13 02:14:45 INFO : three.txt.bak: Deleted 2026/08/13 02:14:45 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/13 02:14:45 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (23.18s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:14:52 DEBUG : dst/one: md5 = 6a8de1e1f3b22f45bf3f269971028ad1 OK 2026/08/13 02:14:54 DEBUG : dst/two: md5 = 1d24ec221dad4a27a543b026b535d79a OK 2026/08/13 02:14:55 DEBUG : dst/three.txt: md5 = e5e64a476e57cc8f88991898d7b7e229 OK 2026/08/13 02:14:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:14:56 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:14:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/backup" 2026/08/13 02:14:57 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/1nrff024r7pq65ecp72fc28jb0" 2026/08/13 02:14:58 DEBUG : one: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:14:58 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:14:58 DEBUG : one: Sizes differ 2026/08/13 02:14:58 DEBUG : two: size = 3 OK 2026/08/13 02:14:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:14:58 DEBUG : two: Unchanged skipping 2026/08/13 02:14:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:15:00 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/13 02:15:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:15:01 DEBUG : one: md5 = fac48a7f7674b35c93ec5ef4ce4808ca OK 2026/08/13 02:15:01 DEBUG : one: size = 4 OK 2026/08/13 02:15:01 INFO : one: Copied (new) 2026/08/13 02:15:01 DEBUG : Waiting for deletions to finish 2026/08/13 02:15:02 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/13 02:15:02 INFO : three.txt: Moved into backup dir 2026/08/13 02:15:04 DEBUG : dst/three.txt: md5 = 20668ca7437c063f4f0279ff06cb644c OK 2026/08/13 02:15:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:05 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:15:05 DEBUG : one: Sizes differ 2026/08/13 02:15:05 DEBUG : two: size = 3 OK 2026/08/13 02:15:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:15:05 DEBUG : two: Unchanged skipping 2026/08/13 02:15:06 INFO : one-2019-01-01: Deleted 2026/08/13 02:15:06 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/13 02:15:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:15:08 DEBUG : one: md5 = 753cf32ca15172f452182a73bb35ae24 OK 2026/08/13 02:15:08 DEBUG : one: size = 5 OK 2026/08/13 02:15:08 INFO : one: Copied (new) 2026/08/13 02:15:08 DEBUG : Waiting for deletions to finish 2026/08/13 02:15:08 INFO : three-2019-01-01.txt: Deleted 2026/08/13 02:15:09 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/13 02:15:09 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (23.46s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:15:16 DEBUG : dst/one: md5 = 6f344efec6a1f33a09911e3104607945 OK 2026/08/13 02:15:17 DEBUG : dst/two: md5 = 993abe32713d668dcebb0ccc9dd4998a OK 2026/08/13 02:15:18 DEBUG : dst/three.txt: md5 = 84b8f95de3c03a943de6625fa5b04f74 OK 2026/08/13 02:15:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:15:19 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:15:20 DEBUG : one: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:20 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:20 DEBUG : one: Sizes differ 2026/08/13 02:15:20 DEBUG : two: size = 3 OK 2026/08/13 02:15:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:15:20 DEBUG : two: Unchanged skipping 2026/08/13 02:15:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:15:21 INFO : one: Moved (server-side) to: one.bak 2026/08/13 02:15:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:15:22 DEBUG : one: md5 = 96529e7b34ad1124033670d6f1217a96 OK 2026/08/13 02:15:22 DEBUG : one: size = 4 OK 2026/08/13 02:15:22 INFO : one: Copied (new) 2026/08/13 02:15:22 DEBUG : Waiting for deletions to finish 2026/08/13 02:15:23 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/13 02:15:23 INFO : three.txt: Moved into backup dir 2026/08/13 02:15:25 DEBUG : dst/three.txt: md5 = a362808e35cd5ded6b259679565ce1ba OK 2026/08/13 02:15:26 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/13 02:15:26 DEBUG : one.bak: Excluded (Path Filter) 2026/08/13 02:15:26 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:26 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:26 DEBUG : one: Sizes differ 2026/08/13 02:15:26 DEBUG : two: size = 3 OK 2026/08/13 02:15:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:15:26 DEBUG : two: Unchanged skipping 2026/08/13 02:15:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for checks to finish 2026/08/13 02:15:26 INFO : one.bak: Deleted 2026/08/13 02:15:27 INFO : one: Moved (server-side) to: one.bak 2026/08/13 02:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst': Waiting for transfers to finish 2026/08/13 02:15:28 DEBUG : one: md5 = 5ff84729d1965177d3e390c9f2be6319 OK 2026/08/13 02:15:28 DEBUG : one: size = 5 OK 2026/08/13 02:15:28 INFO : one: Copied (new) 2026/08/13 02:15:28 DEBUG : Waiting for deletions to finish 2026/08/13 02:15:29 INFO : three.txt.bak: Deleted 2026/08/13 02:15:30 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/13 02:15:30 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (19.91s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:15:36 DEBUG : dst/one: md5 = 03890f6a3f47628681243f75410313bc OK 2026/08/13 02:15:37 DEBUG : dst/two: md5 = 5a6fdb6b6500c77bfe2818e3ea992fec OK 2026/08/13 02:15:38 DEBUG : dst/three.txt: md5 = 5af8540d25a587a61bcfd9ca737cdd34 OK 2026/08/13 02:15:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:15:39 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:15:40 DEBUG : one: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:40 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:40 DEBUG : one: Sizes differ 2026/08/13 02:15:41 INFO : one: Moved (server-side) to: one.bak 2026/08/13 02:15:42 DEBUG : one: md5 = 811def9c4a391d5f36e5823b4822e0e1 OK 2026/08/13 02:15:42 DEBUG : one: size = 4 OK 2026/08/13 02:15:42 INFO : one: Copied (new) 2026/08/13 02:15:43 DEBUG : two: size = 3 OK 2026/08/13 02:15:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:15:43 DEBUG : two: Unchanged skipping 2026/08/13 02:15:43 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:43 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:43 DEBUG : three.txt: Sizes differ 2026/08/13 02:15:44 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/13 02:15:45 DEBUG : three.txt: md5 = 88717bc75992d7410d75bfd8f7c5b571 OK 2026/08/13 02:15:45 DEBUG : three.txt: size = 6 OK 2026/08/13 02:15:45 INFO : three.txt: Copied (new) 2026/08/13 02:15:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:46 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:46 DEBUG : one: Sizes differ 2026/08/13 02:15:47 INFO : one.bak: Deleted 2026/08/13 02:15:47 INFO : one: Moved (server-side) to: one.bak 2026/08/13 02:15:49 DEBUG : one: md5 = baf668d4ba42f1f61e0f56bac381b72b OK 2026/08/13 02:15:49 DEBUG : one: size = 5 OK 2026/08/13 02:15:49 INFO : one: Copied (new) 2026/08/13 02:15:49 DEBUG : two: size = 3 OK 2026/08/13 02:15:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:15:49 DEBUG : two: Unchanged skipping 2026/08/13 02:15:49 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:15:49 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:15:49 DEBUG : three.txt: Sizes differ 2026/08/13 02:15:50 INFO : three.txt.bak: Deleted 2026/08/13 02:15:51 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/13 02:15:52 DEBUG : three.txt: md5 = 93329693f1c114aeaa2dbf879f3b2935 OK 2026/08/13 02:15:52 DEBUG : three.txt: size = 19 OK 2026/08/13 02:15:52 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (23.21s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:15:59 DEBUG : dst/one: md5 = 0e874c8276a73292a35207daf83b0de8 OK 2026/08/13 02:16:00 DEBUG : dst/two: md5 = 2b303852ab6ce73698267a07a181416d OK 2026/08/13 02:16:02 DEBUG : dst/three.txt: md5 = 256099f152728a98d530bb52dbdf8419 OK 2026/08/13 02:16:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vomecak1soji/dst" 2026/08/13 02:16:02 DEBUG : Creating backend with remote "TestDrive:crypt/r7tshdu8hgom62osatfejbpk10etv1al5fvbgcgbvfh8ttbmn82g/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/13 02:16:03 DEBUG : one: size = 4 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:16:03 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:16:03 DEBUG : one: Sizes differ 2026/08/13 02:16:04 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/13 02:16:06 DEBUG : one: md5 = 1830c78963e77509d3bc1a356eaaf05f OK 2026/08/13 02:16:06 DEBUG : one: size = 4 OK 2026/08/13 02:16:06 INFO : one: Copied (new) 2026/08/13 02:16:06 DEBUG : two: size = 3 OK 2026/08/13 02:16:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:16:06 DEBUG : two: Unchanged skipping 2026/08/13 02:16:06 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:16:06 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:16:06 DEBUG : three.txt: Sizes differ 2026/08/13 02:16:07 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/13 02:16:08 DEBUG : three.txt: md5 = c01283feb49c49f5ce8cc5f4770e02fa OK 2026/08/13 02:16:08 DEBUG : three.txt: size = 6 OK 2026/08/13 02:16:08 INFO : three.txt: Copied (new) 2026/08/13 02:16:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:16:09 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:16:09 DEBUG : one: Sizes differ 2026/08/13 02:16:10 INFO : one-2019-01-01: Deleted 2026/08/13 02:16:11 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/13 02:16:12 DEBUG : one: md5 = d65486c505590665a9712187e575b114 OK 2026/08/13 02:16:12 DEBUG : one: size = 5 OK 2026/08/13 02:16:12 INFO : one: Copied (new) 2026/08/13 02:16:12 DEBUG : two: size = 3 OK 2026/08/13 02:16:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:16:12 DEBUG : two: Unchanged skipping 2026/08/13 02:16:13 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:16:13 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji/dst') 2026/08/13 02:16:13 DEBUG : three.txt: Sizes differ 2026/08/13 02:16:13 INFO : three-2019-01-01.txt: Deleted 2026/08/13 02:16:14 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/13 02:16:15 DEBUG : three.txt: md5 = 7cdfc999bf78eb63edfff9130b6fde00 OK 2026/08/13 02:16:15 DEBUG : three.txt: size = 19 OK 2026/08/13 02:16:15 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (22.94s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:16:21 DEBUG : Testêé: md5 = 757a31dfba94db2d0f4f11b7d6624f1b OK 2026/08/13 02:16:21 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:16:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:16:21 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:16:21 DEBUG : Testêé: Sizes differ 2026/08/13 02:16:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:16:23 DEBUG : Testêé: md5 = 1f270ace24283c799e97183b12333df1 OK 2026/08/13 02:16:23 DEBUG : Testêé: size = 14 OK 2026/08/13 02:16:23 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/13 02:16:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.61s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:16:24 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/13 02:16:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:16:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:16:26 DEBUG : existing: md5 = d2734240062a03825beccc45341ed391 OK 2026/08/13 02:16:26 DEBUG : existing: size = 6 OK 2026/08/13 02:16:26 INFO : existing: Copied (new) 2026/08/13 02:16:26 DEBUG : Waiting for deletions to finish 2026/08/13 02:16:27 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:16:27 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:16:27 DEBUG : existing: Sizes differ 2026/08/13 02:16:27 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/13 02:16:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:16:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:16:27 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': not deleting files as there were IO errors 2026/08/13 02:16:27 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (3.76s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:16:29 DEBUG : EXISTING: md5 = db50bbc23914748c4959b2370183daed OK 2026/08/13 02:16:30 DEBUG : EXISTING: size = 6 OK 2026/08/13 02:16:30 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:16:30 DEBUG : existing: Unchanged skipping 2026/08/13 02:16:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:16:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:16:30 DEBUG : Waiting for deletions to finish 2026/08/13 02:16:30 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.14s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.45s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", 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-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", 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-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.54s) --- SKIP: TestMaxTransfer/Hard (0.53s) --- SKIP: TestMaxTransfer/Soft (0.50s) --- SKIP: TestMaxTransfer/Cautious (0.50s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:16:34 DEBUG : both0: md5 = 9b90b2f49dd9339de023de7eb7c21e1a OK 2026/08/13 02:16:36 DEBUG : only0: md5 = 1f5b46df18e04245cc5583668de4168e OK 2026/08/13 02:16:37 DEBUG : both1: md5 = 827de699898a8246046435872a185a99 OK 2026/08/13 02:16:39 DEBUG : only1: md5 = 3846ba4d4811876aa3bb692f6679c8a4 OK 2026/08/13 02:16:40 DEBUG : both2: md5 = 4cb3e76c570e0f6467342542f43c1e37 OK 2026/08/13 02:16:42 DEBUG : only2: md5 = fe124aae82d578a955e42d2c1b699de4 OK 2026/08/13 02:16:44 DEBUG : both3: md5 = 4cd00d80ad25128f7379b8e72b0f51a6 OK 2026/08/13 02:16:45 DEBUG : only3: md5 = 47bef14587ab0ea4519f327b0501c74b OK 2026/08/13 02:16:46 DEBUG : both4: md5 = 21cbacfbc7224279ca0fac08249a6dce OK 2026/08/13 02:16:48 DEBUG : only4: md5 = 9aa74330dc5ffb76baa7405fa3e9feaa OK 2026/08/13 02:16:49 DEBUG : both5: md5 = f59c37bbabba6d073192ba97cab5a2dc OK 2026/08/13 02:16:51 DEBUG : only5: md5 = a980798159a5dbe2732c94e43d4e8152 OK 2026/08/13 02:16:52 DEBUG : both6: md5 = 4fc1a0a7e9483a100d1d43d9e0f27327 OK 2026/08/13 02:16:53 DEBUG : only6: md5 = 4b6fbdf311cbed7ae9cf17110d9aba28 OK 2026/08/13 02:16:55 DEBUG : both7: md5 = fb84173f23f622256a4e501b59df6605 OK 2026/08/13 02:16:56 DEBUG : only7: md5 = dd83def3112b346b8d4f176430d5e078 OK 2026/08/13 02:16:58 DEBUG : both8: md5 = 8f0e339551451dc91417dadabc55cfe5 OK 2026/08/13 02:16:59 DEBUG : only8: md5 = 5026caf45f188cf98ba3e2ea43b4e522 OK 2026/08/13 02:17:01 DEBUG : both9: md5 = 5c70606abf6eb21b3cfe6eed98e41038 OK 2026/08/13 02:17:02 DEBUG : only9: md5 = a39b502a7d1c54293629adddc8832bec OK 2026/08/13 02:17:04 DEBUG : both10: md5 = a767453dd84a7723cf94cc0b93465324 OK 2026/08/13 02:17:05 DEBUG : only10: md5 = ecb87a32ab637d9b7df984124d3f9a45 OK 2026/08/13 02:17:06 DEBUG : both11: md5 = 0f5779c4340f6da77d266036e229e860 OK 2026/08/13 02:17:08 DEBUG : only11: md5 = 45c23eca11e6a59f78c72bb0f7bb5740 OK 2026/08/13 02:17:09 DEBUG : both12: md5 = e858736bcbcf9401138f5122b75707d2 OK 2026/08/13 02:17:11 DEBUG : only12: md5 = 2e83f73ac6acf466cff4ed2ff4bab12a OK 2026/08/13 02:17:12 DEBUG : both13: md5 = ae78ce6cbbcecd1ab97d0bf5848512f9 OK 2026/08/13 02:17:14 DEBUG : only13: md5 = 3feef3bb456ea65821fd19b7531c760d OK 2026/08/13 02:17:15 DEBUG : both14: md5 = 0c6c8c29bd4552b34375cba51e96e148 OK 2026/08/13 02:17:17 DEBUG : only14: md5 = af0220993cf1177b03c2f8c423cc0a85 OK 2026/08/13 02:17:18 DEBUG : both15: md5 = a572cdb1624345d8e7210e651e66c2da OK 2026/08/13 02:17:20 DEBUG : only15: md5 = b8cd288b6a67466b4a12fc53b33a88f7 OK 2026/08/13 02:17:21 DEBUG : both16: md5 = 64bdd97bacca7ed66947a40d50ba7a26 OK 2026/08/13 02:17:23 DEBUG : only16: md5 = b0ed173fe4f95ecc5b3b4d7f33abd228 OK 2026/08/13 02:17:25 DEBUG : both17: md5 = 205d4adb02c670b91920fdc2288c1d9f OK 2026/08/13 02:17:26 DEBUG : only17: md5 = 318baac52feb8890b856d0241e54aae7 OK 2026/08/13 02:17:28 DEBUG : both18: md5 = e49344f7c54e31566016f796d7b24bf8 OK 2026/08/13 02:17:29 DEBUG : only18: md5 = ac74cbf1751b6662d4a3aa8c200415ef OK 2026/08/13 02:17:31 DEBUG : both19: md5 = 4cf1d903fd1a71caaf3b2d2cbb73eeff OK 2026/08/13 02:17:32 DEBUG : only19: md5 = 1eff40f2e0a8efdc7111fb52961da3be OK 2026/08/13 02:17:33 DEBUG : both0: size = 6 OK 2026/08/13 02:17:33 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both0: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both10: size = 6 OK 2026/08/13 02:17:33 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both10: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both11: size = 6 OK 2026/08/13 02:17:33 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both11: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both12: size = 6 OK 2026/08/13 02:17:33 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both12: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both13: size = 6 OK 2026/08/13 02:17:33 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both13: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both14: size = 6 OK 2026/08/13 02:17:33 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both14: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both15: size = 6 OK 2026/08/13 02:17:33 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both15: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both16: size = 6 OK 2026/08/13 02:17:33 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both16: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both17: size = 6 OK 2026/08/13 02:17:33 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both17: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both18: size = 6 OK 2026/08/13 02:17:33 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both18: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both19: size = 6 OK 2026/08/13 02:17:33 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both19: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both1: size = 6 OK 2026/08/13 02:17:33 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both1: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both2: size = 6 OK 2026/08/13 02:17:33 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both2: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both3: size = 6 OK 2026/08/13 02:17:33 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both3: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both4: size = 6 OK 2026/08/13 02:17:33 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both4: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both5: size = 6 OK 2026/08/13 02:17:33 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both5: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both6: size = 6 OK 2026/08/13 02:17:33 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both6: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both7: size = 6 OK 2026/08/13 02:17:33 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both7: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both8: size = 6 OK 2026/08/13 02:17:33 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both8: Unchanged skipping 2026/08/13 02:17:33 DEBUG : both9: size = 6 OK 2026/08/13 02:17:33 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:17:33 DEBUG : both9: Unchanged skipping 2026/08/13 02:17:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:17:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:17:33 DEBUG : Waiting for deletions to finish 2026/08/13 02:17:33 INFO : only5: Deleted 2026/08/13 02:17:33 INFO : only12: Deleted 2026/08/13 02:17:33 INFO : only16: Deleted 2026/08/13 02:17:33 INFO : only14: Deleted 2026/08/13 02:17:33 INFO : only15: Deleted 2026/08/13 02:17:33 INFO : only10: Deleted 2026/08/13 02:17:33 INFO : only9: Deleted 2026/08/13 02:17:33 INFO : only19: Deleted 2026/08/13 02:17:34 INFO : only0: Deleted 2026/08/13 02:17:34 INFO : only6: Deleted 2026/08/13 02:17:34 INFO : only11: Deleted 2026/08/13 02:17:34 INFO : only4: Deleted 2026/08/13 02:17:34 INFO : only13: Deleted 2026/08/13 02:17:34 INFO : only17: Deleted 2026/08/13 02:17:34 INFO : only2: Deleted 2026/08/13 02:17:34 INFO : only1: Deleted 2026/08/13 02:17:35 INFO : only7: Deleted 2026/08/13 02:17:35 INFO : only3: Deleted 2026/08/13 02:17:35 INFO : only8: Deleted 2026/08/13 02:17:35 INFO : only18: Deleted 2026/08/13 02:17:35 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (71.63s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:17:46 DEBUG : both0: md5 = e92e8aaf4bd5c0d47e05e09191d3b6fa OK 2026/08/13 02:17:47 DEBUG : only0: md5 = 8282ff3f427f59e7b0c8a9d505c896ca OK 2026/08/13 02:17:49 DEBUG : both1: md5 = 48cbc04b556d61a77af025bfb2c212aa OK 2026/08/13 02:17:50 DEBUG : only1: md5 = 010eb6d3b3d8c8d7d2c439bef851d1d2 OK 2026/08/13 02:17:52 DEBUG : both2: md5 = b96ea9dc9515c50b2e6487db25c69b4c OK 2026/08/13 02:17:53 DEBUG : only2: md5 = 3aa2774ce33638565fdf3af1c154418d OK 2026/08/13 02:17:55 DEBUG : both3: md5 = cb6b0ca7cf2ae4783a6c3e40b1f6087e OK 2026/08/13 02:17:56 DEBUG : only3: md5 = e6a3fb8b2fef142690773b45eca8c8f3 OK 2026/08/13 02:17:57 DEBUG : both4: md5 = 035758fb2fe96696f2014b93ef7bd4a5 OK 2026/08/13 02:17:59 DEBUG : only4: md5 = 9ea2c4187a8236d5555af3d610ac06f5 OK 2026/08/13 02:18:00 DEBUG : both5: md5 = bdc2ff752799576db64b10c2647633c6 OK 2026/08/13 02:18:02 DEBUG : only5: md5 = bffede509c94d0bc5d7b8e6fc3b70cd6 OK 2026/08/13 02:18:03 DEBUG : both6: md5 = 7ac02c45280b7c3b92b51e6dee347a74 OK 2026/08/13 02:18:05 DEBUG : only6: md5 = 4d4d56751fca4c36eefa0fc1a7388d56 OK 2026/08/13 02:18:06 DEBUG : both7: md5 = 7f848b179df2ee310bf2d6849fff8040 OK 2026/08/13 02:18:07 DEBUG : only7: md5 = 90ed4e07c230ec44bff9ff64a7300b70 OK 2026/08/13 02:18:09 DEBUG : both8: md5 = 407d626ac7738baf8a76f84941a95fa0 OK 2026/08/13 02:18:11 DEBUG : only8: md5 = df8b80881ce7858605ad6701455f4217 OK 2026/08/13 02:18:12 DEBUG : both9: md5 = cf25c6592ccd6e4e1e8fb0da53dad7e8 OK 2026/08/13 02:18:14 DEBUG : only9: md5 = 68f87e164ab961c6219996390fcaf945 OK 2026/08/13 02:18:15 DEBUG : both10: md5 = b45122a7985bb85e9bce32cc9c09d96e OK 2026/08/13 02:18:16 DEBUG : only10: md5 = 64971fdc88f703658c00bb68aec151e8 OK 2026/08/13 02:18:18 DEBUG : both11: md5 = 464673782204c5bfc9970e525a7cb50a OK 2026/08/13 02:18:19 DEBUG : only11: md5 = 1c9038988c5c53a473bd859389e953b4 OK 2026/08/13 02:18:21 DEBUG : both12: md5 = 6a56b7b36c10010a8415364848c808a0 OK 2026/08/13 02:18:22 DEBUG : only12: md5 = c4ebe8bcb4ae773581ee53b352a421b5 OK 2026/08/13 02:18:24 DEBUG : both13: md5 = 14236b7d28d6ebcce3623bb478099322 OK 2026/08/13 02:18:26 DEBUG : only13: md5 = 3a7a22fd69998cdb4019fa1b2e819b25 OK 2026/08/13 02:18:27 DEBUG : both14: md5 = a47babd7afdf794f178a4e26cf99363f OK 2026/08/13 02:18:28 DEBUG : only14: md5 = d8d8695ac55e087ab7e9f9541e066de1 OK 2026/08/13 02:18:30 DEBUG : both15: md5 = 5d602cb98e5eca8ca3ad39c15b85be17 OK 2026/08/13 02:18:31 DEBUG : only15: md5 = a8e02ef1f6cb1aec2ec7ce1f901389c9 OK 2026/08/13 02:18:33 DEBUG : both16: md5 = f11e2ff0307db7b91ff6a247efc45079 OK 2026/08/13 02:18:35 DEBUG : only16: md5 = 4bb9b359574bedb66142c73c16393b13 OK 2026/08/13 02:18:36 DEBUG : both17: md5 = 502bcaae0dc2c59168eaf24cc9a11a24 OK 2026/08/13 02:18:38 DEBUG : only17: md5 = 7f6e59b05e685a9d26c6c0fd2fc5bfb8 OK 2026/08/13 02:18:39 DEBUG : both18: md5 = ce712368d7d06e17c359b3907afb6516 OK 2026/08/13 02:18:41 DEBUG : only18: md5 = 63e838b19ef6182d314c2f69ea9ac27b OK 2026/08/13 02:18:42 DEBUG : both19: md5 = 2ea9ffd7664a2cae89e394708b48b91d OK 2026/08/13 02:18:44 DEBUG : only19: md5 = 21342f96232d0f935b506a340f1daf48 OK 2026/08/13 02:18:44 DEBUG : both10: size = 6 OK 2026/08/13 02:18:44 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both0: size = 6 OK 2026/08/13 02:18:44 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both11: size = 6 OK 2026/08/13 02:18:44 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:18:44 DEBUG : both12: size = 6 OK 2026/08/13 02:18:44 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both10: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both13: size = 6 OK 2026/08/13 02:18:44 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both13: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both14: size = 6 OK 2026/08/13 02:18:44 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both0: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both15: size = 6 OK 2026/08/13 02:18:44 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both15: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both16: size = 6 OK 2026/08/13 02:18:44 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both16: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both17: size = 6 OK 2026/08/13 02:18:44 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both17: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both18: size = 6 OK 2026/08/13 02:18:44 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both18: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both19: size = 6 OK 2026/08/13 02:18:44 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both19: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both1: size = 6 OK 2026/08/13 02:18:44 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both1: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both2: size = 6 OK 2026/08/13 02:18:44 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both2: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both3: size = 6 OK 2026/08/13 02:18:44 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both3: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both4: size = 6 OK 2026/08/13 02:18:44 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both4: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both5: size = 6 OK 2026/08/13 02:18:44 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both5: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both6: size = 6 OK 2026/08/13 02:18:44 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both6: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both7: size = 6 OK 2026/08/13 02:18:44 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both7: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both8: size = 6 OK 2026/08/13 02:18:44 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both8: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both9: size = 6 OK 2026/08/13 02:18:44 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:18:44 DEBUG : both9: Unchanged skipping 2026/08/13 02:18:44 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only0: Sizes differ 2026/08/13 02:18:44 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only10: Sizes differ 2026/08/13 02:18:44 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only11: Sizes differ 2026/08/13 02:18:44 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only12: Sizes differ 2026/08/13 02:18:44 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only13: Sizes differ 2026/08/13 02:18:44 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only14: Sizes differ 2026/08/13 02:18:44 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only15: Sizes differ 2026/08/13 02:18:44 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only16: Sizes differ 2026/08/13 02:18:44 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only17: Sizes differ 2026/08/13 02:18:44 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only18: Sizes differ 2026/08/13 02:18:44 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only19: Sizes differ 2026/08/13 02:18:44 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only1: Sizes differ 2026/08/13 02:18:44 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only2: Sizes differ 2026/08/13 02:18:44 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only3: Sizes differ 2026/08/13 02:18:44 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only4: Sizes differ 2026/08/13 02:18:44 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only5: Sizes differ 2026/08/13 02:18:44 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only6: Sizes differ 2026/08/13 02:18:44 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only7: Sizes differ 2026/08/13 02:18:44 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only8: Sizes differ 2026/08/13 02:18:44 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3171333505) 2026/08/13 02:18:44 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji') 2026/08/13 02:18:44 DEBUG : only9: Sizes differ 2026/08/13 02:18:44 DEBUG : both11: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both12: Unchanged skipping 2026/08/13 02:18:44 DEBUG : both14: Unchanged skipping 2026/08/13 02:18:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:18:46 DEBUG : only12: md5 = 3c7b503b751795f97ece7aebc4e5b7e3 OK 2026/08/13 02:18:46 DEBUG : only12: size = 0 OK 2026/08/13 02:18:46 INFO : only12: Copied (replaced existing) 2026/08/13 02:18:46 DEBUG : only0: md5 = 422f24ecb02bb8f5d03fff107c8f1216 OK 2026/08/13 02:18:46 DEBUG : only0: size = 0 OK 2026/08/13 02:18:46 INFO : only0: Copied (replaced existing) 2026/08/13 02:18:46 DEBUG : only10: md5 = 8bbe814ff411cb6716440fea5fe4494b OK 2026/08/13 02:18:46 DEBUG : only10: size = 0 OK 2026/08/13 02:18:46 INFO : only10: Copied (replaced existing) 2026/08/13 02:18:46 DEBUG : only11: md5 = 370cfde3e5ac36ba8c111b2a1e0dbb70 OK 2026/08/13 02:18:46 DEBUG : only11: size = 0 OK 2026/08/13 02:18:46 INFO : only11: Copied (replaced existing) 2026/08/13 02:18:47 DEBUG : only13: md5 = b3b46308d6d9064bccf13b2f975d4bbc OK 2026/08/13 02:18:47 DEBUG : only13: size = 0 OK 2026/08/13 02:18:47 INFO : only13: Copied (replaced existing) 2026/08/13 02:18:47 DEBUG : only15: md5 = b12233fef8baacd0d8dcbb0f0b62079c OK 2026/08/13 02:18:47 DEBUG : only15: size = 0 OK 2026/08/13 02:18:47 INFO : only15: Copied (replaced existing) 2026/08/13 02:18:47 DEBUG : only14: md5 = 651cfd7b7c7bde58e0266ce6084b3576 OK 2026/08/13 02:18:47 DEBUG : only14: size = 0 OK 2026/08/13 02:18:47 INFO : only14: Copied (replaced existing) 2026/08/13 02:18:47 DEBUG : only16: md5 = 662982a323edf28fb44d4298b5b1c5a7 OK 2026/08/13 02:18:47 DEBUG : only16: size = 0 OK 2026/08/13 02:18:47 INFO : only16: Copied (replaced existing) 2026/08/13 02:18:48 DEBUG : only17: md5 = e6699a18d565483c4e4a7a9bd0cb60a1 OK 2026/08/13 02:18:48 DEBUG : only17: size = 0 OK 2026/08/13 02:18:48 INFO : only17: Copied (replaced existing) 2026/08/13 02:18:48 DEBUG : only18: md5 = a0bce7e5003eccd0e6d21f37b531d918 OK 2026/08/13 02:18:48 DEBUG : only18: size = 0 OK 2026/08/13 02:18:48 INFO : only18: Copied (replaced existing) 2026/08/13 02:18:48 DEBUG : only19: md5 = 06dc317b33e1637d0f77c92dbc1751ff OK 2026/08/13 02:18:48 DEBUG : only19: size = 0 OK 2026/08/13 02:18:48 INFO : only19: Copied (replaced existing) 2026/08/13 02:18:48 DEBUG : only1: md5 = f0240a3ace6c4aa7cc2188aa90781f41 OK 2026/08/13 02:18:48 DEBUG : only1: size = 0 OK 2026/08/13 02:18:48 INFO : only1: Copied (replaced existing) 2026/08/13 02:18:49 DEBUG : only2: md5 = 3db304bdb7b922e6fef4b396195af79c OK 2026/08/13 02:18:49 DEBUG : only2: size = 0 OK 2026/08/13 02:18:49 INFO : only2: Copied (replaced existing) 2026/08/13 02:18:49 DEBUG : only3: md5 = 90b5f42171425e22adbd4509fb6617ba OK 2026/08/13 02:18:49 DEBUG : only3: size = 0 OK 2026/08/13 02:18:49 INFO : only3: Copied (replaced existing) 2026/08/13 02:18:49 DEBUG : only4: md5 = caf9d2690a0d6f637863e12b7972c19a OK 2026/08/13 02:18:49 DEBUG : only4: size = 0 OK 2026/08/13 02:18:49 INFO : only4: Copied (replaced existing) 2026/08/13 02:18:49 DEBUG : only5: md5 = e7488cb592dd356dea1dc68883a77685 OK 2026/08/13 02:18:49 DEBUG : only5: size = 0 OK 2026/08/13 02:18:49 INFO : only5: Copied (replaced existing) 2026/08/13 02:18:50 DEBUG : only6: md5 = 85c0707974333be46db1ce7d0f03429a OK 2026/08/13 02:18:50 DEBUG : only6: size = 0 OK 2026/08/13 02:18:50 INFO : only6: Copied (replaced existing) 2026/08/13 02:18:50 DEBUG : only7: md5 = 97a93851b548373b8d91e3e84cc42974 OK 2026/08/13 02:18:50 DEBUG : only7: size = 0 OK 2026/08/13 02:18:50 INFO : only7: Copied (replaced existing) 2026/08/13 02:18:51 DEBUG : only8: md5 = 1744d657d98c0992b9613e56a8e46fd3 OK 2026/08/13 02:18:51 DEBUG : only8: size = 0 OK 2026/08/13 02:18:51 INFO : only8: Copied (replaced existing) 2026/08/13 02:18:51 DEBUG : only9: md5 = dd0d97b4062e2a17a35f1fa8501406c5 OK 2026/08/13 02:18:51 DEBUG : only9: size = 0 OK 2026/08/13 02:18:51 INFO : only9: Copied (replaced existing) 2026/08/13 02:18:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (85.09s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:19:10 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:19:10 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:19:10 DEBUG : empty_on_remote: Making directory with metadata 2026/08/13 02:19:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:19:10 DEBUG : empty_on_remote: Making directory with metadata 2026/08/13 02:19:10 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:19:16 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:16 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:16 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:16 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (16.11s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:19:26 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:19:26 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:19:26 DEBUG : empty_on_remote: Making directory with metadata 2026/08/13 02:19:26 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:19:26 DEBUG : empty_on_remote: Making directory with metadata 2026/08/13 02:19:27 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:19:32 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:32 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:32 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:32 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:32 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.93s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:19:43 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:19:43 DEBUG : sub dir: Making directory with metadata 2026/08/13 02:19:44 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/13 02:20:02 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:20:03 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:20:03 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:20:03 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (42.96s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:20:26 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/13 02:20:26 DEBUG : sub dir: Making directory with metadata 2026/08/13 02:20:26 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/13 02:20:50 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:20:50 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/13 02:20:50 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/13 02:20:50 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (45.16s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:21:13 DEBUG : dir1/0000-abcdefg.txt: md5 = eb9b8dd981eaac15edf097f3020f9829 OK 2026/08/13 02:21:14 DEBUG : dir1/0001-bcdefgh.txt: md5 = a5ed8f646b2fe92f9b901c2771efdd0d OK 2026/08/13 02:21:16 DEBUG : dir1/0002-cdefghi.txt: md5 = 4c70e32abfbd51d6dd9391b70c6d3885 OK 2026/08/13 02:21:18 DEBUG : dir1/0003-defghij.txt: md5 = 11d53985378b2e52778d22de2a282489 OK 2026/08/13 02:21:19 DEBUG : dir1/0004-efghijk.txt: md5 = bb9d582f79c8ce691471b94f992fcfe8 OK 2026/08/13 02:21:20 DEBUG : dir1/0005-fghijkl.txt: md5 = e2cf604da2ecf6df8023f2258ee916d2 OK 2026/08/13 02:21:22 DEBUG : dir1/0006-ghijklm.txt: md5 = 3a4a558236c0958df262d9f84759ae7d OK 2026/08/13 02:21:23 DEBUG : dir1/0007-1234567.txt: md5 = 1abf58434b40155e8bee0d4b891690bf OK 2026/08/13 02:21:24 DEBUG : dir1/0008-2345678.txt: md5 = c7287e1b5440ddeddd3f89048f308f20 OK 2026/08/13 02:21:26 DEBUG : dir1/0009-3456789.txt: md5 = bf1dc115d24ac29d46bd8b8bcae66361 OK 2026/08/13 02:21:27 DEBUG : dir1/0010-456789.txt: md5 = ede88c925e1dfeb23cc44d3cc0fe1831 OK 2026/08/13 02:21:29 DEBUG : dir1/0011-56789;.txt: md5 = 5b8916491aea690c059761fa5755180a OK 2026/08/13 02:21:30 DEBUG : dir1/0012-6789;.txt: md5 = b4de1d2c704b5276997b82128587c887 OK 2026/08/13 02:21:32 DEBUG : dir1/0013-789;=.txt: md5 = e9ed637a976124994ddc5cc5f7343919 OK 2026/08/13 02:21:33 DEBUG : dir1/0014-89;=.txt: md5 = 512948068ca0b3316a58b84c0815e85f OK 2026/08/13 02:21:35 DEBUG : dir1/0015-9;=.txt: md5 = 5dd23ceda817a049ebf3c149b64f23ab OK 2026/08/13 02:21:36 DEBUG : apple: md5 = e239a341899a67c976d457d5c442fafe OK 2026/08/13 02:21:38 DEBUG : banana: md5 = 22e8a4a571cb01194461c6bb971160bc OK 2026/08/13 02:21:39 DEBUG : appleappleapplebanana: md5 = c93257c1e1db8e92882560c877af059f OK 2026/08/13 02:21:40 DEBUG : splitbananasplit: md5 = 643335faf064b529c2a57e737555fa41 OK 2026/08/13 02:21:40 DEBUG : Waiting for deletions to finish 2026/08/13 02:21:41 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:21:41 DEBUG : TestDrive: Token expired 2026/08/13 02:21:41 DEBUG : Config file has changed externally - reloading 2026/08/13 02:21:41 DEBUG : TestDrive: Loaded fresh token from config file 2026/08/13 02:21:41 DEBUG : TestDrive: Token refresh successful 2026/08/13 02:21:42 DEBUG : apple: size = 5 OK 2026/08/13 02:21:42 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:42 DEBUG : apple: Unchanged skipping 2026/08/13 02:21:42 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:21:42 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:42 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:21:42 DEBUG : banana: size = 6 OK 2026/08/13 02:21:42 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:42 DEBUG : banana: Unchanged skipping 2026/08/13 02:21:43 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:21:43 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:21:43 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:21:43 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:21:43 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:21:43 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:21:43 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:21:43 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:21:43 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:21:43 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:21:43 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:43 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:21:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:21:43 DEBUG : Waiting for deletions to finish 2026/08/13 02:21:43 INFO : There was nothing to transfer 2026/08/13 02:21:43 DEBUG : Waiting for deletions to finish 2026/08/13 02:21:43 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:21:43 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:21:44 DEBUG : dir1: Directory modification time the same (differ by -800.541µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : apple: size = 5 OK 2026/08/13 02:21:44 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : apple: Unchanged skipping 2026/08/13 02:21:44 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:21:44 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:21:44 DEBUG : banana: size = 6 OK 2026/08/13 02:21:44 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : banana: Unchanged skipping 2026/08/13 02:21:44 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:21:44 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:21:44 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:21:44 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:21:44 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:21:44 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:21:44 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:21:44 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:21:44 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:21:44 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:21:44 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:21:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:21:44 DEBUG : Waiting for deletions to finish 2026/08/13 02:21:44 INFO : There was nothing to transfer 2026/08/13 02:21:44 DEBUG : Waiting for deletions to finish 2026/08/13 02:21:45 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:21:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:21:59 DEBUG : dir1/0000-abcdefg.txt: md5 = 4fb22677df93923e1650a9d73ba17855 OK 2026/08/13 02:22:00 DEBUG : dir1/0001-bcdefgh.txt: md5 = c2dc81072ce7f5ed886c42e1e7f2524c OK 2026/08/13 02:22:02 DEBUG : dir1/0002-cdefghi.txt: md5 = 54cdcbff5658390f0ec3117232892b31 OK 2026/08/13 02:22:03 DEBUG : dir1/0003-defghij.txt: md5 = bc194df0123a8bf22bd0de663aa91d2a OK 2026/08/13 02:22:05 DEBUG : dir1/0004-efghijk.txt: md5 = 516da3b066106a4b19d32a328bfe97e7 OK 2026/08/13 02:22:06 DEBUG : dir1/0005-fghijkl.txt: md5 = bbf6aaaed182d96d1bbbb921f93b75db OK 2026/08/13 02:22:08 DEBUG : dir1/0006-ghijklm.txt: md5 = a5d323815f271db4850e7564093b505a OK 2026/08/13 02:22:09 DEBUG : dir1/0007-1234567.txt: md5 = 5a3dacc0b957c13d45797719bc11da71 OK 2026/08/13 02:22:10 DEBUG : dir1/0008-2345678.txt: md5 = c181d7277f9ba51cf761609a49163e31 OK 2026/08/13 02:22:12 DEBUG : dir1/0009-3456789.txt: md5 = d57804b20361cedaa68853ec19725385 OK 2026/08/13 02:22:13 DEBUG : dir1/0010-456789.txt: md5 = 978a186e24940ffa1f4731980674647c OK 2026/08/13 02:22:15 DEBUG : dir1/0011-56789;.txt: md5 = 4d18978bb2da1dd93ff5308bdc97ad3b OK 2026/08/13 02:22:17 DEBUG : dir1/0012-6789;.txt: md5 = ab7554b17e306499ff6dcaa480145d4d OK 2026/08/13 02:22:18 DEBUG : dir1/0013-789;=.txt: md5 = 55a507612d82da71670615684cfe340b OK 2026/08/13 02:22:19 DEBUG : dir1/0014-89;=.txt: md5 = a8e0dad8d71dd5a1dd1786433d0d08e1 OK 2026/08/13 02:22:21 DEBUG : dir1/0015-9;=.txt: md5 = 58772c6282de5e3c66f41f45f67ba5c4 OK 2026/08/13 02:22:23 DEBUG : apple: md5 = 37d5e974b208144496d0e854885264f6 OK 2026/08/13 02:22:24 DEBUG : banana: md5 = a1b70b7fe646666a3ce90b40771c7ec6 OK 2026/08/13 02:22:26 DEBUG : appleappleapplebanana: md5 = ff3ac4ee1145bb390bc66904f530c959 OK 2026/08/13 02:22:27 DEBUG : splitbananasplit: md5 = bb65ea69218b21abcdf4738583bacf17 OK 2026/08/13 02:22:27 DEBUG : Waiting for deletions to finish 2026/08/13 02:22:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:22:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:22:29 DEBUG : apple: size = 5 OK 2026/08/13 02:22:29 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : apple: Unchanged skipping 2026/08/13 02:22:29 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:22:29 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:22:29 DEBUG : banana: size = 6 OK 2026/08/13 02:22:29 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : banana: Unchanged skipping 2026/08/13 02:22:29 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:22:29 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:22:29 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:22:29 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:22:29 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:22:29 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:22:29 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:22:29 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:22:29 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:22:29 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:29 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:22:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:22:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:22:29 DEBUG : Waiting for deletions to finish 2026/08/13 02:22:29 INFO : There was nothing to transfer 2026/08/13 02:22:29 DEBUG : Waiting for deletions to finish 2026/08/13 02:22:30 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:22:30 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1: Directory modification time the same (differ by -432.504µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : apple: size = 5 OK 2026/08/13 02:22:31 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : apple: Unchanged skipping 2026/08/13 02:22:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:22:31 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:22:31 DEBUG : banana: size = 6 OK 2026/08/13 02:22:31 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : banana: Unchanged skipping 2026/08/13 02:22:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:22:31 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:22:31 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:22:31 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:22:31 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:22:31 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:22:31 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:22:31 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:22:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:22:31 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:22:31 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:22:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:22:31 DEBUG : Waiting for deletions to finish 2026/08/13 02:22:31 INFO : There was nothing to transfer 2026/08/13 02:22:31 DEBUG : Waiting for deletions to finish 2026/08/13 02:22:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:22:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:22:45 DEBUG : dir1/0000-abcdefg.txt: md5 = bfc43a472f70a537bf25efc8af89396b OK 2026/08/13 02:22:47 DEBUG : dir1/0001-bcdefgh.txt: md5 = 917852c90ee286012b1cbe9c997ad363 OK 2026/08/13 02:22:48 DEBUG : dir1/0002-cdefghi.txt: md5 = d19bfdec1ae93d8ea561505061d53092 OK 2026/08/13 02:22:50 DEBUG : dir1/0003-defghij.txt: md5 = 6cf8c82da8dce5f3362bbad46114d7a9 OK 2026/08/13 02:22:51 DEBUG : dir1/0004-efghijk.txt: md5 = 37bac04d11eb8603a6774f1dba7a1a0a OK 2026/08/13 02:22:53 DEBUG : dir1/0005-fghijkl.txt: md5 = 768c4a4c472ecdaa836617bd231f905d OK 2026/08/13 02:22:54 DEBUG : dir1/0006-ghijklm.txt: md5 = 381d894ad0d72b4f7d83a8d4cce012f3 OK 2026/08/13 02:22:55 DEBUG : dir1/0007-1234567.txt: md5 = bb1ce039ee832bfc4295fb019e88e0f0 OK 2026/08/13 02:22:57 DEBUG : dir1/0008-2345678.txt: md5 = d9d7f654225810674cb46d1e6c9bbbdb OK 2026/08/13 02:22:58 DEBUG : dir1/0009-3456789.txt: md5 = 342eae169592490400699a7c9e54d73b OK 2026/08/13 02:23:00 DEBUG : dir1/0010-456789.txt: md5 = 4b00adcea48bce28002d8ac4b5555cbb OK 2026/08/13 02:23:01 DEBUG : dir1/0011-56789;.txt: md5 = 8616640efc4726dd057a745224a517b9 OK 2026/08/13 02:23:03 DEBUG : dir1/0012-6789;.txt: md5 = 538f7157875d69d62524a3ef553842ed OK 2026/08/13 02:23:04 DEBUG : dir1/0013-789;=.txt: md5 = 44cf6081a910c140b668ec89bdcffdb1 OK 2026/08/13 02:23:06 DEBUG : dir1/0014-89;=.txt: md5 = e4aa879db9406ea1c7a87c9fa4a6f37a OK 2026/08/13 02:23:07 DEBUG : dir1/0015-9;=.txt: md5 = d1d6dacf8bdb3ecbadfefe6ca0ac2c31 OK 2026/08/13 02:23:09 DEBUG : apple: md5 = 842718f4e4b09df9ea2c4d11bb28151d OK 2026/08/13 02:23:10 DEBUG : banana: md5 = 31d78abf13923959b28ad1eda8c8494f OK 2026/08/13 02:23:12 DEBUG : appleappleapplebanana: md5 = 783659f2736eb7af0facd41205b6ab94 OK 2026/08/13 02:23:13 DEBUG : splitbananasplit: md5 = 25f3a5105d866de3d3bf58a967187ce7 OK 2026/08/13 02:23:13 DEBUG : Waiting for deletions to finish 2026/08/13 02:23:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:23:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:14 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:14 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:14 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:14 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:14 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:14 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:14 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:14 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:14 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:15 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:15 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:15 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:15 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:15 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:15 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:15 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:15 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:15 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:15 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:15 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:15 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:15 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/13 02:23:15 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:23:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:23:16 DEBUG : YXBwbGU=: md5 = 617b4b71a616423e155247f5117cbe9f OK 2026/08/13 02:23:16 DEBUG : YXBwbGU=: size = 5 OK 2026/08/13 02:23:16 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/13 02:23:16 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:16 DEBUG : YmFuYW5h: md5 = 843463a16c7a19c620e47270b721ff91 OK 2026/08/13 02:23:16 DEBUG : YmFuYW5h: size = 6 OK 2026/08/13 02:23:16 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/13 02:23:16 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:16 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = bd8d70ed7f820a8ef36c49e5a73ded47 OK 2026/08/13 02:23:16 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/13 02:23:16 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:16 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:16 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = cd09c4b7f71993260e6fcce20bc2d80a OK 2026/08/13 02:23:16 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/13 02:23:16 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:16 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 572e23c9898700c74ff7a3bbf3fb8fb3 OK 2026/08/13 02:23:18 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/13 02:23:18 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = 0fabedb212c9bc4cdaf3d0cce0504ca7 OK 2026/08/13 02:23:18 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/13 02:23:18 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 2f56aa204d422f14bfacc6d18fd5dc7c OK 2026/08/13 02:23:18 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/13 02:23:18 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 9c50b2ccd8034b49bda0f42147fede4a OK 2026/08/13 02:23:18 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/13 02:23:18 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 191d1b970c1e75a63917e2fd3b7afb77 OK 2026/08/13 02:23:19 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/13 02:23:19 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 6bd3cd3e4de7f526438567e49bd2741a OK 2026/08/13 02:23:19 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/13 02:23:19 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 36deddf11ae7d896a96cbc8a547fe0bc OK 2026/08/13 02:23:19 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/13 02:23:19 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = e995951df93935f537610056902ace6b OK 2026/08/13 02:23:19 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/13 02:23:19 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:19 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:21 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 38de87a93659055f6be2ccf1cb422ab9 OK 2026/08/13 02:23:21 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/13 02:23:21 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:21 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = 54dfe9a45bd8273dd8c072bdd296e1a6 OK 2026/08/13 02:23:21 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/13 02:23:21 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:21 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = 97c7af7f4118703acf96664a231813fa OK 2026/08/13 02:23:21 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/13 02:23:21 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:21 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 5c3e4a14d38b4d58e45c64c9ede123c6 OK 2026/08/13 02:23:21 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/13 02:23:21 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:22 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 5492a0d28ecc5efd6353aa89483474c3 OK 2026/08/13 02:23:22 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/13 02:23:22 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:22 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = ab3e28d6909b438e5c4b58e6245be0b4 OK 2026/08/13 02:23:22 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/13 02:23:22 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:22 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 99d112a027710705e6ca30b1dae009f9 OK 2026/08/13 02:23:22 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/13 02:23:22 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:22 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 050a3a9b288c40f769c3e40570914477 OK 2026/08/13 02:23:22 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/13 02:23:22 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:22 DEBUG : Waiting for deletions to finish 2026/08/13 02:23:23 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/13 02:23:23 INFO : appleappleapplebanana: Deleted 2026/08/13 02:23:23 INFO : dir1/0003-defghij.txt: Deleted 2026/08/13 02:23:23 INFO : splitbananasplit: Deleted 2026/08/13 02:23:23 INFO : dir1/0008-2345678.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/13 02:23:23 INFO : apple: Deleted 2026/08/13 02:23:23 INFO : dir1/0012-6789;.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0013-789;=.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0014-89;=.txt: Deleted 2026/08/13 02:23:23 INFO : banana: Deleted 2026/08/13 02:23:23 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0015-9;=.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0009-3456789.txt: Deleted 2026/08/13 02:23:23 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/13 02:23:24 INFO : dir1/0010-456789.txt: Deleted 2026/08/13 02:23:24 INFO : dir1/0007-1234567.txt: Deleted 2026/08/13 02:23:24 INFO : dir1/0011-56789;.txt: Deleted 2026/08/13 02:23:24 DEBUG : Waiting for deletions to finish 2026/08/13 02:23:24 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:24 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:25 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:25 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:25 DEBUG : dir1: Directory modification time the same (differ by -58.15µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : YXBwbGU=: size = 5 OK 2026/08/13 02:23:25 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : apple: Unchanged skipping 2026/08/13 02:23:25 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:23:25 DEBUG : YmFuYW5h: size = 6 OK 2026/08/13 02:23:25 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : banana: Unchanged skipping 2026/08/13 02:23:25 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/13 02:23:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:25 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:25 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:25 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:25 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:25 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:25 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:25 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:25 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:25 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:25 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:25 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:25 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/13 02:23:25 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:23:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:23:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:23:25 DEBUG : Waiting for deletions to finish 2026/08/13 02:23:25 DEBUG : Waiting for deletions to finish 2026/08/13 02:23:26 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/13 02:23:26 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:26 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:26 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:26 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:26 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:26 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:26 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/13 02:23:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:26 DEBUG : apple: transformed to: YXBwbGU= 2026/08/13 02:23:26 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/13 02:23:26 DEBUG : banana: transformed to: YmFuYW5h 2026/08/13 02:23:26 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/13 02:23:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/13 02:23:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/13 02:23:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/13 02:23:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/13 02:23:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/13 02:23:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:23:39 DEBUG : dir1/0000-abcdefg.txt: md5 = b2d73cdd3b84e62b1feee74ec2647ff3 OK 2026/08/13 02:23:41 DEBUG : dir1/0001-bcdefgh.txt: md5 = 396ebc9844f02db6e779ff001d8b316e OK 2026/08/13 02:23:42 DEBUG : dir1/0002-cdefghi.txt: md5 = 45a2f6da1c3e2ec51b903dc57aa67f82 OK 2026/08/13 02:23:44 DEBUG : dir1/0003-defghij.txt: md5 = 2d3c7ef543085a366feeededa65ced1a OK 2026/08/13 02:23:45 DEBUG : dir1/0004-efghijk.txt: md5 = 6043aed1436747e1c5033b8f245c4979 OK 2026/08/13 02:23:47 DEBUG : dir1/0005-fghijkl.txt: md5 = 5d4af6b6a1dde15187a8522b0bab02d9 OK 2026/08/13 02:23:48 DEBUG : dir1/0006-ghijklm.txt: md5 = 7772ae6ccd6186fc3774cc3b7c894e4b OK 2026/08/13 02:23:50 DEBUG : dir1/0007-1234567.txt: md5 = d6c6c171ba4abcb1131beb1f38fd0c16 OK 2026/08/13 02:23:51 DEBUG : dir1/0008-2345678.txt: md5 = 14faf9772156bf5b091c43956539234c OK 2026/08/13 02:23:53 DEBUG : dir1/0009-3456789.txt: md5 = 87b792bb1aa83284b4e8e4557a1e7d29 OK 2026/08/13 02:23:54 DEBUG : dir1/0010-456789.txt: md5 = 604e5760002c5ee67857daefbe29eea8 OK 2026/08/13 02:23:56 DEBUG : dir1/0011-56789;.txt: md5 = 0ccf752e9e08052b9006a37fb56e0968 OK 2026/08/13 02:23:57 DEBUG : dir1/0012-6789;.txt: md5 = 1d7249f3855ad4a7e357aad126fc9618 OK 2026/08/13 02:23:59 DEBUG : dir1/0013-789;=.txt: md5 = bb72a9a63c09a4d41fafa489fab067a6 OK 2026/08/13 02:24:00 DEBUG : dir1/0014-89;=.txt: md5 = 2feff2833625be3c0337a55a6c518f9a OK 2026/08/13 02:24:01 DEBUG : dir1/0015-9;=.txt: md5 = a91e45fefb14459d401bbf87da8f8146 OK 2026/08/13 02:24:03 DEBUG : apple: md5 = 24241e61aa269e6ab87166c7fbe2f54d OK 2026/08/13 02:24:04 DEBUG : banana: md5 = a072f6b12fd9b977f9856f4bf296031e OK 2026/08/13 02:24:06 DEBUG : appleappleapplebanana: md5 = 90cdfafb59069793d236dfcd73dc3aa0 OK 2026/08/13 02:24:07 DEBUG : splitbananasplit: md5 = 5a8492674d592b19b164ba3fb5c4f0f3 OK 2026/08/13 02:24:07 DEBUG : Waiting for deletions to finish 2026/08/13 02:24:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:24:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:08 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:08 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:08 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:08 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:09 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:09 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:09 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:09 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:09 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:09 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:09 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:09 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/13 02:24:09 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/13 02:24:09 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/13 02:24:09 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/13 02:24:09 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/13 02:24:09 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/13 02:24:09 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/13 02:24:09 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/13 02:24:09 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/13 02:24:09 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/13 02:24:09 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/13 02:24:09 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/13 02:24:09 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/13 02:24:09 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/13 02:24:09 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/13 02:24:09 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/13 02:24:09 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:24:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:24:10 DEBUG : PREFIXbanana: md5 = c9c98eb7b9c70ebd177a90b004c589f5 OK 2026/08/13 02:24:10 DEBUG : PREFIXbanana: size = 6 OK 2026/08/13 02:24:10 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/13 02:24:10 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:10 DEBUG : PREFIXappleappleapplebanana: md5 = c1b9ef0cdc90ac068ddbfc7a30e2a39b OK 2026/08/13 02:24:10 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/13 02:24:10 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/13 02:24:10 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:10 DEBUG : PREFIXsplitbananasplit: md5 = 92187c0d14580e3af42cd0c015f32ef3 OK 2026/08/13 02:24:10 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/13 02:24:10 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/13 02:24:10 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:10 DEBUG : PREFIXapple: md5 = 5f218de8ed6e0526a2193ed9412a2630 OK 2026/08/13 02:24:10 DEBUG : PREFIXapple: size = 5 OK 2026/08/13 02:24:10 INFO : apple: Copied (new) to: PREFIXapple 2026/08/13 02:24:10 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = 7a0595025c2ad54d78d18b64485bac14 OK 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:24:12 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:12 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = b6b74dcd5050010dfc67e5c0c6811d5e OK 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/13 02:24:12 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:12 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 82cad5c5a8b40d6f50a0c00773c0c18a OK 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/13 02:24:12 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:12 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 0ccbc9a6a614ee149b77fcd3dc9a9dc9 OK 2026/08/13 02:24:12 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/13 02:24:12 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:12 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = d5fbba2623ff4500de3c61e3d66480e2 OK 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/13 02:24:13 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:13 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = d238952aa39a6e6581892042bcaa9538 OK 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/13 02:24:13 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:13 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = be03a888a6f49487c6ea67e37dd569f7 OK 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/13 02:24:13 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:13 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = f1b94c5116648c132148dbde95b3d404 OK 2026/08/13 02:24:13 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/13 02:24:13 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:13 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:14 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 8a749fc30cf8e4d350bf63dd2927f734 OK 2026/08/13 02:24:14 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/13 02:24:14 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:14 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:14 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 90e4e6ba36ff016c29017db9c306df9b OK 2026/08/13 02:24:14 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/13 02:24:14 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:14 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:14 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = b5aefbebdb7bbb2f9b0b7c016cc0fb58 OK 2026/08/13 02:24:14 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/13 02:24:14 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:14 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:15 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = adb0f3355a6f580ea61f15ac60cf5746 OK 2026/08/13 02:24:15 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/13 02:24:15 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:15 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = 595c0d9aa44778c21b914d9d5720ba3a OK 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/13 02:24:16 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = 520f7ffec78dad37a8590614bbf6c445 OK 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/13 02:24:16 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = d676e3cc95d9e9b20a59e1af90f9cd75 OK 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/13 02:24:16 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = c744cc87142a53dd3a9b8d96e3ba6243 OK 2026/08/13 02:24:16 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/13 02:24:16 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:16 DEBUG : Waiting for deletions to finish 2026/08/13 02:24:16 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/13 02:24:16 INFO : appleappleapplebanana: Deleted 2026/08/13 02:24:16 INFO : dir1/0014-89;=.txt: Deleted 2026/08/13 02:24:16 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/13 02:24:16 INFO : dir1/0007-1234567.txt: Deleted 2026/08/13 02:24:16 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/13 02:24:16 INFO : dir1/0012-6789;.txt: Deleted 2026/08/13 02:24:16 INFO : splitbananasplit: Deleted 2026/08/13 02:24:17 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0015-9;=.txt: Deleted 2026/08/13 02:24:17 INFO : banana: Deleted 2026/08/13 02:24:17 INFO : dir1/0010-456789.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0003-defghij.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0008-2345678.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0009-3456789.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0011-56789;.txt: Deleted 2026/08/13 02:24:17 INFO : dir1/0013-789;=.txt: Deleted 2026/08/13 02:24:17 INFO : apple: Deleted 2026/08/13 02:24:17 DEBUG : Waiting for deletions to finish 2026/08/13 02:24:18 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : apple: transformed to: PREFIXapple 2026/08/13 02:24:18 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/13 02:24:18 DEBUG : banana: transformed to: PREFIXbanana 2026/08/13 02:24:18 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/13 02:24:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/13 02:24:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/13 02:24:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/13 02:24:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/13 02:24:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/13 02:24:18 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/13 02:24:18 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/13 02:24:18 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/13 02:24:18 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/13 02:24:18 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/13 02:24:18 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/13 02:24:18 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/13 02:24:18 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/13 02:24:18 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/13 02:24:18 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/13 02:24:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/13 02:24:19 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1: Directory modification time the same (differ by -794.575µs, within tolerance 1ms) 2026/08/13 02:24:19 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:24:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:24:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:24:20 DEBUG : splitbananasplit: md5 = 5428e822ee521c5771ddf18751e0c6d0 OK 2026/08/13 02:24:20 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:24:20 INFO : splitbananasplit: Copied (new) 2026/08/13 02:24:20 DEBUG : banana: md5 = e06fb6c6aa84314018508e0ed8d2ed2f OK 2026/08/13 02:24:20 DEBUG : banana: size = 6 OK 2026/08/13 02:24:20 INFO : banana: Copied (new) 2026/08/13 02:24:20 DEBUG : apple: md5 = ee898604c66cd7b02d40773e0f06503e OK 2026/08/13 02:24:20 DEBUG : apple: size = 5 OK 2026/08/13 02:24:20 INFO : apple: Copied (new) 2026/08/13 02:24:20 DEBUG : appleappleapplebanana: md5 = b123b0f351f63590d15287d8003df61b OK 2026/08/13 02:24:20 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:24:20 INFO : appleappleapplebanana: Copied (new) 2026/08/13 02:24:21 DEBUG : dir1/0001-bcdefgh.txt: md5 = e70240257391e1416adbb2da2f0e9909 OK 2026/08/13 02:24:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:24:21 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/13 02:24:21 DEBUG : dir1/0000-abcdefg.txt: md5 = c99f7ae924e4a3b062f78039e4983211 OK 2026/08/13 02:24:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:24:21 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/13 02:24:22 DEBUG : dir1/0003-defghij.txt: md5 = c3f1bce408e34443e5e537c161ccde9c OK 2026/08/13 02:24:22 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:24:22 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/13 02:24:22 DEBUG : dir1/0002-cdefghi.txt: md5 = 9b33e84507410c104194c1c7b8d11505 OK 2026/08/13 02:24:22 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:24:22 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/13 02:24:23 DEBUG : dir1/0004-efghijk.txt: md5 = 7d9f74f9d903b7cedd4bcbd55229fe5e OK 2026/08/13 02:24:23 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:24:23 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/13 02:24:23 DEBUG : dir1/0005-fghijkl.txt: md5 = c5d6e5c9d235f64d5e112e23ae13a9ba OK 2026/08/13 02:24:23 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:24:23 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/13 02:24:23 DEBUG : dir1/0006-ghijklm.txt: md5 = 555c0776fea7885019488f1f62dc5f7d OK 2026/08/13 02:24:23 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:24:23 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/13 02:24:23 DEBUG : dir1/0007-1234567.txt: md5 = 22d450d001efbc5b1f106efd269aea31 OK 2026/08/13 02:24:23 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:24:23 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/13 02:24:24 DEBUG : dir1/0008-2345678.txt: md5 = 1cd7ec12dd1c39c8d1f70c534f23f5b8 OK 2026/08/13 02:24:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:24:24 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/13 02:24:24 DEBUG : dir1/0009-3456789.txt: md5 = 6fefec0efa032a63ccc909a80bebd011 OK 2026/08/13 02:24:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:24:24 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/13 02:24:24 DEBUG : dir1/0011-56789;.txt: md5 = 59ef460c2d866231d09acebb75caec7d OK 2026/08/13 02:24:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:24:24 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/13 02:24:25 DEBUG : dir1/0010-456789.txt: md5 = cc843c4672fe78857a4e67c78b9faba1 OK 2026/08/13 02:24:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:24:25 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/13 02:24:25 DEBUG : dir1/0012-6789;.txt: md5 = d59335c7dca3c5de0314a5ebaa827d98 OK 2026/08/13 02:24:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:24:25 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/13 02:24:26 DEBUG : dir1/0013-789;=.txt: md5 = 5beb27ecb0e822040f6f4c948a237fe2 OK 2026/08/13 02:24:26 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:24:26 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/13 02:24:26 DEBUG : dir1/0015-9;=.txt: md5 = 95237149ec99a586679252fd86dd43e9 OK 2026/08/13 02:24:26 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:24:26 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/13 02:24:26 DEBUG : dir1/0014-89;=.txt: md5 = 36dae69752a1d209a3bb7a56f98f1703 OK 2026/08/13 02:24:26 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:24:26 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/13 02:24:26 DEBUG : Waiting for deletions to finish 2026/08/13 02:24:26 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/13 02:24:26 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/13 02:24:26 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/13 02:24:26 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/13 02:24:26 INFO : PREFIXbanana: Deleted 2026/08/13 02:24:26 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/13 02:24:26 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/13 02:24:26 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/13 02:24:27 INFO : PREFIXsplitbananasplit: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/13 02:24:27 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/13 02:24:27 INFO : PREFIXapple: Deleted 2026/08/13 02:24:27 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/13 02:24:27 DEBUG : Waiting for deletions to finish 2026/08/13 02:24:28 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:24:28 DEBUG : Waiting for deletions to finish 2026/08/13 02:24:29 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:24:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:24:42 DEBUG : dir1/0000-abcdefg.txt: md5 = 2951bc539273230c664e1591d97581f8 OK 2026/08/13 02:24:43 DEBUG : dir1/0001-bcdefgh.txt: md5 = 6d4d9f017d4516f7737ec19cf63c6c1f OK 2026/08/13 02:24:45 DEBUG : dir1/0002-cdefghi.txt: md5 = 6df35b878b766282d2762ad1d6ecd1cd OK 2026/08/13 02:24:46 DEBUG : dir1/0003-defghij.txt: md5 = a58af3f9a6f5d5d86cfdd4537dc09b59 OK 2026/08/13 02:24:48 DEBUG : dir1/0004-efghijk.txt: md5 = f80ead0df2a98bc401c15e6648e15ac8 OK 2026/08/13 02:24:49 DEBUG : dir1/0005-fghijkl.txt: md5 = 2a57faaf5597a582925906d4f154f0de OK 2026/08/13 02:24:51 DEBUG : dir1/0006-ghijklm.txt: md5 = 18890529d8d58b83931024005955ae4c OK 2026/08/13 02:24:52 DEBUG : dir1/0007-1234567.txt: md5 = 3fc863302102d4ca4b727b99f9637ddf OK 2026/08/13 02:24:54 DEBUG : dir1/0008-2345678.txt: md5 = bb5ebc9ff32b6fca141353f77ff6000b OK 2026/08/13 02:24:55 DEBUG : dir1/0009-3456789.txt: md5 = 8eaf21a1ae8427135298f0784d3f7f61 OK 2026/08/13 02:24:57 DEBUG : dir1/0010-456789.txt: md5 = 272580f96b3fffe2eafd444633d649c1 OK 2026/08/13 02:24:58 DEBUG : dir1/0011-56789;.txt: md5 = 3bb3ddc326ece34c34ed7ba59c626df3 OK 2026/08/13 02:25:00 DEBUG : dir1/0012-6789;.txt: md5 = cf7e52635d0cc8fb32140754cbc88e86 OK 2026/08/13 02:25:01 DEBUG : dir1/0013-789;=.txt: md5 = 4d76e40c9f88793de1af19061f3e0841 OK 2026/08/13 02:25:03 DEBUG : dir1/0014-89;=.txt: md5 = 68bff8638431fd1e20cab5452af0afd3 OK 2026/08/13 02:25:04 DEBUG : dir1/0015-9;=.txt: md5 = 379ffa6ca56537d41e7ac4183cda25f2 OK 2026/08/13 02:25:06 DEBUG : apple: md5 = 8c28b8cb37be7e769dc9a99ad0559c67 OK 2026/08/13 02:25:07 DEBUG : banana: md5 = cb632b1555a69d60d85d3932115d3af6 OK 2026/08/13 02:25:09 DEBUG : appleappleapplebanana: md5 = 0d6610b16a992d19d191f589afdb9f44 OK 2026/08/13 02:25:10 DEBUG : splitbananasplit: md5 = 9ef3ff5ae7201866863ecfcf1f32de23 OK 2026/08/13 02:25:10 DEBUG : Waiting for deletions to finish 2026/08/13 02:25:10 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:25:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:25:11 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:11 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:11 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:11 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:11 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:11 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:11 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:11 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:11 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:11 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:11 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:11 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:11 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:11 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:11 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:11 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:12 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:12 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:12 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:12 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:12 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:12 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:25:12 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:12 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/13 02:25:12 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:25:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:25:13 DEBUG : appleappleapplebananaSUFFIX: md5 = 2570109b17a21b4e76b49ff1f0a35cea OK 2026/08/13 02:25:13 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/13 02:25:13 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/13 02:25:13 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:13 DEBUG : bananaSUFFIX: md5 = ec7569844bbc4ee672dbba73dc5a966c OK 2026/08/13 02:25:13 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/13 02:25:13 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/13 02:25:13 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:13 DEBUG : appleSUFFIX: md5 = fda29ef318429b8617df4ef035c135d7 OK 2026/08/13 02:25:13 DEBUG : appleSUFFIX: size = 5 OK 2026/08/13 02:25:13 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/13 02:25:13 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:14 DEBUG : splitbananasplitSUFFIX: md5 = defcbb78d0892401aaa3324599fc8d63 OK 2026/08/13 02:25:14 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/13 02:25:14 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/13 02:25:14 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:14 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = ca24a8384629858332dad6e6c7289d3d OK 2026/08/13 02:25:14 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/13 02:25:14 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:14 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:14 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 7b56e2ea05d6d820b6ed0281c9ab9ee7 OK 2026/08/13 02:25:14 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/13 02:25:14 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:14 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:15 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 94fedc304a75f209d02bf493f93736a5 OK 2026/08/13 02:25:15 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/13 02:25:15 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:15 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:15 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = a0cb29776ca9452e5259ee1398eac1bd OK 2026/08/13 02:25:15 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/13 02:25:15 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:15 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 050308af89a0bbb9d20dee683d38d22b OK 2026/08/13 02:25:16 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/13 02:25:16 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = 597ca3d6fe195293c4bcd69f68670c7e OK 2026/08/13 02:25:16 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/13 02:25:16 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = f113285a4cedbcec6ed47b324dfec507 OK 2026/08/13 02:25:16 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/13 02:25:16 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = 61e4aa89c93ba79397c57e2bda36c166 OK 2026/08/13 02:25:16 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/13 02:25:16 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:16 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:17 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 149b6ac3489713c14a1594de1bcbb731 OK 2026/08/13 02:25:17 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/13 02:25:17 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:17 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:17 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = d8b27327f207079e147df22b14fed540 OK 2026/08/13 02:25:17 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/13 02:25:17 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:17 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:17 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = 87b162c5f2bbdf0640314dcd9670dc0c OK 2026/08/13 02:25:17 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/13 02:25:17 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:17 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:18 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = 1d148b17b9411237a4f0ff746f232c2b OK 2026/08/13 02:25:18 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/13 02:25:18 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:18 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:19 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 6316337bde8e2ee80e4a17c48ad065da OK 2026/08/13 02:25:19 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/13 02:25:19 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:19 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = 12dada8e6467077ea509f6b0d19778c0 OK 2026/08/13 02:25:19 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/13 02:25:19 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:19 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 3dcc6100d56b454fb10bc95e60142afc OK 2026/08/13 02:25:19 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/13 02:25:19 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:19 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = da936d186f4e57a6f27a59e2477202ba OK 2026/08/13 02:25:19 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/13 02:25:19 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:19 DEBUG : Waiting for deletions to finish 2026/08/13 02:25:20 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0013-789;=.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0012-6789;.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0015-9;=.txt: Deleted 2026/08/13 02:25:20 INFO : appleappleapplebanana: Deleted 2026/08/13 02:25:20 INFO : dir1/0014-89;=.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0003-defghij.txt: Deleted 2026/08/13 02:25:20 INFO : banana: Deleted 2026/08/13 02:25:20 INFO : splitbananasplit: Deleted 2026/08/13 02:25:20 INFO : dir1/0008-2345678.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0007-1234567.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0010-456789.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0011-56789;.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/13 02:25:20 INFO : apple: Deleted 2026/08/13 02:25:20 INFO : dir1/0009-3456789.txt: Deleted 2026/08/13 02:25:20 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/13 02:25:20 DEBUG : Waiting for deletions to finish 2026/08/13 02:25:21 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : apple: transformed to: appleSUFFIX 2026/08/13 02:25:21 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/13 02:25:21 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/13 02:25:21 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/13 02:25:22 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1: Directory modification time the same (differ by -650.221µs, within tolerance 1ms) 2026/08/13 02:25:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:25:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:25:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:25:23 DEBUG : banana: md5 = 40a14f17da39315b78db3d38f8ec675a OK 2026/08/13 02:25:23 DEBUG : banana: size = 6 OK 2026/08/13 02:25:23 INFO : banana: Copied (new) 2026/08/13 02:25:24 DEBUG : splitbananasplit: md5 = 4f42890eb34e0d5ed8676618df885165 OK 2026/08/13 02:25:24 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:25:24 INFO : splitbananasplit: Copied (new) 2026/08/13 02:25:24 DEBUG : apple: md5 = de5fd23cdbfc0eebea1879533fde147b OK 2026/08/13 02:25:24 DEBUG : apple: size = 5 OK 2026/08/13 02:25:24 INFO : apple: Copied (new) 2026/08/13 02:25:24 DEBUG : appleappleapplebanana: md5 = 7523cd28c903013b3b9fa5c0d23fdcbd OK 2026/08/13 02:25:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:25:24 INFO : appleappleapplebanana: Copied (new) 2026/08/13 02:25:25 DEBUG : dir1/0000-abcdefg.txt: md5 = 89a321f303e4d10b47212919a7643ebd OK 2026/08/13 02:25:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:25:25 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/13 02:25:25 DEBUG : dir1/0001-bcdefgh.txt: md5 = 48d4611dcee57221f30c2f87d693161b OK 2026/08/13 02:25:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:25:25 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/13 02:25:25 DEBUG : dir1/0002-cdefghi.txt: md5 = cf43c03d13df2da49412f6e9af7e313c OK 2026/08/13 02:25:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:25:25 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/13 02:25:25 DEBUG : dir1/0003-defghij.txt: md5 = fb1494ff0317a70566dee1b2af96a12a OK 2026/08/13 02:25:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:25:25 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/13 02:25:26 DEBUG : dir1/0004-efghijk.txt: md5 = 7a765019c9436bf90d26330b422bdb88 OK 2026/08/13 02:25:26 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:25:26 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/13 02:25:26 DEBUG : dir1/0005-fghijkl.txt: md5 = 1ddfae65476982bb39a5a1540b923d4c OK 2026/08/13 02:25:26 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:25:26 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/13 02:25:26 DEBUG : dir1/0006-ghijklm.txt: md5 = 817f053bc3d58f92436683025e38f523 OK 2026/08/13 02:25:26 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:25:26 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/13 02:25:26 DEBUG : dir1/0007-1234567.txt: md5 = 2370cbbb8510036242da7ed220a56063 OK 2026/08/13 02:25:26 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:25:26 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/13 02:25:27 DEBUG : dir1/0008-2345678.txt: md5 = 694f6994964aa0ff0ffe412c2b0e55d2 OK 2026/08/13 02:25:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:25:27 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/13 02:25:28 DEBUG : dir1/0010-456789.txt: md5 = c7595d5adb8cb49ffd244dcb4ec7feb9 OK 2026/08/13 02:25:28 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:25:28 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/13 02:25:28 DEBUG : dir1/0009-3456789.txt: md5 = e6135102686cd2940ba6b7c3ffe6fc5f OK 2026/08/13 02:25:28 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:25:28 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/13 02:25:28 DEBUG : dir1/0011-56789;.txt: md5 = d924188461d2ca3f9be9180a81a55719 OK 2026/08/13 02:25:28 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:25:28 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/13 02:25:29 DEBUG : dir1/0012-6789;.txt: md5 = 3a217f4294a1c0f3c938aa096d8bb315 OK 2026/08/13 02:25:29 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:25:29 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/13 02:25:29 DEBUG : dir1/0013-789;=.txt: md5 = 36937d9defb5671c1a76d680ce26f9e9 OK 2026/08/13 02:25:29 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:25:29 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/13 02:25:29 DEBUG : dir1/0014-89;=.txt: md5 = 81d0306e64c328cab1313a2abaaa5dd7 OK 2026/08/13 02:25:29 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:25:29 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/13 02:25:30 DEBUG : dir1/0015-9;=.txt: md5 = 4f95cbf7f9ab20bd02bc4c9e8d7c4f3a OK 2026/08/13 02:25:30 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:25:30 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/13 02:25:30 DEBUG : Waiting for deletions to finish 2026/08/13 02:25:30 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : bananaSUFFIX: Deleted 2026/08/13 02:25:30 INFO : appleSUFFIX: Deleted 2026/08/13 02:25:30 INFO : splitbananasplitSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/13 02:25:30 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/13 02:25:31 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/13 02:25:31 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/13 02:25:31 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/13 02:25:31 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/13 02:25:31 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/13 02:25:31 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/13 02:25:31 DEBUG : Waiting for deletions to finish 2026/08/13 02:25:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:25:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:25:32 DEBUG : Waiting for deletions to finish 2026/08/13 02:25:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:25:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:25:46 DEBUG : dir1/0000-abcdefg.txt: md5 = 9fb93648c8018c069903cd9c13a5005f OK 2026/08/13 02:25:48 DEBUG : dir1/0001-bcdefgh.txt: md5 = 842369999d4c3299711772432e4bc51e OK 2026/08/13 02:25:49 DEBUG : dir1/0002-cdefghi.txt: md5 = c52076607a9b51b072e2873b3cebe23c OK 2026/08/13 02:25:51 DEBUG : dir1/0003-defghij.txt: md5 = 97bc7b83e63c09546aa9391b3c6aae0d OK 2026/08/13 02:25:52 DEBUG : dir1/0004-efghijk.txt: md5 = f72baf11836c2956a4fb0bbb3fc94d2a OK 2026/08/13 02:25:54 DEBUG : dir1/0005-fghijkl.txt: md5 = 8144dddee686c219d1c2cb6ded365f52 OK 2026/08/13 02:25:55 DEBUG : dir1/0006-ghijklm.txt: md5 = 90f5229a0cd36e7c76e85bd930a9ff0d OK 2026/08/13 02:25:57 DEBUG : dir1/0007-1234567.txt: md5 = 07626a5759520312b8a8ae5734dd0720 OK 2026/08/13 02:25:58 DEBUG : dir1/0008-2345678.txt: md5 = 703954f11e7c49dc16176c22300b88b0 OK 2026/08/13 02:26:00 DEBUG : dir1/0009-3456789.txt: md5 = 378f1339518f9932830090d23b05c7f2 OK 2026/08/13 02:26:01 DEBUG : dir1/0010-456789.txt: md5 = 33ddf17a60e42a92e32c0832a1cf61f0 OK 2026/08/13 02:26:03 DEBUG : dir1/0011-56789;.txt: md5 = daf4d77fb1f2f563f83692ed66c5a30c OK 2026/08/13 02:26:04 DEBUG : dir1/0012-6789;.txt: md5 = d7d19ab711bb06698d1412ade99c08cf OK 2026/08/13 02:26:06 DEBUG : dir1/0013-789;=.txt: md5 = 87c20fa81562fbb3a4c86d003813f4cc OK 2026/08/13 02:26:07 DEBUG : dir1/0014-89;=.txt: md5 = 8adfdc838da3524ede926528837a86b4 OK 2026/08/13 02:26:09 DEBUG : dir1/0015-9;=.txt: md5 = 13f26b7ad7d8a2efd266491a3cc52129 OK 2026/08/13 02:26:10 DEBUG : apple: md5 = c4c3ad17eddeb09ce726298f9e0ae02e OK 2026/08/13 02:26:12 DEBUG : banana: md5 = d1dd39aedf7a762d7b2e86c282a63d76 OK 2026/08/13 02:26:13 DEBUG : appleappleapplebanana: md5 = abb60cbbaccce56abee02836e2aaccd6 OK 2026/08/13 02:26:15 DEBUG : splitbananasplit: md5 = f4dd6e12a2c95998677807fbd3a458cf OK 2026/08/13 02:26:15 DEBUG : Waiting for deletions to finish 2026/08/13 02:26:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:26:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:26:16 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:16 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:16 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:16 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/13 02:26:16 DEBUG : apple: size = 5 OK 2026/08/13 02:26:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:16 DEBUG : apple: Unchanged skipping 2026/08/13 02:26:16 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:16 DEBUG : banana: size = 6 OK 2026/08/13 02:26:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:16 DEBUG : banana: Unchanged skipping 2026/08/13 02:26:17 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:26:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:17 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:17 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:17 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:17 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:17 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:17 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:17 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:17 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:17 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:17 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:17 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:17 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:17 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:17 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:17 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:17 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/13 02:26:17 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/13 02:26:17 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:17 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:26:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:26:17 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:18 DEBUG : appleapple: md5 = 1d6d5eb91fb8c72a42fd140efa5b25ac OK 2026/08/13 02:26:18 DEBUG : appleapple: size = 21 OK 2026/08/13 02:26:18 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/13 02:26:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:18 DEBUG : dir1/0001-bcdef: md5 = a1f1eeed57f22f0cca1a3d3e537f4615 OK 2026/08/13 02:26:18 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/13 02:26:18 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/13 02:26:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:18 DEBUG : dir1/0000-abcde: md5 = 40fefc6ac510f2cf634360bb2f9378e1 OK 2026/08/13 02:26:18 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/13 02:26:18 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/13 02:26:18 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:19 DEBUG : splitbanan: md5 = 0fff06dee950dbdf66bcf109a968ca25 OK 2026/08/13 02:26:19 DEBUG : splitbanan: size = 16 OK 2026/08/13 02:26:19 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/13 02:26:19 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:19 DEBUG : dir1/0002-cdefg: md5 = c580b3f0ccf3843ef2ec35a38ad9115b OK 2026/08/13 02:26:19 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/13 02:26:19 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/13 02:26:19 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:20 DEBUG : dir1/0003-defgh: md5 = 3d7e9bdca8437ab23e17b40e9a27dced OK 2026/08/13 02:26:20 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/13 02:26:20 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/13 02:26:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:20 DEBUG : dir1/0005-fghij: md5 = 677b67a4451d65a94d52ee7491ff1589 OK 2026/08/13 02:26:20 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/13 02:26:20 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/13 02:26:20 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:20 DEBUG : dir1/0004-efghi: md5 = 7c092894fe978f8bbb5d180a84819a67 OK 2026/08/13 02:26:20 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/13 02:26:20 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/13 02:26:20 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:21 DEBUG : dir1/0006-ghijk: md5 = 4486fe0c93fa1ee93f1783c5ab62cf31 OK 2026/08/13 02:26:21 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/13 02:26:21 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/13 02:26:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:21 DEBUG : dir1/0007-12345: md5 = 2f26dc2cdbb8975a93a9d7d7927b83f8 OK 2026/08/13 02:26:21 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/13 02:26:21 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/13 02:26:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:21 DEBUG : dir1/0008-23456: md5 = 53432cb9c5dd9bbb813b19c215b3a927 OK 2026/08/13 02:26:21 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/13 02:26:21 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/13 02:26:21 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:21 DEBUG : dir1/0009-34567: md5 = fefd2fbff4ffc478c4601ad09663e465 OK 2026/08/13 02:26:21 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/13 02:26:21 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/13 02:26:21 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:22 DEBUG : dir1/0010-45678: md5 = 85fc9bb29e07541a229b3a6eb93a19a0 OK 2026/08/13 02:26:22 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/13 02:26:22 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/13 02:26:22 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:23 DEBUG : dir1/0012-6789;: md5 = b49eaedc1702d818154fb4a2c708996d OK 2026/08/13 02:26:23 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/13 02:26:23 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/13 02:26:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:23 DEBUG : dir1/0011-56789: md5 = a46a3dbc63b2f3fc9eb2a2f265134c81 OK 2026/08/13 02:26:23 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/13 02:26:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/13 02:26:23 DEBUG : dir1/0013-789;=: md5 = 12b28d12fff8db92119ecfd7da6a3d5f OK 2026/08/13 02:26:23 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/13 02:26:23 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/13 02:26:23 DEBUG : dir1/0014-89;=.: md5 = bf78c73869799192ecf9049c14423ab0 OK 2026/08/13 02:26:23 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/13 02:26:23 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/13 02:26:24 DEBUG : dir1/0015-9;=.t: md5 = 5ea3deea934be6cfff4cd21ee2c3bf10 OK 2026/08/13 02:26:24 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/13 02:26:24 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/13 02:26:24 DEBUG : Waiting for deletions to finish 2026/08/13 02:26:25 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0015-9;=.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0010-456789.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0003-defghij.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0013-789;=.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0014-89;=.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0012-6789;.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0007-1234567.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/13 02:26:25 INFO : splitbananasplit: Deleted 2026/08/13 02:26:25 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0008-2345678.txt: Deleted 2026/08/13 02:26:25 INFO : appleappleapplebanana: Deleted 2026/08/13 02:26:25 INFO : dir1/0011-56789;.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/13 02:26:25 INFO : dir1/0009-3456789.txt: Deleted 2026/08/13 02:26:25 DEBUG : Waiting for deletions to finish 2026/08/13 02:26:26 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : appleapple: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:26 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:26 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:26 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:26 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:26 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:27 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:27 DEBUG : dir1: Directory modification time the same (differ by -530.608µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:27 DEBUG : apple: size = 5 OK 2026/08/13 02:26:27 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : banana: size = 6 OK 2026/08/13 02:26:27 DEBUG : splitbanan: size = 16 OK 2026/08/13 02:26:27 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:26:27 DEBUG : apple: Unchanged skipping 2026/08/13 02:26:27 DEBUG : appleapple: size = 21 OK 2026/08/13 02:26:27 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:26:27 DEBUG : banana: Unchanged skipping 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/13 02:26:27 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/13 02:26:27 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/13 02:26:27 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/13 02:26:27 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/13 02:26:27 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/13 02:26:27 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/13 02:26:27 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/13 02:26:27 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/13 02:26:27 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/13 02:26:27 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/13 02:26:27 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/13 02:26:27 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/13 02:26:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/13 02:26:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/13 02:26:27 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/13 02:26:27 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/13 02:26:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/13 02:26:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/13 02:26:27 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/13 02:26:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/13 02:26:27 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/13 02:26:27 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/13 02:26:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/13 02:26:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:26:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:26:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:26:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:26:27 DEBUG : Waiting for deletions to finish 2026/08/13 02:26:27 DEBUG : Waiting for deletions to finish 2026/08/13 02:26:28 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : appleapple: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/13 02:26:28 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:28 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:28 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/13 02:26:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:28 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/13 02:26:28 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/13 02:26:28 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/13 02:26:28 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/13 02:26:28 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/13 02:26:28 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/13 02:26:28 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/13 02:26:28 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/13 02:26:28 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/13 02:26:28 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/13 02:26:28 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/13 02:26:28 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/13 02:26:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/13 02:26:28 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/13 02:26:28 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/13 02:26:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/13 02:26:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/13 02:26:28 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:26:41 DEBUG : dir1/0000-abcdefg.txt: md5 = c08f6dc74dbc98bd1424f9f22c8a0563 OK 2026/08/13 02:26:43 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8180a751f29d6b9546d58f5a56455c0c OK 2026/08/13 02:26:44 DEBUG : dir1/0002-cdefghi.txt: md5 = b589c34ee58eef0e1782a0d49ba6954a OK 2026/08/13 02:26:46 DEBUG : dir1/0003-defghij.txt: md5 = 10d2ebb2520ec3bb061563c6c76c5601 OK 2026/08/13 02:26:47 DEBUG : dir1/0004-efghijk.txt: md5 = a7c72a6067176e7d6445bbbf5a3011a8 OK 2026/08/13 02:26:49 DEBUG : dir1/0005-fghijkl.txt: md5 = 30400627c4b198f0d1b83d9c271198c1 OK 2026/08/13 02:26:50 DEBUG : dir1/0006-ghijklm.txt: md5 = d0a93f29e402bbebe90af8eec154a876 OK 2026/08/13 02:26:52 DEBUG : dir1/0007-1234567.txt: md5 = c40efb2b49e834ef8a99de0e908b89d0 OK 2026/08/13 02:26:53 DEBUG : dir1/0008-2345678.txt: md5 = f25fa0f247845323a160c4b69bd92f64 OK 2026/08/13 02:26:55 DEBUG : dir1/0009-3456789.txt: md5 = 1ca5f10d6af102c6e2dff9610c8e3826 OK 2026/08/13 02:26:56 DEBUG : dir1/0010-456789.txt: md5 = 09a5c8f55105f6468eca26f9967245c0 OK 2026/08/13 02:26:57 DEBUG : dir1/0011-56789;.txt: md5 = acf4afd9fc9dc7d455de4ea382d9969a OK 2026/08/13 02:26:59 DEBUG : dir1/0012-6789;.txt: md5 = 58d31d52cb311bcbeb3bbd134d54fdc9 OK 2026/08/13 02:27:01 DEBUG : dir1/0013-789;=.txt: md5 = 06455af3ee82b9d2e98cb496a58c8893 OK 2026/08/13 02:27:02 DEBUG : dir1/0014-89;=.txt: md5 = 2118b2d54a30f10ebc39ca3cc38af6ea OK 2026/08/13 02:27:03 DEBUG : dir1/0015-9;=.txt: md5 = 38d12dc331cc0a8b0eb20572917088de OK 2026/08/13 02:27:05 DEBUG : apple: md5 = 2d61c8d7cea12a82f37e373b51ad4b74 OK 2026/08/13 02:27:06 DEBUG : banana: md5 = 2296f762f716ed712a891cc59a3aaa0b OK 2026/08/13 02:27:08 DEBUG : appleappleapplebanana: md5 = 122f296a6c8d2f95a4fe1cb23d5cdd10 OK 2026/08/13 02:27:09 DEBUG : splitbananasplit: md5 = 9f726c54fda625512076357e0777bb12 OK 2026/08/13 02:27:09 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:10 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:27:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:27:11 DEBUG : apple: size = 5 OK 2026/08/13 02:27:11 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:27:11 DEBUG : apple: Unchanged skipping 2026/08/13 02:27:11 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:27:11 DEBUG : banana: size = 6 OK 2026/08/13 02:27:11 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : banana: Unchanged skipping 2026/08/13 02:27:11 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:27:11 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:27:11 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:27:11 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:27:11 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:27:11 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:27:11 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:27:11 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:27:11 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:27:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:27:11 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:27:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:27:11 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:11 INFO : There was nothing to transfer 2026/08/13 02:27:11 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:12 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:27:12 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:27:13 DEBUG : dir1: Directory modification time the same (differ by -113.86µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : apple: size = 5 OK 2026/08/13 02:27:13 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : apple: Unchanged skipping 2026/08/13 02:27:13 DEBUG : banana: size = 6 OK 2026/08/13 02:27:13 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : banana: Unchanged skipping 2026/08/13 02:27:13 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:27:13 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:27:13 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:27:13 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:27:13 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:27:13 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:27:13 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:27:13 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:27:13 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:27:13 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:27:13 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:27:13 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:13 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:27:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:27:13 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:13 INFO : There was nothing to transfer 2026/08/13 02:27:13 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:14 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:27:14 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:15 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:27:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:27:29 DEBUG : dir1/0000-abcdefg.txt: md5 = e9770a3a7e1347622df2cfd8c1ac9b87 OK 2026/08/13 02:27:30 DEBUG : dir1/0001-bcdefgh.txt: md5 = 70126639f64f4bd5696d261cb1a91c91 OK 2026/08/13 02:27:32 DEBUG : dir1/0002-cdefghi.txt: md5 = 50ffd7251c522ec32389f411dfcccc7f OK 2026/08/13 02:27:33 DEBUG : dir1/0003-defghij.txt: md5 = 782d226148c598c7e085e9f4f40c1d5c OK 2026/08/13 02:27:35 DEBUG : dir1/0004-efghijk.txt: md5 = 42c495947cc39f3a8f0815cea7f83f54 OK 2026/08/13 02:27:36 DEBUG : dir1/0005-fghijkl.txt: md5 = 8c395ddc40bc834efc7876db4f80956f OK 2026/08/13 02:27:38 DEBUG : dir1/0006-ghijklm.txt: md5 = 674abcc221c85bbc955274780e301258 OK 2026/08/13 02:27:39 DEBUG : dir1/0007-1234567.txt: md5 = 3cbe0e58e9dba31348c0b5f4465eef3d OK 2026/08/13 02:27:41 DEBUG : dir1/0008-2345678.txt: md5 = 909d196fdecf5fec7fc0846508f04dae OK 2026/08/13 02:27:42 DEBUG : dir1/0009-3456789.txt: md5 = 8b042be6cf12abaec7c1931241692419 OK 2026/08/13 02:27:44 DEBUG : dir1/0010-456789.txt: md5 = 0c55acd276d3c3b3a127d11505bd9278 OK 2026/08/13 02:27:46 DEBUG : dir1/0011-56789;.txt: md5 = a388865e1959ddd45d087607f96d689b OK 2026/08/13 02:27:47 DEBUG : dir1/0012-6789;.txt: md5 = 8cdcdef9bd23fd39362eda5cab4b76ce OK 2026/08/13 02:27:49 DEBUG : dir1/0013-789;=.txt: md5 = 1bcb593cd9ddb6388b431281ce3248df OK 2026/08/13 02:27:50 DEBUG : dir1/0014-89;=.txt: md5 = cbc63166662fc73f32e9d42cd1e311ce OK 2026/08/13 02:27:52 DEBUG : dir1/0015-9;=.txt: md5 = d97a4732043a05fcd859ac28fc27ad1d OK 2026/08/13 02:27:53 DEBUG : apple: md5 = 1426ed80532bdf17f2cb0e3ee0648528 OK 2026/08/13 02:27:55 DEBUG : banana: md5 = e89df4e8b9492d827ab93e485d25b2db OK 2026/08/13 02:27:56 DEBUG : appleappleapplebanana: md5 = f754c042bce1ac6ef6f7ba92ae370528 OK 2026/08/13 02:27:58 DEBUG : splitbananasplit: md5 = 08208ec7486ac904eff8e25ea1b48861 OK 2026/08/13 02:27:58 DEBUG : Waiting for deletions to finish 2026/08/13 02:27:58 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:27:58 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:27:59 DEBUG : apple: size = 5 OK 2026/08/13 02:27:59 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:59 DEBUG : apple: Unchanged skipping 2026/08/13 02:27:59 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:27:59 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:59 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:27:59 DEBUG : banana: size = 6 OK 2026/08/13 02:27:59 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:27:59 DEBUG : banana: Unchanged skipping 2026/08/13 02:28:00 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:28:00 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:28:00 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:28:00 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:28:00 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:28:00 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:28:00 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:28:00 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:28:00 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:28:00 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:28:00 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:00 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:28:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:28:00 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:00 INFO : There was nothing to transfer 2026/08/13 02:28:00 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:00 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:28:00 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:28:01 DEBUG : dir1: Directory modification time the same (differ by -615.67µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:28:01 DEBUG : banana: size = 6 OK 2026/08/13 02:28:01 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:28:01 DEBUG : banana: Unchanged skipping 2026/08/13 02:28:01 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:28:01 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:28:01 DEBUG : apple: size = 5 OK 2026/08/13 02:28:01 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : apple: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:28:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:28:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:28:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:28:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:28:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:28:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:28:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:28:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:28:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:28:01 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:01 INFO : There was nothing to transfer 2026/08/13 02:28:01 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:28:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:28:15 DEBUG : dir1/0000-abcdefg.txt: md5 = 9288d22e2196a4374f630b6842016fa6 OK 2026/08/13 02:28:17 DEBUG : dir1/0001-bcdefgh.txt: md5 = 3326288c42e01b5fe95c8084d63d1227 OK 2026/08/13 02:28:19 DEBUG : dir1/0002-cdefghi.txt: md5 = b47fbe2017a59383539dcc8fc5edd1d1 OK 2026/08/13 02:28:20 DEBUG : dir1/0003-defghij.txt: md5 = fd5a737cd243f9fe19200445f1b4a7c0 OK 2026/08/13 02:28:21 DEBUG : dir1/0004-efghijk.txt: md5 = e664b349a44132f265ad3a311342a57a OK 2026/08/13 02:28:23 DEBUG : dir1/0005-fghijkl.txt: md5 = 6fd427c9fc44528c37bf308827094aaa OK 2026/08/13 02:28:24 DEBUG : dir1/0006-ghijklm.txt: md5 = d7c361db275e39fa0d29cb527d4909a4 OK 2026/08/13 02:28:26 DEBUG : dir1/0007-1234567.txt: md5 = 35384919fc63b5611cfa78ba5e389d5b OK 2026/08/13 02:28:27 DEBUG : dir1/0008-2345678.txt: md5 = 55323053df86a1914f2736a6c0645b7b OK 2026/08/13 02:28:29 DEBUG : dir1/0009-3456789.txt: md5 = d21c7532f583b77ac894fe69b19c1ef4 OK 2026/08/13 02:28:30 DEBUG : dir1/0010-456789.txt: md5 = 302eb5f5f312ff089c36324299cdd341 OK 2026/08/13 02:28:32 DEBUG : dir1/0011-56789;.txt: md5 = 6fc5bcd6ab09d516846666b2279240b0 OK 2026/08/13 02:28:33 DEBUG : dir1/0012-6789;.txt: md5 = ef623aacb0d45d49a2f8c5d11468c16b OK 2026/08/13 02:28:35 DEBUG : dir1/0013-789;=.txt: md5 = a913d52b66b3bcd38fc0188e3e684993 OK 2026/08/13 02:28:36 DEBUG : dir1/0014-89;=.txt: md5 = d5aa738b1283bc92b2a3bedebc5ed96a OK 2026/08/13 02:28:37 DEBUG : dir1/0015-9;=.txt: md5 = dbaa584016ac80c5da423bc89e7404ad OK 2026/08/13 02:28:39 DEBUG : apple: md5 = a225f7ff46c628b59826bcf5fea7daa4 OK 2026/08/13 02:28:40 DEBUG : banana: md5 = 3c39974648b0e5543102b812e9592a7c OK 2026/08/13 02:28:42 DEBUG : appleappleapplebanana: md5 = 79fcbe7cc7cc7519b3e19ab72444eec6 OK 2026/08/13 02:28:43 DEBUG : splitbananasplit: md5 = ebf0e93e7b63bccc23a5ee7447aaf667 OK 2026/08/13 02:28:43 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:44 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:28:44 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:28:45 DEBUG : apple: size = 5 OK 2026/08/13 02:28:45 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : apple: Unchanged skipping 2026/08/13 02:28:45 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:28:45 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:28:45 DEBUG : banana: size = 6 OK 2026/08/13 02:28:45 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : banana: Unchanged skipping 2026/08/13 02:28:45 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:28:45 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:28:45 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:28:45 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:28:45 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:28:45 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:28:45 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:28:45 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:28:45 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:28:45 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:45 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:28:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:28:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:28:45 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:45 INFO : There was nothing to transfer 2026/08/13 02:28:45 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:46 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:28:46 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1: Directory modification time the same (differ by -101.574µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : apple: size = 5 OK 2026/08/13 02:28:47 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : apple: Unchanged skipping 2026/08/13 02:28:47 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:28:47 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:28:47 DEBUG : banana: size = 6 OK 2026/08/13 02:28:47 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : banana: Unchanged skipping 2026/08/13 02:28:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:28:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:28:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:28:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:28:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:28:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:28:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:28:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:28:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:28:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:28:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:28:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:28:47 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:47 INFO : There was nothing to transfer 2026/08/13 02:28:47 DEBUG : Waiting for deletions to finish 2026/08/13 02:28:47 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:28:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:29:01 DEBUG : dir1/0000-abcdefg.txt: md5 = 72a3dd3c9a718263ad0baeb11ef9e510 OK 2026/08/13 02:29:03 DEBUG : dir1/0001-bcdefgh.txt: md5 = 21e7df0be16fd0b2835b51ca93c3d6c5 OK 2026/08/13 02:29:04 DEBUG : dir1/0002-cdefghi.txt: md5 = c66df781281debe8d07f8f45435f8cfc OK 2026/08/13 02:29:05 DEBUG : dir1/0003-defghij.txt: md5 = 34b920a95a0c66c2677820451bc2463d OK 2026/08/13 02:29:07 DEBUG : dir1/0004-efghijk.txt: md5 = f289444f86edebbc41bb09ab72b80f3f OK 2026/08/13 02:29:08 DEBUG : dir1/0005-fghijkl.txt: md5 = c4b0ff63878cdecb255c72be2d83d508 OK 2026/08/13 02:29:10 DEBUG : dir1/0006-ghijklm.txt: md5 = 0f08a222e8d32bac29604dc56ab8a2d2 OK 2026/08/13 02:29:11 DEBUG : dir1/0007-1234567.txt: md5 = 03d02927379d6993e92d394713d68a68 OK 2026/08/13 02:29:13 DEBUG : dir1/0008-2345678.txt: md5 = a8f914dae84e558664b43085cf3a756b OK 2026/08/13 02:29:14 DEBUG : dir1/0009-3456789.txt: md5 = c383ba2dc82c0773ea3d7b73bd734174 OK 2026/08/13 02:29:16 DEBUG : dir1/0010-456789.txt: md5 = 3d62246075c8a9ecfd34ac34e96bd54f OK 2026/08/13 02:29:17 DEBUG : dir1/0011-56789;.txt: md5 = 4021c25eae6dd2a5f9a632c27cbe2edc OK 2026/08/13 02:29:19 DEBUG : dir1/0012-6789;.txt: md5 = 8f77919ab009edcfdb7b8cf45f7f2b0e OK 2026/08/13 02:29:20 DEBUG : dir1/0013-789;=.txt: md5 = d0f8a52c166995b7112bca5b1a461fe0 OK 2026/08/13 02:29:21 DEBUG : dir1/0014-89;=.txt: md5 = 50e910f5e46f865ec855b2396b02979b OK 2026/08/13 02:29:23 DEBUG : dir1/0015-9;=.txt: md5 = d726f599902b3c5cbed80af0ad439dc2 OK 2026/08/13 02:29:24 DEBUG : apple: md5 = e67711ba0c3e103590ee01e4661558a9 OK 2026/08/13 02:29:26 DEBUG : banana: md5 = 17d255c11cd8e1b947f5ffa2d53c136c OK 2026/08/13 02:29:27 DEBUG : appleappleapplebanana: md5 = 5d8ead54d86dca6c66932c0b133a7847 OK 2026/08/13 02:29:28 DEBUG : splitbananasplit: md5 = 4c8a0c381be59a101c4e6ff641d97b14 OK 2026/08/13 02:29:28 DEBUG : Waiting for deletions to finish 2026/08/13 02:29:29 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:29:29 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:29:30 DEBUG : apple: size = 5 OK 2026/08/13 02:29:30 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:30 DEBUG : apple: Unchanged skipping 2026/08/13 02:29:30 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:29:30 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:30 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:29:30 DEBUG : banana: size = 6 OK 2026/08/13 02:29:30 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:30 DEBUG : banana: Unchanged skipping 2026/08/13 02:29:31 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:29:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:29:31 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:29:31 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:29:31 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:29:31 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:29:31 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:29:31 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:29:31 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:29:31 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:31 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:29:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:29:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:29:31 DEBUG : Waiting for deletions to finish 2026/08/13 02:29:31 INFO : There was nothing to transfer 2026/08/13 02:29:31 DEBUG : Waiting for deletions to finish 2026/08/13 02:29:31 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:29:31 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:29:32 DEBUG : dir1: Directory modification time the same (differ by -597.225µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : apple: size = 5 OK 2026/08/13 02:29:32 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:29:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:29:32 DEBUG : apple: Unchanged skipping 2026/08/13 02:29:32 DEBUG : banana: size = 6 OK 2026/08/13 02:29:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : banana: Unchanged skipping 2026/08/13 02:29:32 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:29:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:29:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:29:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:29:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:29:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:29:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:29:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:29:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:29:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:29:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:29:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:29:32 DEBUG : Waiting for deletions to finish 2026/08/13 02:29:32 INFO : There was nothing to transfer 2026/08/13 02:29:32 DEBUG : Waiting for deletions to finish 2026/08/13 02:29:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:29:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:29:46 DEBUG : dir1/0000-abcdefg.txt: md5 = 44fe3bbdc63abfef96f175a02b97b219 OK 2026/08/13 02:29:48 DEBUG : dir1/0001-bcdefgh.txt: md5 = 70232331bfb459efac92668d4ebe100b OK 2026/08/13 02:29:49 DEBUG : dir1/0002-cdefghi.txt: md5 = 8bcdc78874516b97e6747668d58499cf OK 2026/08/13 02:29:51 DEBUG : dir1/0003-defghij.txt: md5 = 3b9a98afca4f9f1f2df990af764f94b7 OK 2026/08/13 02:29:52 DEBUG : dir1/0004-efghijk.txt: md5 = cdbb2998e8a6d8542d292e0ddd30bcc0 OK 2026/08/13 02:29:54 DEBUG : dir1/0005-fghijkl.txt: md5 = 47e4a57a48ff1c42362db0aeb19f6b1a OK 2026/08/13 02:29:55 DEBUG : dir1/0006-ghijklm.txt: md5 = 317080d60baa61cff31c1ff47ff03350 OK 2026/08/13 02:29:57 DEBUG : dir1/0007-1234567.txt: md5 = fbafde3a2ebc112f35067ada726c68f7 OK 2026/08/13 02:29:58 DEBUG : dir1/0008-2345678.txt: md5 = ce7c4062bc4bb241f405c9ad25115ca3 OK 2026/08/13 02:30:00 DEBUG : dir1/0009-3456789.txt: md5 = 733e737ebcf7a8d91a2cac97c3ec1a8e OK 2026/08/13 02:30:02 DEBUG : dir1/0010-456789.txt: md5 = b25950100ca78a6f5a2fb137d04d061e OK 2026/08/13 02:30:03 DEBUG : dir1/0011-56789;.txt: md5 = c577dca2ae9c81b71a25ae74a4932fa4 OK 2026/08/13 02:30:04 DEBUG : dir1/0012-6789;.txt: md5 = 93fd8cc4abecc20b327b80ee403fdd20 OK 2026/08/13 02:30:06 DEBUG : dir1/0013-789;=.txt: md5 = 23f10159d50e73cce0c859bb20cde468 OK 2026/08/13 02:30:08 DEBUG : dir1/0014-89;=.txt: md5 = 8c6c25ce1de10465377e5c28de7c85d2 OK 2026/08/13 02:30:09 DEBUG : dir1/0015-9;=.txt: md5 = 59825595324de678c4c1bdd8765d817d OK 2026/08/13 02:30:10 DEBUG : apple: md5 = ad6da6bba810da264031b12b1f780c54 OK 2026/08/13 02:30:12 DEBUG : banana: md5 = 7ea9ec4188e01ad97cfd4013ac52ca6f OK 2026/08/13 02:30:13 DEBUG : appleappleapplebanana: md5 = 68d4be89876f0b02b48c9502a48709f9 OK 2026/08/13 02:30:15 DEBUG : splitbananasplit: md5 = e4d039be82318a72a1b96051c4937eff OK 2026/08/13 02:30:15 DEBUG : Waiting for deletions to finish 2026/08/13 02:30:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:30:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:30:17 DEBUG : apple: size = 5 OK 2026/08/13 02:30:17 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:30:17 DEBUG : apple: Unchanged skipping 2026/08/13 02:30:17 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:30:17 DEBUG : banana: size = 6 OK 2026/08/13 02:30:17 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : banana: Unchanged skipping 2026/08/13 02:30:17 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/13 02:30:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:30:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:30:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:30:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:30:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:30:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:30:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:30:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:30:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:30:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:30:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:30:17 DEBUG : Waiting for deletions to finish 2026/08/13 02:30:17 INFO : There was nothing to transfer 2026/08/13 02:30:17 DEBUG : Waiting for deletions to finish 2026/08/13 02:30:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:30:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1: Directory modification time the same (differ by -108.108µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : apple: size = 5 OK 2026/08/13 02:30:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : apple: Unchanged skipping 2026/08/13 02:30:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/13 02:30:19 DEBUG : banana: size = 6 OK 2026/08/13 02:30:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/13 02:30:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : banana: Unchanged skipping 2026/08/13 02:30:19 DEBUG : splitbananasplit: size = 16 OK 2026/08/13 02:30:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/13 02:30:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/13 02:30:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/13 02:30:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:30:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/13 02:30:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/13 02:30:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/13 02:30:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/13 02:30:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:30:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/13 02:30:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:30:19 DEBUG : Waiting for deletions to finish 2026/08/13 02:30:19 INFO : There was nothing to transfer 2026/08/13 02:30:19 DEBUG : Waiting for deletions to finish 2026/08/13 02:30:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : banana: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : apple: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/13 02:30:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) --- PASS: TestTransform (560.78s) --- PASS: TestTransform/NFC (45.64s) --- PASS: TestTransform/NFD (46.10s) --- PASS: TestTransform/base64 (54.36s) --- PASS: TestTransform/prefix (63.15s) --- PASS: TestTransform/suffix (64.09s) --- PASS: TestTransform/truncate (55.09s) --- PASS: TestTransform/encoder (47.32s) --- PASS: TestTransform/ISO-8859-1 (46.66s) --- PASS: TestTransform/charmap (45.78s) --- PASS: TestTransform/lowercase (45.19s) --- PASS: TestTransform/ascii (47.41s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:30:32 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/13 02:30:32 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/13 02:30:32 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/13 02:30:33 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-13T02:30:32.080362664Z) 2026/08/13 02:30:33 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/13 02:30:33 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/13 02:30:33 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/13 02:30:33 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/13 02:30:33 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/13 02:30:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:30:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:30:34 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = 397d3506d9524ac93494eb2e0b2a76c8 OK 2026/08/13 02:30:34 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/13 02:30:34 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/13 02:30:34 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (5.27s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:30:37 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:37 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:37 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:30:38 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:30:37.350422192Z) 2026/08/13 02:30:38 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:38 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:30:38 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/13 02:30:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:30:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:30:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:30:39 DEBUG : tictactoe/tictactoe: md5 = 411360cd1b5fb6177c9940442ef8387e OK 2026/08/13 02:30:39 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/13 02:30:39 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/13 02:30:39 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (5.05s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:30:42 DEBUG : toe: Making directory with metadata 2026/08/13 02:30:43 INFO : toe: Made directory with metadata (mtime=2026-08-13T02:30:42.404479385Z) 2026/08/13 02:30:43 DEBUG : toe/toe: Making directory with metadata 2026/08/13 02:30:44 INFO : toe/toe: Made directory with metadata (mtime=2026-08-13T02:30:42.404479385Z) 2026/08/13 02:30:44 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:44 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/13 02:30:44 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/13 02:30:44 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/13 02:30:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:30:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:30:46 DEBUG : toe/toe/tictactoe: md5 = 0bfa048a6607aa8dc49b03b3dd752535 OK 2026/08/13 02:30:46 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/13 02:30:46 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/13 02:30:46 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (7.35s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:30:49 DEBUG : toe: Making directory with metadata 2026/08/13 02:30:50 INFO : toe: Made directory with metadata (mtime=2026-08-13T02:30:49.749562683Z) 2026/08/13 02:30:50 DEBUG : toe/toe: Making directory with metadata 2026/08/13 02:30:51 INFO : toe/toe: Made directory with metadata (mtime=2026-08-13T02:30:49.749562683Z) 2026/08/13 02:30:51 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/13 02:30:51 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/13 02:30:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/13 02:30:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:30:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:30:53 DEBUG : toe/toe/tictactoe: md5 = 4c67129ca8529a9c1e285f0e9ea0d214 OK 2026/08/13 02:30:53 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/13 02:30:53 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/13 02:30:53 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (7.53s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:30:57 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:30:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:30:57 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:30:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:30:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:30:57 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/13 02:30:58 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:30:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:30:58 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:58 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:58 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:30:59 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:30:57.276648264Z) 2026/08/13 02:30:59 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:59 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:30:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:30:59 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/13 02:31:00 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-13T02:30:57.276648264Z) 2026/08/13 02:31:00 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:00 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:31:00 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:01 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 48b1eb9e4a6d3ad9653afb8114ef4845 OK 2026/08/13 02:31:01 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/13 02:31:01 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:01 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (8.52s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:31:05 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:31:05 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:05 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:06 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/13 02:31:06 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:06 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:06 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:06 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:31:07 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:05.79774541Z) 2026/08/13 02:31:07 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:07 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:07 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/13 02:31:08 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:05.798745421Z) 2026/08/13 02:31:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/13 02:31:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:31:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 03dbc1c795122ebd1362081da0b5835c OK 2026/08/13 02:31:09 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:09 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:09 DEBUG : Waiting for deletions to finish 2026/08/13 02:31:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:10 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:11 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:11 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:11 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/13 02:31:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/13 02:31:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': 0 differences found 2026/08/13 02:31:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': 1 hashes could not be checked 2026/08/13 02:31:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': 1 matching files --- PASS: TestAllTag (9.07s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:31:14 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:15 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:15 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:31:15 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:14.864849081Z) 2026/08/13 02:31:15 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:15 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:15 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:15 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/13 02:31:16 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:14.864849081Z) 2026/08/13 02:31:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:16 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:16 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:31:16 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:18 DEBUG : tictactoe/tictactoe/toe.txt: md5 = eb7ffc1539957c64dc70efa9771c6d83 OK 2026/08/13 02:31:18 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/13 02:31:18 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:18 DEBUG : Waiting for deletions to finish 2026/08/13 02:31:18 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:19 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:19 DEBUG : tictactoe: Directory modification time the same (differ by -849.081µs, within tolerance 1ms) 2026/08/13 02:31:19 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:19 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -849.081µs, within tolerance 1ms) 2026/08/13 02:31:19 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/13 02:31:19 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/13 02:31:19 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/13 02:31:19 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/13 02:31:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:19 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.47s) === RUN TestSyntax 2026/08/13 02:31:23 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:31:23 DEBUG : toe: Making directory with metadata 2026/08/13 02:31:24 INFO : toe: Made directory with metadata (mtime=2026-08-13T02:31:23.33394619Z) 2026/08/13 02:31:24 DEBUG : toe/toe: Making directory with metadata 2026/08/13 02:31:25 INFO : toe/toe: Made directory with metadata (mtime=2026-08-13T02:31:23.33394619Z) 2026/08/13 02:31:25 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/13 02:31:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:26 DEBUG : toe/toe/toe: md5 = 89e3c9b4786e3c8443093e0d7bce6481 OK 2026/08/13 02:31:26 DEBUG : toe/toe/toe: size = 11 OK 2026/08/13 02:31:26 INFO : toe/toe/toe: Copied (new) 2026/08/13 02:31:26 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (6.88s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:31:30 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:31:30 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:30 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:30 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/13 02:31:31 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:31 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:31 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:31 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:31:31 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:30.211025238Z) 2026/08/13 02:31:31 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:31 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:31 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:31 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/13 02:31:32 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:30.211025238Z) 2026/08/13 02:31:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:32 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/13 02:31:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:32 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:31:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = bb96d6130053f7490aeb13e0ac2e6aa2 OK 2026/08/13 02:31:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:34 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:34 INFO : toe/toe/toe.txt: Deleted 2026/08/13 02:31:34 INFO : toe/toe: Removing directory 2026/08/13 02:31:34 INFO : toe: Removing directory 2026/08/13 02:31:34 INFO : empty_dir: Removing directory 2026/08/13 02:31:34 DEBUG : Local file system at /tmp/rclone3171333505: deleted 3 directories --- PASS: TestMove (8.41s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:31:38 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:31:38 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:38 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:38 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/13 02:31:39 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:39 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:39 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:39 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:31:40 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:38.617122092Z) 2026/08/13 02:31:40 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:40 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:40 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/13 02:31:41 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:38.617122092Z) 2026/08/13 02:31:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:41 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/13 02:31:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:31:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = bb3fb2ef8b5a48027e01e536422f6332 OK 2026/08/13 02:31:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:43 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:43 INFO : toe/toe/toe.txt: Deleted 2026/08/13 02:31:43 INFO : toe/toe: Removing directory 2026/08/13 02:31:43 INFO : toe: Removing directory 2026/08/13 02:31:43 INFO : empty_dir: Removing directory 2026/08/13 02:31:43 DEBUG : Local file system at /tmp/rclone3171333505: deleted 3 directories 2026/08/13 02:31:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:31:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/13 02:31:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/13 02:31:44 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/13 02:31:46 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.81s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:31:52 DEBUG : Reset feature "Copy" 2026/08/13 02:31:52 DEBUG : Reset feature "Move" 2026/08/13 02:31:52 DEBUG : Reset feature "Copy" 2026/08/13 02:31:52 DEBUG : Reset feature "Move" 2026/08/13 02:31:52 DEBUG : empty_dir: Making directory with metadata 2026/08/13 02:31:52 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:52 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:52 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/13 02:31:53 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/13 02:31:53 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/13 02:31:53 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:53 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:53 DEBUG : tictactoe: Making directory with metadata 2026/08/13 02:31:54 INFO : tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:52.4312818Z) 2026/08/13 02:31:54 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:54 DEBUG : toe: transformed to: tictactoe 2026/08/13 02:31:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:54 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/13 02:31:55 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-13T02:31:52.4312818Z) 2026/08/13 02:31:55 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/13 02:31:55 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/13 02:31:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:55 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:31:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:31:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:31:55 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = bcc74518a8565f38536c600a8aa324de OK 2026/08/13 02:31:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:56 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/13 02:31:56 INFO : toe/toe/toe.txt: Deleted 2026/08/13 02:31:56 INFO : toe/toe: Removing directory 2026/08/13 02:31:56 INFO : toe: Removing directory 2026/08/13 02:31:56 INFO : empty_dir: Removing directory 2026/08/13 02:31:56 DEBUG : Local file system at /tmp/rclone3171333505: deleted 3 directories 2026/08/13 02:31:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/13 02:31:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/13 02:31:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/13 02:31:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/13 02:31:57 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/13 02:32:01 DEBUG : toe/toe/toe.txt: md5 = b65acd65b679c553f19ce8dc1d68b206 OK 2026/08/13 02:32:01 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/13 02:32:01 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/13 02:32:02 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.14s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:32:07 DEBUG : toe: transformed to: dG9l 2026/08/13 02:32:07 DEBUG : toe: transformed to: dG9l 2026/08/13 02:32:07 DEBUG : dG9l: Making directory with metadata 2026/08/13 02:32:08 INFO : dG9l: Made directory with metadata (mtime=2026-08-13T02:32:07.573457616Z) 2026/08/13 02:32:08 DEBUG : toe: transformed to: dG9l 2026/08/13 02:32:08 DEBUG : toe: transformed to: dG9l 2026/08/13 02:32:08 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/13 02:32:08 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/13 02:32:09 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-13T02:32:07.573457616Z) 2026/08/13 02:32:09 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/13 02:32:09 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/13 02:32:09 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/13 02:32:09 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/13 02:32:09 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/13 02:32:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:32:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:32:10 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 4ceed6c99e76f971bc9a654439813749 OK 2026/08/13 02:32:10 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/13 02:32:10 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/13 02:32:10 DEBUG : Waiting for deletions to finish 2026/08/13 02:32:12 DEBUG : dG9l: transformed to: toe 2026/08/13 02:32:12 DEBUG : dG9l: transformed to: toe 2026/08/13 02:32:12 DEBUG : toe: Directory modification time the same (differ by 457.616µs, within tolerance 1ms) 2026/08/13 02:32:12 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/13 02:32:12 DEBUG : dG9l: transformed to: toe 2026/08/13 02:32:12 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/13 02:32:12 DEBUG : toe/toe: Directory modification time the same (differ by 457.616µs, within tolerance 1ms) 2026/08/13 02:32:12 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/13 02:32:12 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/13 02:32:12 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/13 02:32:12 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/13 02:32:12 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/13 02:32:12 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/13 02:32:12 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for checks to finish 2026/08/13 02:32:12 DEBUG : Local file system at /tmp/rclone3171333505: Waiting for transfers to finish 2026/08/13 02:32:12 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.18s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji'", Local "Local file system at /tmp/rclone3171333505", Modify Window "1ms" 2026/08/13 02:32:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:15 DEBUG : toe: transformed to: 2026/08/13 02:32:16 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:16 DEBUG : toe: transformed to: 2026/08/13 02:32:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Making directory with metadata 2026/08/13 02:32:16 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Made directory with metadata (mtime=2026-08-13T02:32:15.757552962Z) 2026/08/13 02:32:16 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:16 DEBUG : toe: transformed to: 2026/08/13 02:32:16 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:16 DEBUG : toe: transformed to: 2026/08/13 02:32:16 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:16 DEBUG : toe/toe: transformed to: 2026/08/13 02:32:16 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/13 02:32:16 DEBUG : toe/toe: Making directory with metadata 2026/08/13 02:32:17 INFO : toe/toe: Made directory with metadata (mtime=2026-08-13T02:32:15.757552962Z) 2026/08/13 02:32:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:17 DEBUG : toe/toe: transformed to: 2026/08/13 02:32:17 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/13 02:32:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:17 DEBUG : toe: transformed to: 2026/08/13 02:32:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/13 02:32:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/13 02:32:17 DEBUG : toe/toe/toe: transformed to: 2026/08/13 02:32:17 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/13 02:32:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for checks to finish 2026/08/13 02:32:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Waiting for transfers to finish 2026/08/13 02:32:19 DEBUG : toe/toe/toe: md5 = ab773d0f6bfa51c9bfef9e8a32b154d6 OK 2026/08/13 02:32:19 DEBUG : toe/toe/toe: size = 11 OK 2026/08/13 02:32:19 INFO : toe/toe/toe: Copied (new) 2026/08/13 02:32:19 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': not deleting files as there were IO errors 2026/08/13 02:32:19 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': not deleting directories as there were IO errors --- PASS: TestError (7.04s) PASS 2026/08/13 02:32:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vomecak1soji': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 26m49.64222707s (try 1/5)