"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2026/08/11 04:58:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje" 2026/08/11 04:58:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/11 04:58:29 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg" 2026/08/11 04:58:30 DEBUG : Creating backend with remote "/tmp/rclone3416963324" === 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-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:32 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:58:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:58:32 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/11 04:58:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:58:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:58:32 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.88s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:58:33 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:58:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:58:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:58:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:58:35 DEBUG : sub dir/hello world: md5 = 553332bd1ca630782fc340d4d3ab0dab OK 2026/08/11 04:58:35 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:58:35 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:58:36 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (6.09s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:38 DEBUG : metadata sub dir: Making directory with metadata 2026/08/11 04:58:38 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:58:38 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/11 04:58:38 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:58:38 DEBUG : Local file system at /tmp/rclone3416963324: File to upload is small (21 bytes), uploading instead of streaming 2026/08/11 04:58:38 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:58:38 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/11 04:58:38 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/11 04:58:38 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:58:39 DEBUG : Google drive root 'crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg': Skipping btime metadata as can't update it on an existing file: 2026-08-11T04:58:38.914328778Z 2026/08/11 04:58:39 INFO : empty metadata sub dir: Updated directory metadata 2026/08/11 04:58:40 DEBUG : Google drive root 'crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg': Skipping btime metadata as can't update it on an existing file: 2026-08-11T04:58:38.914328778Z 2026/08/11 04:58:40 INFO : metadata sub dir: Updated directory metadata 2026/08/11 04:58:40 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/11 04:58:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:58:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:58:42 DEBUG : metadata sub dir/hello metadata world: md5 = ee6688ca4cb015065c9a76b43c1204bc OK 2026/08/11 04:58:42 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:58:42 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.96s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:46 DEBUG : metadata sub dir: Making directory with metadata 2026/08/11 04:58:46 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:58:46 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/11 04:58:46 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:58:46 DEBUG : Local file system at /tmp/rclone3416963324: File to upload is small (21 bytes), uploading instead of streaming 2026/08/11 04:58:46 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:58:46 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/11 04:58:46 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/11 04:58:46 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:58:47 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/11 04:58:47 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/11 04:58:47 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/11 04:58:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:58:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:58:49 DEBUG : metadata sub dir/hello metadata world: md5 = df9b4a18756efb5504e5172a2f814dc3 OK 2026/08/11 04:58:49 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/11 04:58:49 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/11 04:58:49 DEBUG : Google drive root 'crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg': Skipping btime metadata as can't update it on an existing file: 2026-08-11T04:58:46.870432272Z 2026/08/11 04:58:50 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (6.53s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:53 DEBUG : Creating backend with remote "/non-existing" 2026/08/11 04:58:53 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/11 04:58:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:58:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.84s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:58:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:58:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:58:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:58:56 DEBUG : sub dir/hello world: md5 = a171dab4da7f32c2bb2b4e1ef04c7928 OK 2026/08/11 04:58:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:58:56 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:58:57 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.29s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.44s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:58:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Running all checks before starting transfers 2026/08/11 04:59:00 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:59:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:00 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Checks finished, now starting transfers 2026/08/11 04:59:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:02 DEBUG : sub dir/hello world: md5 = 2dd4937ed5074191ab61423afdd2fa73 OK 2026/08/11 04:59:02 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:02 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:59:02 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.08s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:05 ERROR : Ignoring --no-traverse with sync 2026/08/11 04:59:05 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:59:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:08 DEBUG : sub dir/hello world: md5 = 11d3b98a205017abdb64ab4b6c5525a2 OK 2026/08/11 04:59:08 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:08 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:59:08 DEBUG : Waiting for deletions to finish 2026/08/11 04:59:08 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (6.04s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:11 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/11 04:59:11 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:59:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:12 DEBUG : hello world2: md5 = dd489d554cb0e577c22004bbb00f98b8 OK 2026/08/11 04:59:12 DEBUG : hello world2: size = 12 OK 2026/08/11 04:59:12 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (3.09s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:14 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:59:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:15 DEBUG : potato2: md5 = 5887ef129e8e8a505c565e55a8f4064e OK 2026/08/11 04:59:15 DEBUG : potato2: size = 11 OK 2026/08/11 04:59:15 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (2.76s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:17 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 04:59:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:18 DEBUG : potato2: md5 = db625e5513c442129e07f7c5776e0ba9 OK 2026/08/11 04:59:18 DEBUG : potato2: size = 11 OK 2026/08/11 04:59:18 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (2.90s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:19 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/11 04:59:19 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:19 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 04:59:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:59:20 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:59:20 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:20 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:59:21 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:59:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:21 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/11 04:59:22 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:23 DEBUG : sub dir/hello world: md5 = b71c7b2514482b7e82f63f7d97f2c95d OK 2026/08/11 04:59:23 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:23 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (9.09s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:28 INFO : sub dir2: Making directory 2026/08/11 04:59:28 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/11 04:59:28 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:29 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/11 04:59:29 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:59:29 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/11 04:59:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:31 DEBUG : sub dir/hello world: md5 = 232cc798f183bd5fdd6dd2d68f6c3b22 OK 2026/08/11 04:59:31 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:31 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:59:31 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (5.23s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:34 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:59:34 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:34 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:59:35 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:35 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:59:35 INFO : sub dir: Made directory with metadata (mtime=2026-08-11T04:59:34.174047686Z) 2026/08/11 04:59:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:37 DEBUG : sub dir/hello world: md5 = 3bf3111ac841f436cd5566bd2fd18148 OK 2026/08/11 04:59:37 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:37 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:59:37 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (6.76s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:40 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/11 04:59:40 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:59:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (3.60s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:44 INFO : sub dir2: Making directory 2026/08/11 04:59:44 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/11 04:59:44 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:59:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:47 DEBUG : sub dir/hello world: md5 = 993bad80b1b8985439be4036ba92a139 OK 2026/08/11 04:59:47 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:47 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:59:47 INFO : sub dir/hello world: Deleted 2026/08/11 04:59:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (5.79s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:50 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:59:50 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:50 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 04:59:50 DEBUG : sub dir2: Making directory with metadata 2026/08/11 04:59:51 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 04:59:51 DEBUG : sub dir: Making directory with metadata 2026/08/11 04:59:52 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 04:59:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 04:59:53 DEBUG : sub dir/hello world: md5 = 6cf3d17d5977d7c50a4b82e0dc349891 OK 2026/08/11 04:59:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 04:59:53 INFO : sub dir/hello world: Copied (new) 2026/08/11 04:59:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (7.25s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", 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-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 04:59:58 INFO : sub dir2: Making directory 2026/08/11 04:59:58 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/11 04:59:58 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 04:59:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 04:59:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 04:59:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:00:00 DEBUG : sub dir/hello world: md5 = 35e0bfe6814101be918543041124e569 OK 2026/08/11 05:00:00 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 05:00:00 INFO : sub dir/hello world: Copied (new) 2026/08/11 05:00:00 DEBUG : Waiting for deletions to finish 2026/08/11 05:00:01 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (6.13s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:00:06 DEBUG : sub dir/hello world: md5 = 9212dbb901d4d8144263157ed03c4c1b OK 2026/08/11 05:00:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penegop5viro" 2026/08/11 05:00:07 DEBUG : Creating backend with remote "TestDrive:crypt/90o5vfjj3s96helmkis3uv4n0aeqqj4gepi1270msn3gk1c3qht0" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje' -> Encrypted drive 'TestCryptDrive:rclone-test-penegop5viro' 2026/08/11 05:00:08 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 05:00:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 05:00:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penegop5viro': Waiting for checks to finish 2026/08/11 05:00:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penegop5viro': Waiting for transfers to finish 2026/08/11 05:00:11 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 05:00:11 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 05:00:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:00:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penegop5viro': Purge remote --- PASS: TestServerSideCopy (10.78s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:00:17 DEBUG : sub dir/hello world: md5 = 53c4f9152671ea498a7404cfbf0c3a2b OK 2026/08/11 05:00:18 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 05:00:18 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 05:00:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:00:18 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:00:18 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:00:18 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 05:00:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:00:20 DEBUG : sub dir/hello world: md5 = 7d62d940fee70a28289cbe2e3180814d OK 2026/08/11 05:00:20 DEBUG : sub dir/hello world: size = 17 OK 2026/08/11 05:00:20 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/11 05:00:20 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (7.96s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:00:25 DEBUG : sub dir/hello world: md5 = b591c14fd8d25275cf6966dce955305a OK 2026/08/11 05:00:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ladifop7zexo" 2026/08/11 05:00:25 DEBUG : Creating backend with remote "TestDrive:crypt/uc45avn3nhaepr3pnpplhm3vnqgrmd2fn76n4arcrv5a9u08j8vg" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje' -> Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo' 2026/08/11 05:00:27 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 05:00:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 05:00:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo': Waiting for checks to finish 2026/08/11 05:00:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo': Waiting for transfers to finish 2026/08/11 05:00:30 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 05:00:30 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 05:00:30 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:00:32 DEBUG : sub dir/hello world: md5 = 7dc49333dd83b21c900df54648a702a9 OK 2026/08/11 05:00:33 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:00:33 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 05:00:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo': Waiting for checks to finish 2026/08/11 05:00:33 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:00:33 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo') 2026/08/11 05:00:33 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 05:00:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo': Waiting for transfers to finish 2026/08/11 05:00:35 DEBUG : sub dir/hello world: size = 17 OK 2026/08/11 05:00:35 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 05:00:35 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 05:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ladifop7zexo': Purge remote --- PASS: TestServerSideCopyOverSelf (15.72s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:00:40 DEBUG : sub dir/hello world: md5 = 86570f1fe823bb246e40f14c5e51874a OK 2026/08/11 05:00:42 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 05:00:42 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 05:00:42 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:00:42 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:00:42 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 05:00:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:00:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:00:43 DEBUG : sub dir/hello world: md5 = 3ffa6220faf2e1ed2955a4bbcdf7cbf1 OK 2026/08/11 05:00:43 DEBUG : sub dir/hello world: size = 17 OK 2026/08/11 05:00:43 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/11 05:00:43 INFO : sub dir/hello world: Deleted 2026/08/11 05:00:44 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (8.03s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:00:49 DEBUG : sub dir/hello world: md5 = 76ec9c5ef714685d0a8cf7a2ce90dd8c OK 2026/08/11 05:00:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-cahuhuw5lisi" 2026/08/11 05:00:49 DEBUG : Creating backend with remote "TestDrive:crypt/380g3ss6jijpkq7pfgenvvae77r12hc240m7g68nntpg5k06bcig" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje' -> Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi' 2026/08/11 05:00:51 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 05:00:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 05:00:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Waiting for checks to finish 2026/08/11 05:00:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Waiting for transfers to finish 2026/08/11 05:00:53 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 05:00:53 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/11 05:00:54 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:00:56 DEBUG : sub dir/hello world: md5 = 9766b5361931435ecc5a57093120f711 OK 2026/08/11 05:00:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Using server-side directory move 2026/08/11 05:00:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 05:00:57 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:00:57 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 05:00:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Waiting for checks to finish 2026/08/11 05:00:57 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:00:57 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi') 2026/08/11 05:00:57 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 05:00:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Waiting for transfers to finish 2026/08/11 05:00:58 INFO : sub dir/hello world: Deleted 2026/08/11 05:00:58 INFO : sub dir/hello world: Moved (server-side) 2026/08/11 05:00:59 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 05:01:01 DEBUG : sub dir/hello world: md5 = 64918cf68ab02500fb9a187dffa70265 OK 2026/08/11 05:01:02 DEBUG : testing file moves 2026/08/11 05:01:02 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:01:02 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/11 05:01:03 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:01:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Waiting for checks to finish 2026/08/11 05:01:03 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi') 2026/08/11 05:01:03 DEBUG : sub dir/hello world: Sizes differ 2026/08/11 05:01:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Waiting for transfers to finish 2026/08/11 05:01:03 INFO : sub dir/hello world: Deleted 2026/08/11 05:01:04 INFO : sub dir/hello world: Moved (server-side) 2026/08/11 05:01:04 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/11 05:01:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-cahuhuw5lisi': Purge remote --- PASS: TestServerSideMoveOverSelf (21.22s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:10 DEBUG : sub dir/hello world: md5 = 2a7c4b6f54ea720d0030025075b940f0 OK 2026/08/11 05:01:10 ERROR : error listing: directory not found 2026/08/11 05:01:10 INFO : Local file system at /tmp/rclone3416963324: Making directory 2026/08/11 05:01:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (5.75s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:15 DEBUG : sub dir/hello world: md5 = 90ec1df9fa62ba5f0be4cefbd896ec73 OK 2026/08/11 05:01:16 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 05:01:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 05:01:16 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for checks to finish 2026/08/11 05:01:16 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for transfers to finish 2026/08/11 05:01:17 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/11 05:01:17 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/11 05:01:17 INFO : sub dir/hello world: Copied (new) 2026/08/11 05:01:17 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (6.01s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:19 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/11 05:01:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:21 DEBUG : check sum: md5 = 306d5f3a1a371c62103e02b2639b1fb4 OK 2026/08/11 05:01:21 DEBUG : check sum: size = 1 OK 2026/08/11 05:01:21 INFO : check sum: Copied (new) 2026/08/11 05:01:21 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:21 DEBUG : check sum: size = 1 OK 2026/08/11 05:01:21 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/11 05:01:21 DEBUG : check sum: Size of src and dst objects identical 2026/08/11 05:01:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:21 DEBUG : check sum: Unchanged skipping 2026/08/11 05:01:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:21 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:21 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.60s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:23 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/11 05:01:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:24 DEBUG : sizeonly: md5 = b51260ee7c6dd0fd7089861b0ccadcb3 OK 2026/08/11 05:01:24 DEBUG : sizeonly: size = 6 OK 2026/08/11 05:01:24 INFO : sizeonly: Copied (new) 2026/08/11 05:01:24 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:25 DEBUG : sizeonly: size = 6 OK 2026/08/11 05:01:25 DEBUG : sizeonly: Sizes identical 2026/08/11 05:01:25 DEBUG : sizeonly: Unchanged skipping 2026/08/11 05:01:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:25 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:25 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.51s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:26 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/11 05:01:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:28 DEBUG : ignore-size: md5 = 2621dc42b50989f945e1f69a20146d80 OK 2026/08/11 05:01:28 INFO : ignore-size: Copied (new) 2026/08/11 05:01:28 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:29 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:01:29 DEBUG : ignore-size: Unchanged skipping 2026/08/11 05:01:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:29 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:29 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.45s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:31 DEBUG : existing: md5 = 10887b1bec6d323d9d0d8f9e5d9ccca9 OK 2026/08/11 05:01:32 DEBUG : existing: size = 6 OK 2026/08/11 05:01:32 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:01:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:32 DEBUG : existing: Unchanged skipping 2026/08/11 05:01:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:32 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:32 INFO : There was nothing to transfer 2026/08/11 05:01:32 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/11 05:01:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:33 DEBUG : existing: md5 = 5c3f8d5012366f15cf655ed2b8cd76cd OK 2026/08/11 05:01:33 DEBUG : existing: size = 6 OK 2026/08/11 05:01:33 INFO : existing: Copied (replaced existing) 2026/08/11 05:01:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.94s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:35 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/11 05:01:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:36 DEBUG : existing: md5 = 5d1ab3b88c4b0c0fb05e088401d3e490 OK 2026/08/11 05:01:36 DEBUG : existing: size = 6 OK 2026/08/11 05:01:36 INFO : existing: Copied (new) 2026/08/11 05:01:36 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:37 DEBUG : existing: Destination exists, skipping 2026/08/11 05:01:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:37 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:37 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.72s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:41 DEBUG : b/potato: md5 = d83abaf2ad97b509d60d7984cbd40480 OK 2026/08/11 05:01:43 DEBUG : c/non empty space: md5 = 15fb223ab147f59a6abc34dfc2a98d83 OK 2026/08/11 05:01:43 INFO : d: Making directory 2026/08/11 05:01:45 DEBUG : Added delayed dir = "a", newDst= 2026/08/11 05:01:45 INFO : c: Set directory modification time (using SetModTime) 2026/08/11 05:01:45 DEBUG : Added delayed dir = "c", newDst=c 2026/08/11 05:01:45 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/11 05:01:45 DEBUG : c/non empty space: size = 5 OK 2026/08/11 05:01:45 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:01:45 DEBUG : c/non empty space: Unchanged skipping 2026/08/11 05:01:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:47 DEBUG : a/potato2: md5 = 69b160c852e96f29f6a7d0797d524de5 OK 2026/08/11 05:01:47 DEBUG : a/potato2: size = 60 OK 2026/08/11 05:01:47 INFO : a/potato2: Copied (new) 2026/08/11 05:01:47 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:48 INFO : b/potato: Deleted 2026/08/11 05:01:49 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/11 05:01:49 INFO : d: Removing directory 2026/08/11 05:01:49 INFO : b: Removing directory 2026/08/11 05:01:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': deleted 2 directories --- PASS: TestSyncIgnoreErrors (15.70s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:01:56 DEBUG : empty space: md5 = c7a3580296b9b6b06397cdee2d23b64c OK 2026/08/11 05:01:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:56 DEBUG : empty space: size = 1 OK 2026/08/11 05:01:56 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/11 05:01:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:56 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/11 05:01:56 DEBUG : Waiting for deletions to finish 2026/08/11 05:01:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:01:57 DEBUG : empty space: size = 1 OK 2026/08/11 05:01:57 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/11 05:01:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:01:58 DEBUG : empty space: md5 = c4f3bf1ec40f6d5786fe842a9aa3e77b OK 2026/08/11 05:01:58 DEBUG : empty space: size = 1 OK 2026/08/11 05:01:58 INFO : empty space: Copied (replaced existing) 2026/08/11 05:01:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.13s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.49s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:01 DEBUG : foo: md5 = f9ee6617cf8508274315dfc8d1450829 OK 2026/08/11 05:02:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:02 DEBUG : foo: size = 3 OK 2026/08/11 05:02:02 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2026/08/11 05:02:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:03 DEBUG : foo: md5 = 087979113b9a4a493d8e4f1a8dd8c888 OK 2026/08/11 05:02:03 DEBUG : foo: size = 3 OK 2026/08/11 05:02:03 INFO : foo: Copied (replaced existing) 2026/08/11 05:02:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.77s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:06 DEBUG : empty space: md5 = 8d852432c953e432574fc30dfe3599f7 OK 2026/08/11 05:02:07 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/11 05:02:07 DEBUG : empty space: size = 1 OK 2026/08/11 05:02:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:02:07 DEBUG : empty space: Unchanged skipping 2026/08/11 05:02:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:08 DEBUG : potato: md5 = 3dd79fc3972bc00f51f8ede058ae8ab2 OK 2026/08/11 05:02:08 DEBUG : potato: size = 60 OK 2026/08/11 05:02:08 INFO : potato: Copied (new) 2026/08/11 05:02:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.26s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:11 DEBUG : potato: md5 = f3c3694989f9fc87f1f0994f5e7e3f7c OK 2026/08/11 05:02:12 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:02:12 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:02:12 DEBUG : potato: Sizes differ 2026/08/11 05:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:13 DEBUG : potato: md5 = e98f91d356d203c3760ab2bb6646f70f OK 2026/08/11 05:02:13 DEBUG : potato: size = 21 OK 2026/08/11 05:02:13 INFO : potato: Copied (replaced existing) 2026/08/11 05:02:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.40s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:16 DEBUG : potato: md5 = 0607ff28e6c05b1fd4cf4f1ddac83d89 OK 2026/08/11 05:02:16 DEBUG : potato: size = 21 OK 2026/08/11 05:02:16 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2026/08/11 05:02:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:17 DEBUG : potato: md5 = 044e672a5cf8e26d31556c5d69c4958f OK 2026/08/11 05:02:17 DEBUG : potato: size = 21 OK 2026/08/11 05:02:17 INFO : potato: Copied (replaced existing) 2026/08/11 05:02:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.39s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:20 DEBUG : potato: md5 = ce8fc37e63c3b87212455ebd46b4f3f6 OK 2026/08/11 05:02:22 DEBUG : empty space: md5 = fdc4bfefe54dc71cdf15772cf86c7e48 OK 2026/08/11 05:02:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:02:22 DEBUG : empty space: size = 1 OK 2026/08/11 05:02:22 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:02:22 DEBUG : empty space: Unchanged skipping 2026/08/11 05:02:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/11 05:02:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:22 DEBUG : Waiting for deletions to finish 2026/08/11 05:02:22 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (5.08s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:25 DEBUG : potato: md5 = c1ae9669e91fc7835c3b9f8a655c8994 OK 2026/08/11 05:02:27 DEBUG : empty space: md5 = a01bad6b4d749e48afe18ba42df425f7 OK 2026/08/11 05:02:27 DEBUG : empty space: size = 1 OK 2026/08/11 05:02:27 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:02:27 DEBUG : empty space: Unchanged skipping 2026/08/11 05:02:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:28 DEBUG : potato2: md5 = b0e538847c853b2204e2102bd4722949 OK 2026/08/11 05:02:28 DEBUG : potato2: size = 60 OK 2026/08/11 05:02:28 INFO : potato2: Copied (new) 2026/08/11 05:02:28 DEBUG : Waiting for deletions to finish 2026/08/11 05:02:29 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (6.92s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:33 DEBUG : b/potato: md5 = f44929fd531736488e63f92ae31b1c4c OK 2026/08/11 05:02:35 DEBUG : c/non empty space: md5 = 7ae7595e28753771cdcf4bacf98a8ea1 OK 2026/08/11 05:02:35 INFO : d: Making directory 2026/08/11 05:02:36 INFO : d/e: Making directory 2026/08/11 05:02:38 DEBUG : Added delayed dir = "a", newDst= 2026/08/11 05:02:39 INFO : c: Set directory modification time (using SetModTime) 2026/08/11 05:02:39 DEBUG : Added delayed dir = "c", newDst=c 2026/08/11 05:02:39 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/11 05:02:40 DEBUG : c/non empty space: size = 5 OK 2026/08/11 05:02:40 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:02:40 DEBUG : c/non empty space: Unchanged skipping 2026/08/11 05:02:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:41 DEBUG : a/potato2: md5 = 521db161b6ff1508cadcab84877fc659 OK 2026/08/11 05:02:41 DEBUG : a/potato2: size = 60 OK 2026/08/11 05:02:41 INFO : a/potato2: Copied (new) 2026/08/11 05:02:41 DEBUG : Waiting for deletions to finish 2026/08/11 05:02:42 INFO : b/potato: Deleted 2026/08/11 05:02:42 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/11 05:02:42 INFO : d/e: Removing directory 2026/08/11 05:02:43 INFO : d: Removing directory 2026/08/11 05:02:44 INFO : b: Removing directory 2026/08/11 05:02:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (17.57s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:02:50 DEBUG : b/potato: md5 = 994590b3f3840c35976bbdf55dbac59d OK 2026/08/11 05:02:52 DEBUG : c/non empty space: md5 = de1439f8cefaab849821b5ef5353de23 OK 2026/08/11 05:02:52 INFO : d: Making directory 2026/08/11 05:02:54 DEBUG : Added delayed dir = "a", newDst= 2026/08/11 05:02:54 INFO : c: Set directory modification time (using SetModTime) 2026/08/11 05:02:54 DEBUG : Added delayed dir = "c", newDst=c 2026/08/11 05:02:54 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/11 05:02:55 DEBUG : c/non empty space: size = 5 OK 2026/08/11 05:02:55 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:02:55 DEBUG : c/non empty space: Unchanged skipping 2026/08/11 05:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:02:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:02:57 DEBUG : a/potato2: md5 = 65fb9bec06d92af03021255bbaf04eae OK 2026/08/11 05:02:57 DEBUG : a/potato2: size = 60 OK 2026/08/11 05:02:57 INFO : a/potato2: Copied (new) 2026/08/11 05:02:57 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': not deleting files as there were IO errors 2026/08/11 05:02:57 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/11 05:02:57 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.65s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:03:04 DEBUG : potato: md5 = fab42a8a76a87908ddfa1825f4eb8c3e OK 2026/08/11 05:03:06 DEBUG : empty space: md5 = 278faa1cb945e13d2383f8e17fad50b9 OK 2026/08/11 05:03:06 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:06 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:03:06 DEBUG : empty space: size = 1 OK 2026/08/11 05:03:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:03:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:06 DEBUG : empty space: Unchanged skipping 2026/08/11 05:03:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:07 INFO : potato: Deleted 2026/08/11 05:03:08 DEBUG : potato2: md5 = 474b3dc75bde67a63fb3956c83e6369b OK 2026/08/11 05:03:08 DEBUG : potato2: size = 60 OK 2026/08/11 05:03:08 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.66s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:03:11 DEBUG : potato: md5 = 024a5ee05e6852b9c5ece2b32dbc359e OK 2026/08/11 05:03:12 DEBUG : empty space: md5 = 668d7035d79593b442f64bb803323c25 OK 2026/08/11 05:03:13 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:13 INFO : potato: Deleted 2026/08/11 05:03:14 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:03:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:14 DEBUG : empty space: size = 1 OK 2026/08/11 05:03:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:03:14 DEBUG : empty space: Unchanged skipping 2026/08/11 05:03:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:15 DEBUG : potato2: md5 = 441083fbe9c889b7a678b685db35756d OK 2026/08/11 05:03:15 DEBUG : potato2: size = 60 OK 2026/08/11 05:03:15 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (7.46s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:03:18 DEBUG : potato: md5 = d2230418991cfe2f1d4f0cd9210e8d97 OK 2026/08/11 05:03:19 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:20 DEBUG : potato2: md5 = 764f22c17c57c0ec1d79d3ee732591ba OK 2026/08/11 05:03:20 DEBUG : potato2: size = 19 OK 2026/08/11 05:03:20 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.37s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:03:24 DEBUG : potato2: md5 = 0bc413510267c3e559bb7b68b46f908e OK 2026/08/11 05:03:25 DEBUG : empty space: md5 = 903e03d7aac332e5767363a9dbd56640 OK 2026/08/11 05:03:25 DEBUG : enormous: Excluded (Size Filter) 2026/08/11 05:03:25 DEBUG : enormous: Excluded 2026/08/11 05:03:25 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 05:03:25 DEBUG : potato2: Excluded 2026/08/11 05:03:26 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 05:03:26 DEBUG : potato2: Excluded 2026/08/11 05:03:26 DEBUG : empty space: size = 1 OK 2026/08/11 05:03:26 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:03:26 DEBUG : empty space: Unchanged skipping 2026/08/11 05:03:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:26 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:26 INFO : There was nothing to transfer 2026/08/11 05:03:26 DEBUG : enormous: Excluded (Size Filter) 2026/08/11 05:03:26 DEBUG : enormous: Excluded 2026/08/11 05:03:26 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 05:03:26 DEBUG : potato2: Excluded 2026/08/11 05:03:26 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 05:03:26 DEBUG : potato2: Excluded 2026/08/11 05:03:26 DEBUG : empty space: size = 1 OK 2026/08/11 05:03:26 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/11 05:03:26 DEBUG : empty space: Unchanged skipping 2026/08/11 05:03:26 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for checks to finish 2026/08/11 05:03:26 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for transfers to finish 2026/08/11 05:03:26 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:26 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.41s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:03:29 DEBUG : potato2: md5 = 00bf4f2d4954e7dc8e7f8bb1d5639a02 OK 2026/08/11 05:03:31 DEBUG : empty space: md5 = f4eb7dc02a3f556fc9492bf380934d28 OK 2026/08/11 05:03:33 DEBUG : enormous: md5 = dfbe83a31fbdb4ee54d85723afbf119c OK 2026/08/11 05:03:33 DEBUG : enormous: Excluded (Size Filter) 2026/08/11 05:03:33 DEBUG : enormous: Excluded 2026/08/11 05:03:33 DEBUG : potato2: Excluded (Size Filter) 2026/08/11 05:03:33 DEBUG : potato2: Excluded 2026/08/11 05:03:33 DEBUG : empty space: size = 1 OK 2026/08/11 05:03:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:03:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:33 DEBUG : empty space: Unchanged skipping 2026/08/11 05:03:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:33 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:34 INFO : potato2: Deleted 2026/08/11 05:03:34 INFO : enormous: Deleted 2026/08/11 05:03:34 INFO : There was nothing to transfer 2026/08/11 05:03:34 DEBUG : empty space: size = 1 OK 2026/08/11 05:03:34 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/11 05:03:34 DEBUG : empty space: Unchanged skipping 2026/08/11 05:03:34 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for checks to finish 2026/08/11 05:03:34 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for transfers to finish 2026/08/11 05:03:34 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:34 INFO : potato2: Deleted 2026/08/11 05:03:34 INFO : enormous: Deleted 2026/08/11 05:03:34 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (8.05s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:03:37 DEBUG : one: md5 = b7f2bfb7966185583e5d08d4eeb7236a OK 2026/08/11 05:03:39 DEBUG : two: md5 = ab45d27035ce97f9766b78675afeea79 OK 2026/08/11 05:03:40 DEBUG : three: md5 = 3a02fedbd7db71a5d838e8a7c5473ab5 OK 2026/08/11 05:03:42 DEBUG : four: md5 = 9ec5390541df3e2a5da2fb667d73c213 OK 2026/08/11 05:03:43 DEBUG : five: Need to transfer - File not found at Destination 2026/08/11 05:03:43 DEBUG : four: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:03:43 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:03:43 DEBUG : four: Sizes differ 2026/08/11 05:03:43 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/11 05:03:43 DEBUG : one: Destination is newer than source, skipping 2026/08/11 05:03:43 DEBUG : three: size = 5 OK 2026/08/11 05:03:43 DEBUG : three: Sizes identical 2026/08/11 05:03:43 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/11 05:03:43 DEBUG : two: size = 3 OK 2026/08/11 05:03:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:44 DEBUG : four: md5 = 8afb7f5f6901b4492149fb0e531376fd OK 2026/08/11 05:03:44 DEBUG : four: size = 4 OK 2026/08/11 05:03:44 INFO : four: Copied (replaced existing) 2026/08/11 05:03:44 DEBUG : two: md5 = 19fa1e572922ed71298668dff4ed131a OK 2026/08/11 05:03:44 DEBUG : two: size = 3 OK 2026/08/11 05:03:44 INFO : two: Copied (replaced existing) 2026/08/11 05:03:44 DEBUG : five: md5 = 4bd3e7450cabdb25f2a37336e2a1e2f4 OK 2026/08/11 05:03:44 DEBUG : five: size = 4 OK 2026/08/11 05:03:44 INFO : five: Copied (new) 2026/08/11 05:03:44 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.66s) === 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-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/11 05:03:47 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/11 05:03:48 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/11 05:03:48 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/11 05:03:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:49 DEBUG : yam: md5 = 3c27e16c05b4ef31c31ea2435b330bbb OK 2026/08/11 05:03:49 DEBUG : yam: size = 11 OK 2026/08/11 05:03:49 INFO : yam: Copied (new) 2026/08/11 05:03:49 DEBUG : potato: md5 = d8ec0f629cad3cf67312a7607280e760 OK 2026/08/11 05:03:49 DEBUG : potato: size = 14 OK 2026/08/11 05:03:49 INFO : potato: Copied (new) 2026/08/11 05:03:49 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:49 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/11 05:03:50 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/11 05:03:50 DEBUG : potato: size = 14 OK 2026/08/11 05:03:50 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:03:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:50 DEBUG : potato: Unchanged skipping 2026/08/11 05:03:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:51 DEBUG : yaml: md5 = e0ab222487a9c2a07fb5a221eb32f37c OK 2026/08/11 05:03:51 DEBUG : yaml: size = 11 OK 2026/08/11 05:03:51 INFO : yaml: Copied (new) 2026/08/11 05:03:51 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:52 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (6.15s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/11 05:03:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Making map for --track-renames 2026/08/11 05:03:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Finished making map for --track-renames 2026/08/11 05:03:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:54 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/11 05:03:54 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/11 05:03:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for renames to finish 2026/08/11 05:03:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:55 DEBUG : yam: md5 = 9d63163b8c9d50f200617b62fbeae124 OK 2026/08/11 05:03:55 DEBUG : yam: size = 11 OK 2026/08/11 05:03:55 INFO : yam: Copied (new) 2026/08/11 05:03:55 DEBUG : potato: md5 = d9116cb7d80115d86a26d3125055bbf2 OK 2026/08/11 05:03:55 DEBUG : potato: size = 14 OK 2026/08/11 05:03:55 INFO : potato: Copied (new) 2026/08/11 05:03:55 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:56 DEBUG : potato: size = 14 OK 2026/08/11 05:03:56 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:03:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Making map for --track-renames 2026/08/11 05:03:56 DEBUG : potato: Unchanged skipping 2026/08/11 05:03:56 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Finished making map for --track-renames 2026/08/11 05:03:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for renames to finish 2026/08/11 05:03:57 INFO : yam: Moved (server-side) to: yaml 2026/08/11 05:03:57 INFO : yaml: Renamed from "yam" 2026/08/11 05:03:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:03:57 DEBUG : Waiting for deletions to finish 2026/08/11 05:03:57 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.16s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/11 05:03:59 DEBUG : Added delayed dir = "sub", newDst= 2026/08/11 05:03:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Making map for --track-renames 2026/08/11 05:03:59 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Finished making map for --track-renames 2026/08/11 05:03:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:03:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/11 05:03:59 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/11 05:03:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for renames to finish 2026/08/11 05:03:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:04:01 DEBUG : potato: md5 = 4f56fccaf41a48b85c87728f2341c687 OK 2026/08/11 05:04:01 DEBUG : potato: size = 14 OK 2026/08/11 05:04:01 INFO : potato: Copied (new) 2026/08/11 05:04:01 DEBUG : sub/yam: md5 = 1fedaec1b45fbac6a8872e9ac3b1ca72 OK 2026/08/11 05:04:01 DEBUG : sub/yam: size = 11 OK 2026/08/11 05:04:01 INFO : sub/yam: Copied (new) 2026/08/11 05:04:01 DEBUG : Waiting for deletions to finish 2026/08/11 05:04:02 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/11 05:04:03 DEBUG : potato: size = 14 OK 2026/08/11 05:04:03 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:04:03 DEBUG : potato: Unchanged skipping 2026/08/11 05:04:03 INFO : sub: Set directory modification time (using SetModTime) 2026/08/11 05:04:03 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/11 05:04:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Making map for --track-renames 2026/08/11 05:04:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Finished making map for --track-renames 2026/08/11 05:04:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:04:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for renames to finish 2026/08/11 05:04:04 INFO : sub/yam: Moved (server-side) to: yam 2026/08/11 05:04:04 INFO : yam: Renamed from "sub/yam" 2026/08/11 05:04:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:04:04 DEBUG : Waiting for deletions to finish 2026/08/11 05:04:04 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.67s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:04:07 DEBUG : Creating backend with remote "/tmp/rclone3416963324/dir1" 2026/08/11 05:04:07 DEBUG : Creating backend with remote "/tmp/rclone3416963324/dir2" 2026/08/11 05:04:07 DEBUG : Local file system at /tmp/rclone3416963324/dir2: Using server-side directory move 2026/08/11 05:04:07 INFO : Local file system at /tmp/rclone3416963324/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 05:04:07 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/11 05:04:07 DEBUG : Local file system at /tmp/rclone3416963324/dir2: Waiting for checks to finish 2026/08/11 05:04:07 DEBUG : Local file system at /tmp/rclone3416963324/dir2: Waiting for transfers to finish 2026/08/11 05:04:07 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.50s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:04:08 DEBUG : Added delayed dir = "nested", newDst= 2026/08/11 05:04:08 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 05:04:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 05:04:08 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/11 05:04:08 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/11 05:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:04:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:04:10 DEBUG : sub dir/hello world: md5 = fa07bd2b4b5754e21c432e302a87da22 OK 2026/08/11 05:04:10 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 05:04:10 INFO : sub dir/hello world: Copied (new) 2026/08/11 05:04:10 INFO : sub dir/hello world: Deleted 2026/08/11 05:04:12 DEBUG : nested/sub dir/file: md5 = 45c7f14dcc295964167cc56ae0c53ed4 OK 2026/08/11 05:04:12 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/11 05:04:12 INFO : nested/sub dir/file: Copied (new) 2026/08/11 05:04:12 INFO : nested/sub dir/file: Deleted 2026/08/11 05:04:13 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:04:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:04:13 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/11 05:04:13 INFO : sub dir: Removing directory 2026/08/11 05:04:13 INFO : nested/sub dir: Removing directory 2026/08/11 05:04:13 INFO : nested: Removing directory 2026/08/11 05:04:13 DEBUG : Local file system at /tmp/rclone3416963324: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (10.22s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:04:18 DEBUG : Added delayed dir = "nested", newDst= 2026/08/11 05:04:18 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/11 05:04:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/11 05:04:18 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/11 05:04:18 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/11 05:04:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:04:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:04:21 DEBUG : sub dir/hello world: md5 = aa1cba93d2a2b2ababc4c09d27f2c03c OK 2026/08/11 05:04:21 DEBUG : sub dir/hello world: size = 11 OK 2026/08/11 05:04:21 INFO : sub dir/hello world: Copied (new) 2026/08/11 05:04:21 INFO : sub dir/hello world: Deleted 2026/08/11 05:04:22 DEBUG : nested/sub dir/file: md5 = bcfe30c0af562f99c9fa4a0fbb3ca994 OK 2026/08/11 05:04:22 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/11 05:04:22 INFO : nested/sub dir/file: Copied (new) 2026/08/11 05:04:22 INFO : nested/sub dir/file: Deleted 2026/08/11 05:04:23 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:04:23 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/11 05:04:23 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (10.24s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:04:29 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/11 05:04:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/11 05:04:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:04:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:04:30 DEBUG : existing: md5 = 5695c34ba381e059d4b5b4aa65231f33 OK 2026/08/11 05:04:30 DEBUG : existing: size = 6 OK 2026/08/11 05:04:30 INFO : existing: Copied (new) 2026/08/11 05:04:30 INFO : existing: Deleted 2026/08/11 05:04:30 DEBUG : existing-b: md5 = ec8cf5f6b77935f263ab6d8410b9c054 OK 2026/08/11 05:04:30 DEBUG : existing-b: size = 6 OK 2026/08/11 05:04:30 INFO : existing-b: Copied (new) 2026/08/11 05:04:30 INFO : existing-b: Deleted 2026/08/11 05:04:31 DEBUG : existing: Destination exists, skipping 2026/08/11 05:04:31 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/11 05:04:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:04:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:04:31 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (4.05s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:04:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-wosuhoc4zole" 2026/08/11 05:04:32 DEBUG : Creating backend with remote "TestDrive:crypt/ae2dtriof1v56qgs338hv8naqpbao26q01071mg84f4qmattl27g" 2026/08/11 05:04:35 DEBUG : potato2: md5 = 21f764a8a82521384f64b5f55237fc0b OK 2026/08/11 05:04:36 DEBUG : empty space: md5 = 1cdbf5dd47b77e3e1b18d91b67dc1802 OK 2026/08/11 05:04:38 DEBUG : potato3: md5 = 9e19e8f859e7b81c96aa124b6c1fa072 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje' -> Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole' 2026/08/11 05:04:41 DEBUG : empty space: md5 = 8d2a4348d222cc08be7ea4ca88618aeb OK 2026/08/11 05:04:42 DEBUG : potato3: md5 = 451bba6b0e6f3228b2f1ad691f17878c OK 2026/08/11 05:04:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole': Using server-side directory move 2026/08/11 05:04:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 05:04:43 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:04:43 DEBUG : empty space: size = 1 OK 2026/08/11 05:04:43 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:04:43 DEBUG : empty space: Unchanged skipping 2026/08/11 05:04:43 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:04:43 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole') 2026/08/11 05:04:43 DEBUG : potato3: Sizes differ 2026/08/11 05:04:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole': Waiting for checks to finish 2026/08/11 05:04:43 INFO : potato3: Deleted 2026/08/11 05:04:43 INFO : empty space: Deleted 2026/08/11 05:04:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole': Waiting for transfers to finish 2026/08/11 05:04:43 INFO : potato2: Moved (server-side) 2026/08/11 05:04:44 INFO : potato3: Moved (server-side) 2026/08/11 05:04:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vivujuw9qixi" 2026/08/11 05:04:44 DEBUG : Creating backend with remote "TestDrive:crypt/knafktdeang1uc9el898hltr6uhk8s2elhg5mp2n89vehd416030" 2026/08/11 05:04:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vivujuw9qixi': Using server-side directory move 2026/08/11 05:04:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-vivujuw9qixi': Server side directory move succeeded 2026/08/11 05:04:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vivujuw9qixi': Purge remote 2026/08/11 05:04:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-wosuhoc4zole': Purge remote 2026/08/11 05:04:48 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (16.11s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:04:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-varucej2huxe" 2026/08/11 05:04:48 DEBUG : Creating backend with remote "TestDrive:crypt/1920r59ekv9ps8iabnct1i5635jfnb9981q0i61kdh5q2e511v20" 2026/08/11 05:04:51 DEBUG : potato2: md5 = 3183c16b86481221550a7cc4ae2ec337 OK 2026/08/11 05:04:53 DEBUG : empty space: md5 = 206d5d04e82faee6fb28769683daa74e OK 2026/08/11 05:04:54 DEBUG : potato3: md5 = c94efe0218fb3ae56a7ea8b5a217ba16 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje' -> Encrypted drive 'TestCryptDrive:rclone-test-varucej2huxe' 2026/08/11 05:04:57 DEBUG : empty space: md5 = 2adcb2e7423c738377b67970cc8d6e8c OK 2026/08/11 05:04:58 DEBUG : potato3: md5 = f179ea7c015417391bbc880b5e6e569a OK 2026/08/11 05:04:59 DEBUG : empty space: Excluded (Size Filter) 2026/08/11 05:04:59 DEBUG : empty space: Excluded 2026/08/11 05:04:59 DEBUG : empty space: Excluded (Size Filter) 2026/08/11 05:04:59 DEBUG : empty space: Excluded 2026/08/11 05:04:59 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:04:59 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:04:59 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-varucej2huxe') 2026/08/11 05:04:59 DEBUG : potato3: Sizes differ 2026/08/11 05:04:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-varucej2huxe': Waiting for checks to finish 2026/08/11 05:04:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-varucej2huxe': Waiting for transfers to finish 2026/08/11 05:04:59 INFO : potato3: Deleted 2026/08/11 05:04:59 INFO : potato2: Moved (server-side) 2026/08/11 05:05:00 INFO : potato3: Moved (server-side) 2026/08/11 05:05:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-mapefan5mipi" 2026/08/11 05:05:01 DEBUG : Creating backend with remote "TestDrive:crypt/88v2j31gepkt4ttd4nfsbd019iejr86olch0vn3rbflhnlnj0vt0" 2026/08/11 05:05:02 DEBUG : empty space: Excluded (Size Filter) 2026/08/11 05:05:02 DEBUG : empty space: Excluded 2026/08/11 05:05:02 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:05:02 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/11 05:05:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapefan5mipi': Waiting for checks to finish 2026/08/11 05:05:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapefan5mipi': Waiting for transfers to finish 2026/08/11 05:05:03 INFO : potato2: Moved (server-side) 2026/08/11 05:05:03 INFO : potato3: Moved (server-side) 2026/08/11 05:05:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-mapefan5mipi': Purge remote 2026/08/11 05:05:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-varucej2huxe': Purge remote --- PASS: TestServerSideMoveWithFilter (17.58s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:05:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sitiqep7kela" 2026/08/11 05:05:06 DEBUG : Creating backend with remote "TestDrive:crypt/nmq3lv2du3mld7f1en7oja11bcoalrcuignf7e9a7qf1fhm14mi0" 2026/08/11 05:05:09 DEBUG : potato2: md5 = 2ee226f23964792766816f09871fca77 OK 2026/08/11 05:05:10 DEBUG : empty space: md5 = 760e5a68928759b0492677b8d248408c OK 2026/08/11 05:05:12 DEBUG : potato3: md5 = 62f16b7ac2e58897019cc0874e00bc6d OK 2026/08/11 05:05:12 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje' -> Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela' 2026/08/11 05:05:15 DEBUG : empty space: md5 = 3fd5ec6d272965724cddb17d845b5367 OK 2026/08/11 05:05:17 DEBUG : potato3: md5 = 2a55ddd73f2fe2fc2db33b0f04a7669f OK 2026/08/11 05:05:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela': Using server-side directory move 2026/08/11 05:05:17 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/11 05:05:17 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/11 05:05:17 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/11 05:05:17 DEBUG : empty space: size = 1 OK 2026/08/11 05:05:17 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:05:17 DEBUG : empty space: Unchanged skipping 2026/08/11 05:05:17 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:05:17 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela') 2026/08/11 05:05:17 DEBUG : potato3: Sizes differ 2026/08/11 05:05:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela': Waiting for checks to finish 2026/08/11 05:05:18 INFO : potato3: Deleted 2026/08/11 05:05:18 INFO : empty space: Deleted 2026/08/11 05:05:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela': Waiting for transfers to finish 2026/08/11 05:05:18 INFO : potato2: Moved (server-side) 2026/08/11 05:05:18 INFO : potato3: Moved (server-side) 2026/08/11 05:05:18 INFO : tomatoDir: Removing directory 2026/08/11 05:05:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': deleted 1 directories 2026/08/11 05:05:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-facufus0zili" 2026/08/11 05:05:20 DEBUG : Creating backend with remote "TestDrive:crypt/chc3dh6kuiov4mrjvtgsg64igbkv7bc1b78bi4frkj8j2em49dkg" 2026/08/11 05:05:21 INFO : tomatoDir: Making directory 2026/08/11 05:05:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-facufus0zili': Using server-side directory move 2026/08/11 05:05:22 INFO : Encrypted drive 'TestCryptDrive:rclone-test-facufus0zili': Server side directory move succeeded 2026/08/11 05:05:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-facufus0zili': Purge remote 2026/08/11 05:05:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sitiqep7kela': Purge remote 2026/08/11 05:05:25 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (18.96s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.52s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:05:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test" 2026/08/11 05:05:26 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.08s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:05:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test" 2026/08/11 05:05:28 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/11 05:05:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test-include/layer2" 2026/08/11 05:05:30 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/11 05:05:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test-ignore-file" 2026/08/11 05:05:33 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/11 05:05:37 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = d6ba3c22fd0a35e87aaebd457b7c256c OK 2026/08/11 05:05:38 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/11 05:05:39 DEBUG : rclone-sync-test: Excluded 2026/08/11 05:05:39 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/11 05:05:40 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/11 05:05:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test': Waiting for checks to finish 2026/08/11 05:05:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test': Waiting for transfers to finish 2026/08/11 05:05:40 DEBUG : Waiting for deletions to finish 2026/08/11 05:05:40 INFO : There was nothing to transfer 2026/08/11 05:05:40 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/11 05:05:41 DEBUG : rclone-sync-test: Excluded 2026/08/11 05:05:41 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/11 05:05:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:05:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:05:41 DEBUG : Waiting for deletions to finish 2026/08/11 05:05:41 INFO : rclone-sync-test-include: Removing directory 2026/08/11 05:05:42 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/11 05:05:42 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/11 05:05:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': failed to delete 1 directories 2026/08/11 05:05:42 INFO : There was nothing to transfer 2026/08/11 05:05:42 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/11 05:05:43 DEBUG : rclone-sync-test: Excluded 2026/08/11 05:05:43 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/11 05:05:43 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/11 05:05:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/11 05:05:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/11 05:05:43 DEBUG : Waiting for deletions to finish 2026/08/11 05:05:43 INFO : There was nothing to transfer 2026/08/11 05:05:44 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/11 05:05:45 DEBUG : rclone-sync-test: Excluded 2026/08/11 05:05:45 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/11 05:05:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:05:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:05:45 DEBUG : Waiting for deletions to finish 2026/08/11 05:05:45 INFO : rclone-sync-test-include: Removing directory 2026/08/11 05:05:45 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/11 05:05:45 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/11 05:05:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': failed to delete 1 directories 2026/08/11 05:05:45 INFO : There was nothing to transfer 2026/08/11 05:05:46 DEBUG : Excluded 2026/08/11 05:05:46 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/11 05:05:47 DEBUG : rclone-sync-test: Excluded 2026/08/11 05:05:47 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/11 05:05:47 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/11 05:05:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/11 05:05:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/11 05:05:47 DEBUG : Waiting for deletions to finish 2026/08/11 05:05:47 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (23.75s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:05:51 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:05:51 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:05:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/CompareDest" 2026/08/11 05:05:53 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/gveqi14airsml4bgu7krj116o8" 2026/08/11 05:05:55 DEBUG : one: Need to transfer - File not found at Destination 2026/08/11 05:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:05:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:05:57 DEBUG : one: md5 = fcd6d934d1110b778de002ac9b52a9f9 OK 2026/08/11 05:05:57 DEBUG : one: size = 3 OK 2026/08/11 05:05:57 INFO : one: Copied (new) 2026/08/11 05:05:57 DEBUG : Waiting for deletions to finish 2026/08/11 05:05:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:05:59 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:05:59 DEBUG : one: Sizes differ 2026/08/11 05:05:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:05:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:00 DEBUG : one: md5 = a75e928d2d582486ffd28dd84949df7c OK 2026/08/11 05:06:00 DEBUG : one: size = 5 OK 2026/08/11 05:06:00 INFO : one: Copied (replaced existing) 2026/08/11 05:06:00 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:02 DEBUG : dst/one: md5 = 59baa1835ad7f9b1050d1058000dce42 OK 2026/08/11 05:06:05 DEBUG : CompareDest/one: md5 = e655c80a1a9554ae18405ee674a8fb1f OK 2026/08/11 05:06:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:05 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:05 DEBUG : one: Sizes differ 2026/08/11 05:06:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:06 DEBUG : one: size = 5 OK 2026/08/11 05:06:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:06 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 05:06:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:06 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:06 INFO : There was nothing to transfer 2026/08/11 05:06:08 DEBUG : CompareDest/two: md5 = cb92986df5272dc360f92b2409ddbe19 OK 2026/08/11 05:06:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:09 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:09 DEBUG : one: Sizes differ 2026/08/11 05:06:09 DEBUG : two: size = 3 OK 2026/08/11 05:06:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:09 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/11 05:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:09 DEBUG : one: size = 5 OK 2026/08/11 05:06:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:09 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 05:06:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:09 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:09 INFO : There was nothing to transfer 2026/08/11 05:06:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:10 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:10 DEBUG : one: Sizes differ 2026/08/11 05:06:10 DEBUG : one: size = 5 OK 2026/08/11 05:06:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:10 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 05:06:10 DEBUG : two: size = 3 OK 2026/08/11 05:06:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:10 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/11 05:06:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:10 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:10 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/11 05:06:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:11 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:11 DEBUG : one: Sizes differ 2026/08/11 05:06:12 DEBUG : one: size = 5 OK 2026/08/11 05:06:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:12 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/11 05:06:12 DEBUG : two: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:12 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/CompareDest') 2026/08/11 05:06:12 DEBUG : two: Sizes differ 2026/08/11 05:06:12 DEBUG : two: Need to transfer - File not found at Destination 2026/08/11 05:06:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:13 DEBUG : two: md5 = 0e886596ff4a914b775ffaa6b167bd9f OK 2026/08/11 05:06:13 DEBUG : two: size = 5 OK 2026/08/11 05:06:13 INFO : two: Copied (new) 2026/08/11 05:06:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (26.39s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:06:20 DEBUG : pre-dest1/1: md5 = 3eea90d349765f39866cbf1008e059b0 OK 2026/08/11 05:06:22 DEBUG : pre-dest2/2: md5 = f1298555016957b9492cdd5330205415 OK 2026/08/11 05:06:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dest" 2026/08/11 05:06:23 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/rg03c1jvnehrrc617i0lnqjddc" 2026/08/11 05:06:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/pre-dest1" 2026/08/11 05:06:24 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/bbnblvh6k061ssopqrp18kd7gc" 2026/08/11 05:06:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/pre-dest2" 2026/08/11 05:06:25 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/11 05:06:27 DEBUG : 1: size = 1 OK 2026/08/11 05:06:27 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:06:27 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/11 05:06:27 DEBUG : 2: size = 1 OK 2026/08/11 05:06:27 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:06:27 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/11 05:06:28 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/11 05:06:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dest': Waiting for checks to finish 2026/08/11 05:06:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dest': Waiting for transfers to finish 2026/08/11 05:06:30 DEBUG : 3: md5 = cf07ad5e5b8aaced676760302b55a77a OK 2026/08/11 05:06:30 DEBUG : 3: size = 1 OK 2026/08/11 05:06:30 INFO : 3: Copied (new) 2026/08/11 05:06:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (17.66s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:06:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:06:35 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:06:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/CopyDest" 2026/08/11 05:06:37 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/11 05:06:39 DEBUG : one: Need to transfer - File not found at Destination 2026/08/11 05:06:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:41 DEBUG : one: md5 = 2c926dd5063eb50b9503e0b228b4e859 OK 2026/08/11 05:06:41 DEBUG : one: size = 3 OK 2026/08/11 05:06:41 INFO : one: Copied (new) 2026/08/11 05:06:41 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:43 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:43 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:43 DEBUG : one: Sizes differ 2026/08/11 05:06:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:44 DEBUG : one: md5 = 030b6964ab9afafcd6301c3bfc095101 OK 2026/08/11 05:06:44 DEBUG : one: size = 5 OK 2026/08/11 05:06:44 INFO : one: Copied (replaced existing) 2026/08/11 05:06:44 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:46 DEBUG : dst/one: md5 = 043c9004b2b478766c8990694e9417a3 OK 2026/08/11 05:06:49 DEBUG : CopyDest/one: md5 = cfd81943051796a9a6a905071b783a05 OK 2026/08/11 05:06:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/BackupDir" 2026/08/11 05:06:49 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/11 05:06:51 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:51 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:51 DEBUG : one: Sizes differ 2026/08/11 05:06:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:52 DEBUG : one: size = 5 OK 2026/08/11 05:06:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:52 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:06:52 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:06:52 DEBUG : one: Sizes differ 2026/08/11 05:06:54 INFO : one: Moved (server-side) 2026/08/11 05:06:55 DEBUG : one: size = 5 OK 2026/08/11 05:06:55 INFO : one: Copied (server-side copy) 2026/08/11 05:06:55 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/11 05:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:55 DEBUG : Waiting for deletions to finish 2026/08/11 05:06:57 DEBUG : CopyDest/two: md5 = c5c29c9bf164cf47418d8dfd1226ad2a OK 2026/08/11 05:06:57 DEBUG : one: size = 5 OK 2026/08/11 05:06:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:57 DEBUG : one: Unchanged skipping 2026/08/11 05:06:58 DEBUG : two: size = 3 OK 2026/08/11 05:06:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:06:59 DEBUG : two: size = 3 OK 2026/08/11 05:06:59 INFO : two: Copied (server-side copy) 2026/08/11 05:06:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/11 05:06:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:06:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:06:59 DEBUG : Waiting for deletions to finish 2026/08/11 05:07:00 DEBUG : one: size = 5 OK 2026/08/11 05:07:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:07:00 DEBUG : one: Unchanged skipping 2026/08/11 05:07:00 DEBUG : two: size = 3 OK 2026/08/11 05:07:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:07:00 DEBUG : two: Unchanged skipping 2026/08/11 05:07:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:07:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:07:00 DEBUG : Waiting for deletions to finish 2026/08/11 05:07:00 INFO : There was nothing to transfer 2026/08/11 05:07:02 DEBUG : CopyDest/three: md5 = ead3c44bec8a791790d19f1bb1f4a6c4 OK 2026/08/11 05:07:02 DEBUG : one: size = 5 OK 2026/08/11 05:07:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:07:02 DEBUG : one: Unchanged skipping 2026/08/11 05:07:03 DEBUG : three: size = 7 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:07:03 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/CopyDest') 2026/08/11 05:07:03 DEBUG : three: Sizes differ 2026/08/11 05:07:03 DEBUG : three: Destination not found in --copy-dest 2026/08/11 05:07:03 DEBUG : three: Need to transfer - File not found at Destination 2026/08/11 05:07:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:07:03 DEBUG : two: size = 3 OK 2026/08/11 05:07:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/11 05:07:03 DEBUG : two: Unchanged skipping 2026/08/11 05:07:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:07:04 DEBUG : three: md5 = 6d5cf78be8e7ccf33eca58161bbbfe42 OK 2026/08/11 05:07:04 DEBUG : three: size = 7 OK 2026/08/11 05:07:04 INFO : three: Copied (new) 2026/08/11 05:07:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (35.10s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:07:13 DEBUG : dst/one: md5 = c999629629dd124e77c15dcfe7451cef OK 2026/08/11 05:07:14 DEBUG : dst/two: md5 = 0537b4fafa23df471aec83d1486746e0 OK 2026/08/11 05:07:16 DEBUG : dst/three.txt: md5 = 5c15f885221712b6ddce48c195015097 OK 2026/08/11 05:07:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:07:16 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:07:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/backup" 2026/08/11 05:07:17 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/1nrff024r7pq65ecp72fc28jb0" 2026/08/11 05:07:19 DEBUG : one: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:07:19 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:07:19 DEBUG : one: Sizes differ 2026/08/11 05:07:19 DEBUG : two: size = 3 OK 2026/08/11 05:07:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:07:19 DEBUG : two: Unchanged skipping 2026/08/11 05:07:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:07:20 INFO : one: Moved (server-side) 2026/08/11 05:07:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:07:22 DEBUG : one: md5 = 0bba13aa8d258a761633769f8bfa8f24 OK 2026/08/11 05:07:22 DEBUG : one: size = 4 OK 2026/08/11 05:07:22 INFO : one: Copied (new) 2026/08/11 05:07:22 DEBUG : Waiting for deletions to finish 2026/08/11 05:07:23 INFO : three.txt: Moved (server-side) 2026/08/11 05:07:23 INFO : three.txt: Moved into backup dir 2026/08/11 05:07:25 DEBUG : dst/three.txt: md5 = 3d8115aeeaf3b606bd432b003e08a15b OK 2026/08/11 05:07:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:07:25 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:07:25 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:07:25 DEBUG : two: size = 3 OK 2026/08/11 05:07:25 DEBUG : one: Sizes differ 2026/08/11 05:07:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:07:25 DEBUG : two: Unchanged skipping 2026/08/11 05:07:26 INFO : one: Deleted 2026/08/11 05:07:27 INFO : one: Moved (server-side) 2026/08/11 05:07:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:07:28 DEBUG : one: md5 = e5d48f28daaf8ed01719013bbea7f418 OK 2026/08/11 05:07:28 DEBUG : one: size = 5 OK 2026/08/11 05:07:28 INFO : one: Copied (new) 2026/08/11 05:07:28 DEBUG : Waiting for deletions to finish 2026/08/11 05:07:29 INFO : three.txt: Deleted 2026/08/11 05:07:29 INFO : three.txt: Moved (server-side) 2026/08/11 05:07:29 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (23.41s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:07:36 DEBUG : dst/one: md5 = a6654da916d422c5016f12f8b37a11aa OK 2026/08/11 05:07:38 DEBUG : dst/two: md5 = c24c85a53e1445edb48cc05305bc5e18 OK 2026/08/11 05:07:39 DEBUG : dst/three.txt: md5 = 0e490c35e54caa00698a2801d7ce3cd8 OK 2026/08/11 05:07:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:07:40 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:07:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/backup" 2026/08/11 05:07:41 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/1nrff024r7pq65ecp72fc28jb0" 2026/08/11 05:07:43 DEBUG : one: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:07:43 DEBUG : two: size = 3 OK 2026/08/11 05:07:43 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:07:43 DEBUG : one: Sizes differ 2026/08/11 05:07:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:07:43 DEBUG : two: Unchanged skipping 2026/08/11 05:07:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:07:44 INFO : one: Moved (server-side) to: one.bak 2026/08/11 05:07:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:07:46 DEBUG : one: md5 = 73a303a252d0b03a25cb4739b058c9dd OK 2026/08/11 05:07:46 DEBUG : one: size = 4 OK 2026/08/11 05:07:46 INFO : one: Copied (new) 2026/08/11 05:07:46 DEBUG : Waiting for deletions to finish 2026/08/11 05:07:46 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 05:07:46 INFO : three.txt: Moved into backup dir 2026/08/11 05:07:49 DEBUG : dst/three.txt: md5 = aeca57943c0b8b8e00def5556e591552 OK 2026/08/11 05:07:49 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:07:49 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:07:49 DEBUG : one: Sizes differ 2026/08/11 05:07:49 DEBUG : two: size = 3 OK 2026/08/11 05:07:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:07:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:07:49 DEBUG : two: Unchanged skipping 2026/08/11 05:07:50 INFO : one.bak: Deleted 2026/08/11 05:07:51 INFO : one: Moved (server-side) to: one.bak 2026/08/11 05:07:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:07:52 DEBUG : one: md5 = d3b3301dc502dcca6d8f8cc34c426a49 OK 2026/08/11 05:07:52 DEBUG : one: size = 5 OK 2026/08/11 05:07:52 INFO : one: Copied (new) 2026/08/11 05:07:52 DEBUG : Waiting for deletions to finish 2026/08/11 05:07:53 INFO : three.txt.bak: Deleted 2026/08/11 05:07:54 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 05:07:54 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (24.51s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:08:01 DEBUG : dst/one: md5 = 73ab8fdd731f576fd4c5f6511b12b34c OK 2026/08/11 05:08:02 DEBUG : dst/two: md5 = b51c0854660042998f697cdce2629586 OK 2026/08/11 05:08:04 DEBUG : dst/three.txt: md5 = 82c488573a66a24181ead8de28825506 OK 2026/08/11 05:08:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:08:04 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:08:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/backup" 2026/08/11 05:08:05 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/1nrff024r7pq65ecp72fc28jb0" 2026/08/11 05:08:07 DEBUG : one: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:08:07 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:07 DEBUG : one: Sizes differ 2026/08/11 05:08:07 DEBUG : two: size = 3 OK 2026/08/11 05:08:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:08:07 DEBUG : two: Unchanged skipping 2026/08/11 05:08:09 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 05:08:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:08:10 DEBUG : one: md5 = f1757ea03cdb0a68a1b35555322f4211 OK 2026/08/11 05:08:10 DEBUG : one: size = 4 OK 2026/08/11 05:08:10 INFO : one: Copied (new) 2026/08/11 05:08:10 DEBUG : Waiting for deletions to finish 2026/08/11 05:08:11 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 05:08:11 INFO : three.txt: Moved into backup dir 2026/08/11 05:08:14 DEBUG : dst/three.txt: md5 = 5ea934556f144498697c0356f67ad55b OK 2026/08/11 05:08:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:15 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:15 DEBUG : one: Sizes differ 2026/08/11 05:08:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:08:15 DEBUG : two: size = 3 OK 2026/08/11 05:08:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:08:15 DEBUG : two: Unchanged skipping 2026/08/11 05:08:15 INFO : one-2019-01-01: Deleted 2026/08/11 05:08:16 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 05:08:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:08:17 DEBUG : one: md5 = 8a09458d74461a6c7f656abb3cd543b0 OK 2026/08/11 05:08:17 DEBUG : one: size = 5 OK 2026/08/11 05:08:17 INFO : one: Copied (new) 2026/08/11 05:08:17 DEBUG : Waiting for deletions to finish 2026/08/11 05:08:18 INFO : three-2019-01-01.txt: Deleted 2026/08/11 05:08:18 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 05:08:18 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (24.62s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:08:25 DEBUG : dst/one: md5 = d8e197e04b244bf9093cf2b89d612950 OK 2026/08/11 05:08:27 DEBUG : dst/two: md5 = cec17ba79385b277f21ea85b30e54619 OK 2026/08/11 05:08:28 DEBUG : dst/three.txt: md5 = 6b3ec7ef9300a8d5e60b05a4e8cc117e OK 2026/08/11 05:08:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:08:29 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:08:30 DEBUG : one: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:30 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:30 DEBUG : one: Sizes differ 2026/08/11 05:08:30 DEBUG : two: size = 3 OK 2026/08/11 05:08:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:08:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:08:30 DEBUG : two: Unchanged skipping 2026/08/11 05:08:31 INFO : one: Moved (server-side) to: one.bak 2026/08/11 05:08:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:08:32 DEBUG : one: md5 = 1654278a1827d10eca7c255ac247165c OK 2026/08/11 05:08:32 DEBUG : one: size = 4 OK 2026/08/11 05:08:32 INFO : one: Copied (new) 2026/08/11 05:08:32 DEBUG : Waiting for deletions to finish 2026/08/11 05:08:33 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 05:08:33 INFO : three.txt: Moved into backup dir 2026/08/11 05:08:35 DEBUG : dst/three.txt: md5 = e5b3677042310847e334a9bc5b18d3a6 OK 2026/08/11 05:08:36 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/11 05:08:36 DEBUG : three.txt.bak: Excluded 2026/08/11 05:08:36 DEBUG : one.bak: Excluded (Path Filter) 2026/08/11 05:08:36 DEBUG : one.bak: Excluded 2026/08/11 05:08:36 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:36 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:36 DEBUG : one: Sizes differ 2026/08/11 05:08:36 DEBUG : two: size = 3 OK 2026/08/11 05:08:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:08:36 DEBUG : two: Unchanged skipping 2026/08/11 05:08:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for checks to finish 2026/08/11 05:08:37 INFO : one.bak: Deleted 2026/08/11 05:08:37 INFO : one: Moved (server-side) to: one.bak 2026/08/11 05:08:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst': Waiting for transfers to finish 2026/08/11 05:08:39 DEBUG : one: md5 = 12c267956b636498b6e25a277c18025c OK 2026/08/11 05:08:39 DEBUG : one: size = 5 OK 2026/08/11 05:08:39 INFO : one: Copied (new) 2026/08/11 05:08:39 DEBUG : Waiting for deletions to finish 2026/08/11 05:08:40 INFO : three.txt.bak: Deleted 2026/08/11 05:08:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 05:08:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (21.08s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:08:46 DEBUG : dst/one: md5 = 0c70508676481ada85a1747029fff479 OK 2026/08/11 05:08:48 DEBUG : dst/two: md5 = 7cbc7f0a3a85fe2d04578895766de410 OK 2026/08/11 05:08:49 DEBUG : dst/three.txt: md5 = 78db93b921aefdb0780ba13a4d1eeb6e OK 2026/08/11 05:08:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:08:50 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:08:51 DEBUG : one: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:51 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:51 DEBUG : one: Sizes differ 2026/08/11 05:08:52 INFO : one: Moved (server-side) to: one.bak 2026/08/11 05:08:53 DEBUG : one: md5 = 9c0a9e89e5179050999635414e6fe524 OK 2026/08/11 05:08:53 DEBUG : one: size = 4 OK 2026/08/11 05:08:53 INFO : one: Copied (new) 2026/08/11 05:08:54 DEBUG : two: size = 3 OK 2026/08/11 05:08:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:08:54 DEBUG : two: Unchanged skipping 2026/08/11 05:08:54 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:54 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:54 DEBUG : three.txt: Sizes differ 2026/08/11 05:08:55 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 05:08:56 DEBUG : three.txt: md5 = 3028b49712891ffac0585912b536b749 OK 2026/08/11 05:08:56 DEBUG : three.txt: size = 6 OK 2026/08/11 05:08:56 INFO : three.txt: Copied (new) 2026/08/11 05:08:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:08:58 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:08:58 DEBUG : one: Sizes differ 2026/08/11 05:08:59 INFO : one.bak: Deleted 2026/08/11 05:08:59 INFO : one: Moved (server-side) to: one.bak 2026/08/11 05:09:00 DEBUG : one: md5 = 525097890ac5ef6179e33de7ba7f495d OK 2026/08/11 05:09:00 DEBUG : one: size = 5 OK 2026/08/11 05:09:00 INFO : one: Copied (new) 2026/08/11 05:09:01 DEBUG : two: size = 3 OK 2026/08/11 05:09:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:09:01 DEBUG : two: Unchanged skipping 2026/08/11 05:09:01 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:01 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:09:01 DEBUG : three.txt: Sizes differ 2026/08/11 05:09:02 INFO : three.txt.bak: Deleted 2026/08/11 05:09:02 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/11 05:09:04 DEBUG : three.txt: md5 = 8f6c00c195d963eea9ec495744e5f397 OK 2026/08/11 05:09:04 DEBUG : three.txt: size = 19 OK 2026/08/11 05:09:04 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (23.88s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:09:10 DEBUG : dst/one: md5 = 4f10638ab750666fdc87793dc08ddb69 OK 2026/08/11 05:09:12 DEBUG : dst/two: md5 = e01c0381ccce807a0aa0c332ea540e49 OK 2026/08/11 05:09:13 DEBUG : dst/three.txt: md5 = 984ce496bff1a14a13ffa4fbb9a32dbc OK 2026/08/11 05:09:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-caxocid7geje/dst" 2026/08/11 05:09:14 DEBUG : Creating backend with remote "TestDrive:crypt/thkeevrpp4h97lkbf3m1bj4h3j3cr26jfq6o914u5db24v6q7ibg/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/11 05:09:15 DEBUG : one: size = 4 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:15 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:09:15 DEBUG : one: Sizes differ 2026/08/11 05:09:16 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 05:09:17 DEBUG : one: md5 = 87d995c5e5159d998d732808cd1f8753 OK 2026/08/11 05:09:17 DEBUG : one: size = 4 OK 2026/08/11 05:09:17 INFO : one: Copied (new) 2026/08/11 05:09:17 DEBUG : two: size = 3 OK 2026/08/11 05:09:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:09:17 DEBUG : two: Unchanged skipping 2026/08/11 05:09:18 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:18 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:09:18 DEBUG : three.txt: Sizes differ 2026/08/11 05:09:18 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 05:09:20 DEBUG : three.txt: md5 = 45cbe33b79b40359142260922ec0bf8b OK 2026/08/11 05:09:20 DEBUG : three.txt: size = 6 OK 2026/08/11 05:09:20 INFO : three.txt: Copied (new) 2026/08/11 05:09:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:21 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:09:21 DEBUG : one: Sizes differ 2026/08/11 05:09:22 INFO : one-2019-01-01: Deleted 2026/08/11 05:09:22 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/11 05:09:24 DEBUG : one: md5 = 6b4af32da9d5293c88a27e50c9370e45 OK 2026/08/11 05:09:24 DEBUG : one: size = 5 OK 2026/08/11 05:09:24 INFO : one: Copied (new) 2026/08/11 05:09:24 DEBUG : two: size = 3 OK 2026/08/11 05:09:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:09:24 DEBUG : two: Unchanged skipping 2026/08/11 05:09:25 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:25 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje/dst') 2026/08/11 05:09:25 DEBUG : three.txt: Sizes differ 2026/08/11 05:09:25 INFO : three-2019-01-01.txt: Deleted 2026/08/11 05:09:26 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/11 05:09:27 DEBUG : three.txt: md5 = 3507d7d792df3661b63fddf49548d103 OK 2026/08/11 05:09:27 DEBUG : three.txt: size = 19 OK 2026/08/11 05:09:27 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (23.88s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:09:34 DEBUG : Testêé: md5 = 63bff7c49fca6216dec7d533cfe66be3 OK 2026/08/11 05:09:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:09:34 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:34 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:09:34 DEBUG : Testêé: Sizes differ 2026/08/11 05:09:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:09:37 DEBUG : Testêé: md5 = e6890b2bc6a5f9c3dfead23fe30bdb0b OK 2026/08/11 05:09:37 DEBUG : Testêé: size = 14 OK 2026/08/11 05:09:37 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/11 05:09:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (5.87s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:09:38 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/11 05:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:09:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:09:40 DEBUG : existing: md5 = 1034cd2f8d339998a601c4c20ce17d77 OK 2026/08/11 05:09:40 DEBUG : existing: size = 6 OK 2026/08/11 05:09:40 INFO : existing: Copied (new) 2026/08/11 05:09:40 DEBUG : Waiting for deletions to finish 2026/08/11 05:09:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:09:41 DEBUG : existing: size = 8 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:09:41 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:09:41 DEBUG : existing: Sizes differ 2026/08/11 05:09:41 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/11 05:09:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:09:41 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': not deleting files as there were IO errors 2026/08/11 05:09:41 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (4.09s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:09:43 DEBUG : EXISTING: md5 = 4211c840729c55560bb729ab29449259 OK 2026/08/11 05:09:44 DEBUG : EXISTING: size = 6 OK 2026/08/11 05:09:44 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:09:44 DEBUG : existing: Unchanged skipping 2026/08/11 05:09:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:09:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:09:44 DEBUG : Waiting for deletions to finish 2026/08/11 05:09:44 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.20s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.50s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", 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-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", 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-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.52s) --- SKIP: TestMaxTransfer/Hard (0.49s) --- SKIP: TestMaxTransfer/Soft (0.51s) --- SKIP: TestMaxTransfer/Cautious (0.52s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:09:49 DEBUG : both0: md5 = 3edbd6cc9d302e86d47490116dcfefad OK 2026/08/11 05:09:50 DEBUG : only0: md5 = 6b322e3d113640a5ece6443f45ab84aa OK 2026/08/11 05:09:52 DEBUG : both1: md5 = 58145bd817672dea8f6669a200a51ee5 OK 2026/08/11 05:09:53 DEBUG : only1: md5 = 6e242488a09b2c67e8373e721e569ee7 OK 2026/08/11 05:09:55 DEBUG : both2: md5 = 167161c2bb330d2caa49ff3473048cbe OK 2026/08/11 05:09:56 DEBUG : only2: md5 = 1d7dc229a617e9a4603144b8d598c090 OK 2026/08/11 05:09:58 DEBUG : both3: md5 = fe8a5537bf65c73744f454d3fc12330e OK 2026/08/11 05:09:59 DEBUG : only3: md5 = f8b9acdbd502db0cec285c8c5ca62ceb OK 2026/08/11 05:10:01 DEBUG : both4: md5 = 9fc85f571058e981f4a952137e50dc77 OK 2026/08/11 05:10:02 DEBUG : only4: md5 = 6e73c001bf9d22b0b0631054d2cd5002 OK 2026/08/11 05:10:04 DEBUG : both5: md5 = f9f0d6e136d49c029757f74e016682df OK 2026/08/11 05:10:06 DEBUG : only5: md5 = 74c769482a738f136418ce41e0e7f559 OK 2026/08/11 05:10:07 DEBUG : both6: md5 = 4b634ba47185163e9fa988dcbbedadce OK 2026/08/11 05:10:09 DEBUG : only6: md5 = f859d50559dd84f63d946cda49237aa8 OK 2026/08/11 05:10:10 DEBUG : both7: md5 = 7158a45cffd395258415a2fc87c7d5a9 OK 2026/08/11 05:10:11 DEBUG : only7: md5 = 55c5a32e181a952c45acf41f9f64a891 OK 2026/08/11 05:10:13 DEBUG : both8: md5 = e7e8123d3faca0098d3e4b89966fc135 OK 2026/08/11 05:10:14 DEBUG : only8: md5 = 9f87d08268b4f039a8f870225e68bf1d OK 2026/08/11 05:10:16 DEBUG : both9: md5 = ccbf4f99b9f9a2c3af272f47cfa95a29 OK 2026/08/11 05:10:18 DEBUG : only9: md5 = f36ceceb7f62b2549c7f85373d9c9d73 OK 2026/08/11 05:10:19 DEBUG : both10: md5 = 6064f501f2d84f6b402858006967f454 OK 2026/08/11 05:10:21 DEBUG : only10: md5 = fdddef91cc30d6294e35a09f9eedd5ad OK 2026/08/11 05:10:22 DEBUG : both11: md5 = 1a198795cfe55bbbd9e264bb95f67c65 OK 2026/08/11 05:10:24 DEBUG : only11: md5 = 78f4fca025d45b065f966592d4ab495c OK 2026/08/11 05:10:26 DEBUG : both12: md5 = 6775121f0278dc9d325e342d188eef24 OK 2026/08/11 05:10:27 DEBUG : only12: md5 = c10d4c35551972cbf4161b68a06eda71 OK 2026/08/11 05:10:29 DEBUG : both13: md5 = 70ae30a66aee5b977a0bc370ecf3acc2 OK 2026/08/11 05:10:30 DEBUG : only13: md5 = 9dfca88b5194739b1639162cffe7c7d2 OK 2026/08/11 05:10:32 DEBUG : both14: md5 = 18628581a8f7a8f04ddbcf11a5b1ebe5 OK 2026/08/11 05:10:33 DEBUG : only14: md5 = 54dac33bfd3629cf4159b9e89e1f6e6f OK 2026/08/11 05:10:35 DEBUG : both15: md5 = fa60d61677eaaed9e882c01c1318641e OK 2026/08/11 05:10:36 DEBUG : only15: md5 = eb6ebaa8188e8426c55e916d3a94a696 OK 2026/08/11 05:10:38 DEBUG : both16: md5 = e41b508de3d2d09ffb96a74a920b25d2 OK 2026/08/11 05:10:39 DEBUG : only16: md5 = a9ce31112480e2ed9d3608f353012978 OK 2026/08/11 05:10:41 DEBUG : both17: md5 = 50858d4cf795254cc5ba84a1615df83e OK 2026/08/11 05:10:42 DEBUG : only17: md5 = 2fd65087b036399fba87b5fc9f867cd1 OK 2026/08/11 05:10:44 DEBUG : both18: md5 = 0baf5ab44a0591e95e48a97b2c6311f2 OK 2026/08/11 05:10:45 DEBUG : only18: md5 = 22a1ae5bdba49edf1da561265fcdadc6 OK 2026/08/11 05:10:47 DEBUG : both19: md5 = 2365d434c476bdc287c78de11b4e057e OK 2026/08/11 05:10:48 DEBUG : only19: md5 = 53617e0fb3dcd57bf81ec1895eae4e09 OK 2026/08/11 05:10:49 DEBUG : both10: size = 6 OK 2026/08/11 05:10:49 DEBUG : both11: size = 6 OK 2026/08/11 05:10:49 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both12: size = 6 OK 2026/08/11 05:10:49 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both0: size = 6 OK 2026/08/11 05:10:49 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both10: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both13: size = 6 OK 2026/08/11 05:10:49 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both13: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both14: size = 6 OK 2026/08/11 05:10:49 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both11: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both15: size = 6 OK 2026/08/11 05:10:49 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both15: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both16: size = 6 OK 2026/08/11 05:10:49 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both16: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both17: size = 6 OK 2026/08/11 05:10:49 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both17: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both18: size = 6 OK 2026/08/11 05:10:49 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both18: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both19: size = 6 OK 2026/08/11 05:10:49 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both19: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both1: size = 6 OK 2026/08/11 05:10:49 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both1: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both2: size = 6 OK 2026/08/11 05:10:49 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both2: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both3: size = 6 OK 2026/08/11 05:10:49 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both3: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both4: size = 6 OK 2026/08/11 05:10:49 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both4: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both5: size = 6 OK 2026/08/11 05:10:49 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both5: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both6: size = 6 OK 2026/08/11 05:10:49 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:10:49 DEBUG : both6: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both7: size = 6 OK 2026/08/11 05:10:49 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both12: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both8: size = 6 OK 2026/08/11 05:10:49 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both0: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both9: size = 6 OK 2026/08/11 05:10:49 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:10:49 DEBUG : both14: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both7: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both8: Unchanged skipping 2026/08/11 05:10:49 DEBUG : both9: Unchanged skipping 2026/08/11 05:10:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:10:49 DEBUG : Waiting for deletions to finish 2026/08/11 05:10:49 INFO : only11: Deleted 2026/08/11 05:10:50 INFO : only16: Deleted 2026/08/11 05:10:50 INFO : only12: Deleted 2026/08/11 05:10:50 INFO : only17: Deleted 2026/08/11 05:10:50 INFO : only5: Deleted 2026/08/11 05:10:50 INFO : only6: Deleted 2026/08/11 05:10:50 INFO : only18: Deleted 2026/08/11 05:10:50 INFO : only7: Deleted 2026/08/11 05:10:50 INFO : only15: Deleted 2026/08/11 05:10:50 INFO : only1: Deleted 2026/08/11 05:10:50 INFO : only9: Deleted 2026/08/11 05:10:51 INFO : only0: Deleted 2026/08/11 05:10:51 INFO : only14: Deleted 2026/08/11 05:10:51 INFO : only2: Deleted 2026/08/11 05:10:51 INFO : only4: Deleted 2026/08/11 05:10:51 INFO : only8: Deleted 2026/08/11 05:10:51 INFO : only13: Deleted 2026/08/11 05:10:51 INFO : only10: Deleted 2026/08/11 05:10:51 INFO : only19: Deleted 2026/08/11 05:10:51 INFO : only3: Deleted 2026/08/11 05:10:51 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (74.00s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:11:02 DEBUG : both0: md5 = b778f56803669fb29bdc734c4ad8cb7e OK 2026/08/11 05:11:04 DEBUG : only0: md5 = fb41352707867bee0192f8251c27185c OK 2026/08/11 05:11:05 DEBUG : both1: md5 = c1b89dbd57c6d817087d37d2e7ab12ef OK 2026/08/11 05:11:07 DEBUG : only1: md5 = a2b9d216151e7b8c1793f8e41063a994 OK 2026/08/11 05:11:08 DEBUG : both2: md5 = 1f425829175538808b82ecaabd975b21 OK 2026/08/11 05:11:10 DEBUG : only2: md5 = 9abc40489837cbdb848f50380b85be6f OK 2026/08/11 05:11:11 DEBUG : both3: md5 = 099b3f39ffd27d5c3f4326e4bb23678e OK 2026/08/11 05:11:13 DEBUG : only3: md5 = aefb06121783237df9f32093a0886ea3 OK 2026/08/11 05:11:14 DEBUG : both4: md5 = 384209ff1436d5076dc674ea4fdf6e0c OK 2026/08/11 05:11:15 DEBUG : only4: md5 = 22b97bcbaa36074b8294abd7a12d52dd OK 2026/08/11 05:11:17 DEBUG : both5: md5 = 61edae1a2b90accd124b3e89d2e5704a OK 2026/08/11 05:11:18 DEBUG : only5: md5 = cf552fd9c4e71b2392a0376f429e7fd9 OK 2026/08/11 05:11:20 DEBUG : both6: md5 = 08e5df083e7bdefba2a5a8f0fcf4756c OK 2026/08/11 05:11:22 DEBUG : only6: md5 = a984ebb5ff78633e57fae7c392df4106 OK 2026/08/11 05:11:23 DEBUG : both7: md5 = f85a532b4cde6ec9be816b10b62bfe0e OK 2026/08/11 05:11:24 DEBUG : only7: md5 = b523e298fbe348ed835c09277fa65aa7 OK 2026/08/11 05:11:26 DEBUG : both8: md5 = 63099506f2faa4aa3911f0c74460d98c OK 2026/08/11 05:11:27 DEBUG : only8: md5 = 3405f0af176e38d200e22bb46000aad0 OK 2026/08/11 05:11:29 DEBUG : both9: md5 = 26b0d0474de76d552f2ddc4dd72c295a OK 2026/08/11 05:11:30 DEBUG : only9: md5 = e3e65094d7967fdaa123b82d9a261b2b OK 2026/08/11 05:11:32 DEBUG : both10: md5 = 092e0cf12d784ae824f0ea8011acc21b OK 2026/08/11 05:11:33 DEBUG : only10: md5 = 11a1920ddf4317f862232c158d0c770f OK 2026/08/11 05:11:35 DEBUG : both11: md5 = 93d988a713136254a00255bcd5790e43 OK 2026/08/11 05:11:36 DEBUG : only11: md5 = 16f2358d39e251870b94db57bbdde007 OK 2026/08/11 05:11:38 DEBUG : both12: md5 = ade44718e2f0b8cdf080ee2391d494a1 OK 2026/08/11 05:11:39 DEBUG : only12: md5 = f07226c35daafd6e985ad64a375bc679 OK 2026/08/11 05:11:41 DEBUG : both13: md5 = 390d2f56439c59b43d8b7a154e1c3adb OK 2026/08/11 05:11:42 DEBUG : only13: md5 = 4d046f6bd67cdd2402cef7b055e7e615 OK 2026/08/11 05:11:44 DEBUG : both14: md5 = d6d6109a89eb0ebef84aeb6c8593cf59 OK 2026/08/11 05:11:45 DEBUG : only14: md5 = 7cac6e1c82b6514ab1a1cd224d76d86f OK 2026/08/11 05:11:46 DEBUG : both15: md5 = 66b0f342c567074f2895de2904ef9b5b OK 2026/08/11 05:11:48 DEBUG : only15: md5 = 5d5f4ee4161733c84336511d2d298ad9 OK 2026/08/11 05:11:49 DEBUG : both16: md5 = a21d861e543fa6070d1ce417258e6fc8 OK 2026/08/11 05:11:51 DEBUG : only16: md5 = 3b14565ab35e7c3ab134175eb9a542ee OK 2026/08/11 05:11:52 DEBUG : both17: md5 = 2ee7b3b4d99f2ee989a19b19af8a5b33 OK 2026/08/11 05:11:53 DEBUG : only17: md5 = aca9c77957da334957dbd1feff537e90 OK 2026/08/11 05:11:55 DEBUG : both18: md5 = 1110819a355d8731688ebb1ea09d9630 OK 2026/08/11 05:11:56 DEBUG : only18: md5 = 97708b8b59229642ed15846b4a6c6fb9 OK 2026/08/11 05:11:58 DEBUG : both19: md5 = e741ad4fa0d326aa4e7bed9a49622371 OK 2026/08/11 05:11:59 DEBUG : only19: md5 = acd768c30c2a0aff9c1ce07193bb3338 OK 2026/08/11 05:12:00 DEBUG : both0: size = 6 OK 2026/08/11 05:12:00 DEBUG : both10: size = 6 OK 2026/08/11 05:12:00 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both11: size = 6 OK 2026/08/11 05:12:00 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both12: size = 6 OK 2026/08/11 05:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:12:00 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both0: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both13: size = 6 OK 2026/08/11 05:12:00 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both13: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both14: size = 6 OK 2026/08/11 05:12:00 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both14: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both15: size = 6 OK 2026/08/11 05:12:00 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both15: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both16: size = 6 OK 2026/08/11 05:12:00 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both16: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both17: size = 6 OK 2026/08/11 05:12:00 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both10: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both18: size = 6 OK 2026/08/11 05:12:00 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both18: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both19: size = 6 OK 2026/08/11 05:12:00 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both19: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both1: size = 6 OK 2026/08/11 05:12:00 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both1: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both2: size = 6 OK 2026/08/11 05:12:00 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both2: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both3: size = 6 OK 2026/08/11 05:12:00 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both3: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both4: size = 6 OK 2026/08/11 05:12:00 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both4: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both5: size = 6 OK 2026/08/11 05:12:00 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both5: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both6: size = 6 OK 2026/08/11 05:12:00 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both6: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both7: size = 6 OK 2026/08/11 05:12:00 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both7: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both8: size = 6 OK 2026/08/11 05:12:00 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both8: Unchanged skipping 2026/08/11 05:12:00 DEBUG : both9: size = 6 OK 2026/08/11 05:12:00 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:12:00 DEBUG : both9: Unchanged skipping 2026/08/11 05:12:00 DEBUG : only0: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only0: Sizes differ 2026/08/11 05:12:00 DEBUG : only10: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only10: Sizes differ 2026/08/11 05:12:00 DEBUG : only11: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only11: Sizes differ 2026/08/11 05:12:00 DEBUG : only12: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only12: Sizes differ 2026/08/11 05:12:00 DEBUG : only13: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only13: Sizes differ 2026/08/11 05:12:00 DEBUG : both11: Unchanged skipping 2026/08/11 05:12:00 DEBUG : only14: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only14: Sizes differ 2026/08/11 05:12:00 DEBUG : only15: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only15: Sizes differ 2026/08/11 05:12:00 DEBUG : only16: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only16: Sizes differ 2026/08/11 05:12:00 DEBUG : only17: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only17: Sizes differ 2026/08/11 05:12:00 DEBUG : only18: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only18: Sizes differ 2026/08/11 05:12:00 DEBUG : only19: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only19: Sizes differ 2026/08/11 05:12:00 DEBUG : only1: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only1: Sizes differ 2026/08/11 05:12:00 DEBUG : only2: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only2: Sizes differ 2026/08/11 05:12:00 DEBUG : only3: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only3: Sizes differ 2026/08/11 05:12:00 DEBUG : only4: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only4: Sizes differ 2026/08/11 05:12:00 DEBUG : only5: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only5: Sizes differ 2026/08/11 05:12:00 DEBUG : only6: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only6: Sizes differ 2026/08/11 05:12:00 DEBUG : both17: Unchanged skipping 2026/08/11 05:12:00 DEBUG : only7: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only7: Sizes differ 2026/08/11 05:12:00 DEBUG : both12: Unchanged skipping 2026/08/11 05:12:00 DEBUG : only8: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only8: Sizes differ 2026/08/11 05:12:00 DEBUG : only9: size = 0 (Local file system at /tmp/rclone3416963324) 2026/08/11 05:12:00 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje') 2026/08/11 05:12:00 DEBUG : only9: Sizes differ 2026/08/11 05:12:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:12:01 DEBUG : only11: md5 = f09245519f5cbffea500e57be42eef35 OK 2026/08/11 05:12:01 DEBUG : only11: size = 0 OK 2026/08/11 05:12:01 INFO : only11: Copied (replaced existing) 2026/08/11 05:12:01 DEBUG : only0: md5 = 28b533509322a6c54412a709106c766f OK 2026/08/11 05:12:01 DEBUG : only0: size = 0 OK 2026/08/11 05:12:01 INFO : only0: Copied (replaced existing) 2026/08/11 05:12:01 DEBUG : only12: md5 = f3bdbf6543a8d98a87e22c8b50365592 OK 2026/08/11 05:12:01 DEBUG : only12: size = 0 OK 2026/08/11 05:12:01 INFO : only12: Copied (replaced existing) 2026/08/11 05:12:01 DEBUG : only10: md5 = 973fb354d32cf232de528e33e9d4caa6 OK 2026/08/11 05:12:01 DEBUG : only10: size = 0 OK 2026/08/11 05:12:01 INFO : only10: Copied (replaced existing) 2026/08/11 05:12:02 DEBUG : only16: md5 = 5543015d6af81ae247b477213e1605ee OK 2026/08/11 05:12:02 DEBUG : only16: size = 0 OK 2026/08/11 05:12:02 INFO : only16: Copied (replaced existing) 2026/08/11 05:12:02 DEBUG : only15: md5 = a951e13fa493f4b033cccca0700e1c7d OK 2026/08/11 05:12:02 DEBUG : only15: size = 0 OK 2026/08/11 05:12:02 INFO : only15: Copied (replaced existing) 2026/08/11 05:12:02 DEBUG : only13: md5 = 8dc77d213a28a3e4b6626d2507edfe7b OK 2026/08/11 05:12:02 DEBUG : only13: size = 0 OK 2026/08/11 05:12:02 INFO : only13: Copied (replaced existing) 2026/08/11 05:12:02 DEBUG : only17: md5 = 390dfb94d35c0bfeed3d658c9bc6be62 OK 2026/08/11 05:12:02 DEBUG : only17: size = 0 OK 2026/08/11 05:12:02 INFO : only17: Copied (replaced existing) 2026/08/11 05:12:03 DEBUG : only14: md5 = 8d64bdf6debdefa2d88b36303629abf1 OK 2026/08/11 05:12:03 DEBUG : only14: size = 0 OK 2026/08/11 05:12:03 INFO : only14: Copied (replaced existing) 2026/08/11 05:12:03 DEBUG : only18: md5 = 45a50241af077650644fa0d254758b4e OK 2026/08/11 05:12:03 DEBUG : only18: size = 0 OK 2026/08/11 05:12:03 INFO : only18: Copied (replaced existing) 2026/08/11 05:12:03 DEBUG : only19: md5 = 0b08e540228d15800fe6b9fb3724b71f OK 2026/08/11 05:12:03 DEBUG : only19: size = 0 OK 2026/08/11 05:12:03 INFO : only19: Copied (replaced existing) 2026/08/11 05:12:04 DEBUG : only2: md5 = 2bad2ab41a542c94469c263bdecf0f29 OK 2026/08/11 05:12:04 DEBUG : only2: size = 0 OK 2026/08/11 05:12:04 INFO : only2: Copied (replaced existing) 2026/08/11 05:12:04 DEBUG : only4: md5 = cd9535aa08e456508e40c378f3c8f981 OK 2026/08/11 05:12:04 DEBUG : only4: size = 0 OK 2026/08/11 05:12:04 INFO : only4: Copied (replaced existing) 2026/08/11 05:12:05 DEBUG : only3: md5 = c311978dbdaa8e88702e446c615d81b7 OK 2026/08/11 05:12:05 DEBUG : only3: size = 0 OK 2026/08/11 05:12:05 INFO : only3: Copied (replaced existing) 2026/08/11 05:12:05 DEBUG : only5: md5 = 9e701027253e330bc48ad601d57d1818 OK 2026/08/11 05:12:05 DEBUG : only5: size = 0 OK 2026/08/11 05:12:05 INFO : only5: Copied (replaced existing) 2026/08/11 05:12:05 DEBUG : only1: md5 = 9108e7b65d0bb53254832b13bc240be6 OK 2026/08/11 05:12:05 DEBUG : only1: size = 0 OK 2026/08/11 05:12:05 INFO : only1: Copied (replaced existing) 2026/08/11 05:12:06 DEBUG : only6: md5 = 1399087c7b7edc85653d911cee7000c1 OK 2026/08/11 05:12:06 DEBUG : only6: size = 0 OK 2026/08/11 05:12:06 INFO : only6: Copied (replaced existing) 2026/08/11 05:12:06 DEBUG : only7: md5 = 41e21daada602a6ede584250e0ddb6d1 OK 2026/08/11 05:12:06 DEBUG : only7: size = 0 OK 2026/08/11 05:12:06 INFO : only7: Copied (replaced existing) 2026/08/11 05:12:06 DEBUG : only8: md5 = 7ecaedff5bd3d547a8d0e2e76f3cad68 OK 2026/08/11 05:12:06 DEBUG : only8: size = 0 OK 2026/08/11 05:12:06 INFO : only8: Copied (replaced existing) 2026/08/11 05:12:06 DEBUG : only9: md5 = 884b583b7ea15e51d8dd0ac2e12e936b OK 2026/08/11 05:12:06 DEBUG : only9: size = 0 OK 2026/08/11 05:12:06 INFO : only9: Copied (replaced existing) 2026/08/11 05:12:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (83.23s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:12:24 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:12:24 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:12:24 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 05:12:24 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:12:24 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 05:12:25 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:12:30 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:30 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:30 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:30 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (15.54s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:12:40 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:12:40 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:12:40 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 05:12:40 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:12:40 DEBUG : empty_on_remote: Making directory with metadata 2026/08/11 05:12:41 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:12:45 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:45 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:45 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:45 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:45 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (15.90s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:12:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:12:56 DEBUG : sub dir: Making directory with metadata 2026/08/11 05:12:57 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/11 05:13:14 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 05:13:15 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 05:13:15 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:13:15 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (39.97s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:13:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/11 05:13:36 DEBUG : sub dir: Making directory with metadata 2026/08/11 05:13:36 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/11 05:13:58 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 05:13:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/11 05:13:59 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/11 05:13:59 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (41.32s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:14:19 DEBUG : dir1/0000-abcdefg.txt: md5 = 8f26d31819299666462dcdeee058c5bb OK 2026/08/11 05:14:21 DEBUG : dir1/0001-bcdefgh.txt: md5 = 677925a0b9e027935e2887a8d8d2f5a7 OK 2026/08/11 05:14:22 DEBUG : dir1/0002-cdefghi.txt: md5 = 27bc3141b2c68f7d7147126f403e0843 OK 2026/08/11 05:14:24 DEBUG : dir1/0003-defghij.txt: md5 = 69aa8fa05cf03894a5c4a352a86261d4 OK 2026/08/11 05:14:25 DEBUG : dir1/0004-efghijk.txt: md5 = cd31a85cd682230483d3bebf29948b33 OK 2026/08/11 05:14:27 DEBUG : dir1/0005-fghijkl.txt: md5 = 1aa0b8bc3191266a401315ce62271ed4 OK 2026/08/11 05:14:28 DEBUG : dir1/0006-ghijklm.txt: md5 = c55f7b9c8e0d0e6874e86d9112517e42 OK 2026/08/11 05:14:30 DEBUG : dir1/0007-1234567.txt: md5 = d359bf3e52bb908acb28448b010d6fac OK 2026/08/11 05:14:31 DEBUG : dir1/0008-2345678.txt: md5 = f4881152676fa358448a160b14ae730a OK 2026/08/11 05:14:32 DEBUG : dir1/0009-3456789.txt: md5 = 707144214acf74e365f74d90b42a76cd OK 2026/08/11 05:14:34 DEBUG : dir1/0010-456789.txt: md5 = 29a7b7b21b060a8433163ca836a906b8 OK 2026/08/11 05:14:36 DEBUG : dir1/0011-56789;.txt: md5 = acd33d79e7ec31bb49e75b1b369a3bc6 OK 2026/08/11 05:14:37 DEBUG : dir1/0012-6789;.txt: md5 = b3127f9884e308e83fb90c55b3e2e53a OK 2026/08/11 05:14:39 DEBUG : dir1/0013-789;=.txt: md5 = 109c2d6039d8dc0459af5692c9765090 OK 2026/08/11 05:14:40 DEBUG : dir1/0014-89;=.txt: md5 = 3e95707155f314f19b734290edbcce5e OK 2026/08/11 05:14:42 DEBUG : dir1/0015-9;=.txt: md5 = 08129e5d4acd78f957f71df0c5a9cd5d OK 2026/08/11 05:14:43 DEBUG : apple: md5 = 9da13114b3d32a1d115f7ad42364fde5 OK 2026/08/11 05:14:44 DEBUG : banana: md5 = c7fdc83f89ce2fa679b3724be94f41df OK 2026/08/11 05:14:46 DEBUG : appleappleapplebanana: md5 = 928cb133ae275a472fda40f81275fb85 OK 2026/08/11 05:14:47 DEBUG : splitbananasplit: md5 = d9141d7a32b80b537aafb22eeec0faf2 OK 2026/08/11 05:14:47 DEBUG : Waiting for deletions to finish 2026/08/11 05:14:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:14:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:14:49 DEBUG : apple: size = 5 OK 2026/08/11 05:14:49 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : apple: Unchanged skipping 2026/08/11 05:14:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:14:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:14:49 DEBUG : banana: size = 6 OK 2026/08/11 05:14:49 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : banana: Unchanged skipping 2026/08/11 05:14:49 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:14:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:14:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:14:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:14:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:14:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:14:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:14:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:14:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:14:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:14:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:14:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:14:49 DEBUG : Waiting for deletions to finish 2026/08/11 05:14:49 INFO : There was nothing to transfer 2026/08/11 05:14:49 DEBUG : Waiting for deletions to finish 2026/08/11 05:14:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:14:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:14:51 DEBUG : dir1: Directory modification time the same (differ by -108.236µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:14:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:14:51 DEBUG : apple: size = 5 OK 2026/08/11 05:14:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : apple: Unchanged skipping 2026/08/11 05:14:51 DEBUG : banana: size = 6 OK 2026/08/11 05:14:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : banana: Unchanged skipping 2026/08/11 05:14:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:14:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:14:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:14:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:14:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:14:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:14:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:14:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:14:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:14:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:14:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:14:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:14:51 DEBUG : Waiting for deletions to finish 2026/08/11 05:14:51 INFO : There was nothing to transfer 2026/08/11 05:14:51 DEBUG : Waiting for deletions to finish 2026/08/11 05:14:52 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:14:52 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:15:05 DEBUG : dir1/0000-abcdefg.txt: md5 = 28689c5a6d43f28efbf345b85bf7b958 OK 2026/08/11 05:15:06 DEBUG : dir1/0001-bcdefgh.txt: md5 = ab1d91ab456390bc0950b53512d8be16 OK 2026/08/11 05:15:08 DEBUG : dir1/0002-cdefghi.txt: md5 = f79b9e838a6477bf776f942fdd7a3538 OK 2026/08/11 05:15:09 DEBUG : dir1/0003-defghij.txt: md5 = 7d1df644c833bab29e3518da88928130 OK 2026/08/11 05:15:11 DEBUG : dir1/0004-efghijk.txt: md5 = 90ef56a22c27ceae7e4fab53a7387d5e OK 2026/08/11 05:15:12 DEBUG : dir1/0005-fghijkl.txt: md5 = 832b6a9c298670c2386b0ca8856ff663 OK 2026/08/11 05:15:14 DEBUG : dir1/0006-ghijklm.txt: md5 = 311dffdb20f108dc8f31c7d0bd88f8b4 OK 2026/08/11 05:15:15 DEBUG : dir1/0007-1234567.txt: md5 = bfef623ee41dbc7514ac3d9ccc86e4ca OK 2026/08/11 05:15:17 DEBUG : dir1/0008-2345678.txt: md5 = a198220155c1b8bf5495627f87689e87 OK 2026/08/11 05:15:18 DEBUG : dir1/0009-3456789.txt: md5 = 30303d52d977676454dad594fb9967ed OK 2026/08/11 05:15:19 DEBUG : dir1/0010-456789.txt: md5 = b16b629140c7c12439ecce1d79ae6058 OK 2026/08/11 05:15:21 DEBUG : dir1/0011-56789;.txt: md5 = 06493ecfac847add03879d976a782f49 OK 2026/08/11 05:15:22 DEBUG : dir1/0012-6789;.txt: md5 = b1aa721198de6fc72a0c6bae67a9d1fa OK 2026/08/11 05:15:24 DEBUG : dir1/0013-789;=.txt: md5 = 01608a16528f5c8a9952db401a7817f9 OK 2026/08/11 05:15:25 DEBUG : dir1/0014-89;=.txt: md5 = 34f90d6281458c44f00fe4ad9cf527a9 OK 2026/08/11 05:15:29 DEBUG : dir1/0015-9;=.txt: md5 = 273243865a6b32c81298c63062c206e6 OK 2026/08/11 05:15:30 DEBUG : apple: md5 = 9582853b23ee839b99a71791237283ea OK 2026/08/11 05:15:32 DEBUG : banana: md5 = b1178824ed63b6344aba8d34f9fb4e75 OK 2026/08/11 05:15:33 DEBUG : appleappleapplebanana: md5 = dfb9fcacdb474137f23e77b0f95cb705 OK 2026/08/11 05:15:35 DEBUG : splitbananasplit: md5 = ce62542c1a29b8d589ae6de998ae7494 OK 2026/08/11 05:15:35 DEBUG : Waiting for deletions to finish 2026/08/11 05:15:35 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:15:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:15:36 DEBUG : apple: size = 5 OK 2026/08/11 05:15:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:15:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:15:36 DEBUG : apple: Unchanged skipping 2026/08/11 05:15:36 DEBUG : banana: size = 6 OK 2026/08/11 05:15:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:36 DEBUG : banana: Unchanged skipping 2026/08/11 05:15:36 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:15:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:15:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:15:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:15:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:15:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:15:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:15:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:15:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:15:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:15:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:15:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:15:37 DEBUG : Waiting for deletions to finish 2026/08/11 05:15:37 INFO : There was nothing to transfer 2026/08/11 05:15:37 DEBUG : Waiting for deletions to finish 2026/08/11 05:15:37 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:15:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1: Directory modification time the same (differ by -734.336µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : apple: size = 5 OK 2026/08/11 05:15:39 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:15:39 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : apple: Unchanged skipping 2026/08/11 05:15:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:15:39 DEBUG : banana: size = 6 OK 2026/08/11 05:15:39 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : banana: Unchanged skipping 2026/08/11 05:15:39 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:15:39 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:15:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:15:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:15:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:15:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:15:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:15:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:15:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:15:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:15:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:15:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:15:39 DEBUG : Waiting for deletions to finish 2026/08/11 05:15:39 INFO : There was nothing to transfer 2026/08/11 05:15:39 DEBUG : Waiting for deletions to finish 2026/08/11 05:15:39 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:15:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:15:53 DEBUG : dir1/0000-abcdefg.txt: md5 = b77ec6c0e6349deba43bb02c91f6018b OK 2026/08/11 05:15:54 DEBUG : dir1/0001-bcdefgh.txt: md5 = b3e5398a9d4d66076a1260b22205d7b2 OK 2026/08/11 05:15:56 DEBUG : dir1/0002-cdefghi.txt: md5 = de3013fb175cdeeb4a0d87b8cae08236 OK 2026/08/11 05:15:57 DEBUG : dir1/0003-defghij.txt: md5 = 590113dc46e5d9ed904ad2ea94159be0 OK 2026/08/11 05:15:59 DEBUG : dir1/0004-efghijk.txt: md5 = c79d10d9a4e3e7df97e9cc1a63c4a380 OK 2026/08/11 05:16:00 DEBUG : dir1/0005-fghijkl.txt: md5 = ef0c09ecf4816734ba5b512dc8758fe4 OK 2026/08/11 05:16:02 DEBUG : dir1/0006-ghijklm.txt: md5 = 7231b400a8e9f8726a889e25e7a7e609 OK 2026/08/11 05:16:03 DEBUG : dir1/0007-1234567.txt: md5 = 85af63e1c74ca49ffc752c0d3504cff1 OK 2026/08/11 05:16:05 DEBUG : dir1/0008-2345678.txt: md5 = 4b4c973fe249201f9e0d0e43e1cfd710 OK 2026/08/11 05:16:06 DEBUG : dir1/0009-3456789.txt: md5 = d5d7a06c11ed37f155356eb402ade252 OK 2026/08/11 05:16:08 DEBUG : dir1/0010-456789.txt: md5 = 3bf88b5cbe1647247a4655bcc6ea6e12 OK 2026/08/11 05:16:10 DEBUG : dir1/0011-56789;.txt: md5 = 16d18895f389eea4573afed4cfcead3f OK 2026/08/11 05:16:11 DEBUG : dir1/0012-6789;.txt: md5 = a9c94a2d76c2ac2398a98834eb8edf6d OK 2026/08/11 05:16:13 DEBUG : dir1/0013-789;=.txt: md5 = 809ee7873486b392e329742a063492d2 OK 2026/08/11 05:16:14 DEBUG : dir1/0014-89;=.txt: md5 = 08680cd1f42571e3f5821f6049745ebf OK 2026/08/11 05:16:15 DEBUG : dir1/0015-9;=.txt: md5 = 94309564206b52fe2c2228747e5ac7d9 OK 2026/08/11 05:16:17 DEBUG : apple: md5 = 4907fbd72d18e04a30d8747bb8f3e346 OK 2026/08/11 05:16:18 DEBUG : banana: md5 = 52ba06de88fb7587340eeadc0c237b5a OK 2026/08/11 05:16:20 DEBUG : appleappleapplebanana: md5 = c4bcb4d1822b9b302cb204b89e4770cf OK 2026/08/11 05:16:22 DEBUG : splitbananasplit: md5 = 1d0501a25413e1a3c8507256a9af3304 OK 2026/08/11 05:16:22 DEBUG : Waiting for deletions to finish 2026/08/11 05:16:22 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:16:22 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:16:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:23 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 05:16:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:23 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 05:16:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:23 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:23 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 05:16:23 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:23 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:23 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:23 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:23 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:23 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 05:16:23 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:23 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:24 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:24 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:24 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:24 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:24 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 05:16:24 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:16:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:16:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:16:24 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = eddfd72599c27c553297157f808b0f8f OK 2026/08/11 05:16:24 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/11 05:16:24 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:24 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:24 DEBUG : YmFuYW5h: md5 = 90691c156819ba782dc8327ab6774624 OK 2026/08/11 05:16:24 DEBUG : YmFuYW5h: size = 6 OK 2026/08/11 05:16:24 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/11 05:16:24 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:24 DEBUG : YXBwbGU=: md5 = 78db586c657d57f3a8247896014898c2 OK 2026/08/11 05:16:24 DEBUG : YXBwbGU=: size = 5 OK 2026/08/11 05:16:24 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/11 05:16:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:25 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = fa1b267d1b0e49f7f2f7db9b648151df OK 2026/08/11 05:16:25 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/11 05:16:25 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:25 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = 64a104eb514d844b466724490550bb8f OK 2026/08/11 05:16:26 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/11 05:16:26 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 46b178980cecee804fa89d8fcf6fd6ef OK 2026/08/11 05:16:26 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/11 05:16:26 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = e4f59f4f3bb1e53fb82b3e8742b40c5a OK 2026/08/11 05:16:26 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/11 05:16:26 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 7a9ab23fabc4f4749ff56ab01070869b OK 2026/08/11 05:16:26 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/11 05:16:26 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 921e3835445eeb2efd8d20b784d9752e OK 2026/08/11 05:16:27 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/11 05:16:27 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = ec316a0f33fee4936cdae3690761b3a0 OK 2026/08/11 05:16:27 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/11 05:16:27 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = f34a873c612ae92a5c3219b0ec0e0f95 OK 2026/08/11 05:16:27 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/11 05:16:27 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = ed41bba2f0f0ad00ec9f2dc2bf8572da OK 2026/08/11 05:16:28 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/11 05:16:28 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:28 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 8d3e47b830f607f09b34db46cc568aef OK 2026/08/11 05:16:29 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/11 05:16:29 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = e448fabc55203e4468d7345da62f61fb OK 2026/08/11 05:16:29 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/11 05:16:29 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 5b6748aa2c922032a17e5be6b3e840e4 OK 2026/08/11 05:16:29 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/11 05:16:29 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = 6eca7c02ba07e9407bb1e18d71010a30 OK 2026/08/11 05:16:29 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/11 05:16:29 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:30 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = 3fecfc76cf3e87de8d9cdbff184c3202 OK 2026/08/11 05:16:30 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/11 05:16:30 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 209db45e0313474f6c800394669dc0c5 OK 2026/08/11 05:16:30 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/11 05:16:30 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = 7f0f3d72c4f31e1e76fa712e1f5ac234 OK 2026/08/11 05:16:30 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/11 05:16:30 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:31 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 3c9ecdc2ded98d0ee50d8c73e1198215 OK 2026/08/11 05:16:31 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/11 05:16:31 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:31 DEBUG : Waiting for deletions to finish 2026/08/11 05:16:31 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 05:16:31 INFO : banana: Deleted 2026/08/11 05:16:31 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 05:16:31 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 05:16:32 INFO : apple: Deleted 2026/08/11 05:16:32 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 05:16:32 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 05:16:32 INFO : appleappleapplebanana: Deleted 2026/08/11 05:16:32 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 05:16:32 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 05:16:32 INFO : splitbananasplit: Deleted 2026/08/11 05:16:32 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 05:16:32 DEBUG : Waiting for deletions to finish 2026/08/11 05:16:32 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:32 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:33 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:33 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:33 DEBUG : dir1: Directory modification time the same (differ by -355.344µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : YmFuYW5h: size = 6 OK 2026/08/11 05:16:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/11 05:16:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : banana: Unchanged skipping 2026/08/11 05:16:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:16:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/11 05:16:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:16:33 DEBUG : YXBwbGU=: size = 5 OK 2026/08/11 05:16:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : apple: Unchanged skipping 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:33 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:33 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:33 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:33 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:33 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:33 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:33 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:33 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:33 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:33 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:33 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:33 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:33 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/11 05:16:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:16:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/11 05:16:33 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/11 05:16:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:16:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:16:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:16:33 DEBUG : Waiting for deletions to finish 2026/08/11 05:16:33 DEBUG : Waiting for deletions to finish 2026/08/11 05:16:34 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:34 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/11 05:16:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/11 05:16:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:35 DEBUG : apple: transformed to: YXBwbGU= 2026/08/11 05:16:35 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/11 05:16:35 DEBUG : banana: transformed to: YmFuYW5h 2026/08/11 05:16:35 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/11 05:16:35 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/11 05:16:35 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/11 05:16:35 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/11 05:16:35 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/11 05:16:35 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/11 05:16:35 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:16:47 DEBUG : dir1/0000-abcdefg.txt: md5 = 70ae09ee352a06be445fac38a7f2d8b4 OK 2026/08/11 05:16:49 DEBUG : dir1/0001-bcdefgh.txt: md5 = 34a990587ab48c8a1ff156da8a13f53a OK 2026/08/11 05:16:50 DEBUG : dir1/0002-cdefghi.txt: md5 = da7e9e1c86103d4c427cd07659c1cc92 OK 2026/08/11 05:16:52 DEBUG : dir1/0003-defghij.txt: md5 = edc2c3bae2280ffb2635bb6083e0fae9 OK 2026/08/11 05:16:53 DEBUG : dir1/0004-efghijk.txt: md5 = fe1bb79d6548150513a43c2070fc32a9 OK 2026/08/11 05:16:55 DEBUG : dir1/0005-fghijkl.txt: md5 = 08a249935eddf0740f5267e955bf4a96 OK 2026/08/11 05:16:56 DEBUG : dir1/0006-ghijklm.txt: md5 = de16b2f03d0facd7554f057f59665300 OK 2026/08/11 05:16:58 DEBUG : dir1/0007-1234567.txt: md5 = e9fe9f6ebf8cd4ff293a88f6a4c6937f OK 2026/08/11 05:16:59 DEBUG : dir1/0008-2345678.txt: md5 = d2003e774667a6c1b045eae1628831e8 OK 2026/08/11 05:17:01 DEBUG : dir1/0009-3456789.txt: md5 = ddf092f517d4a7dde58e5b6c3e69be7d OK 2026/08/11 05:17:02 DEBUG : dir1/0010-456789.txt: md5 = 0bdc5384fffb43b2a355d1a2cd630149 OK 2026/08/11 05:17:03 DEBUG : dir1/0011-56789;.txt: md5 = 3727e6d0e67a6341019aedf8ffe87189 OK 2026/08/11 05:17:05 DEBUG : dir1/0012-6789;.txt: md5 = c8c7cc7a51507a68eb01611f4d17f838 OK 2026/08/11 05:17:07 DEBUG : dir1/0013-789;=.txt: md5 = c1b680521296d65689a1085442a3d5ba OK 2026/08/11 05:17:08 DEBUG : dir1/0014-89;=.txt: md5 = 2d7ddded44639d28ae05ff6d4d29ec45 OK 2026/08/11 05:17:10 DEBUG : dir1/0015-9;=.txt: md5 = 6698264aa462cb0387a64ace01885475 OK 2026/08/11 05:17:11 DEBUG : apple: md5 = 74069896b0727370fb8bf7bfdc25023c OK 2026/08/11 05:17:12 DEBUG : banana: md5 = 1e5b3c21243df95f42bb5cbfff7fc22b OK 2026/08/11 05:17:14 DEBUG : appleappleapplebanana: md5 = 086236ee99d5a8f3d0a918bbab8ffe34 OK 2026/08/11 05:17:15 DEBUG : splitbananasplit: md5 = 7261d7975cbcdc13faff203e3f82bd38 OK 2026/08/11 05:17:15 DEBUG : Waiting for deletions to finish 2026/08/11 05:17:16 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:17:16 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:17:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:17 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 05:17:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:17 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 05:17:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:17 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 05:17:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:17 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:17 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:17 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/11 05:17:17 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:17 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/11 05:17:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/11 05:17:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/11 05:17:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/11 05:17:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/11 05:17:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/11 05:17:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/11 05:17:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/11 05:17:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/11 05:17:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/11 05:17:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/11 05:17:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/11 05:17:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/11 05:17:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/11 05:17:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/11 05:17:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/11 05:17:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:17:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:17:18 DEBUG : PREFIXsplitbananasplit: md5 = dad03b459f8b51c46cb3db2dcfe7ab0c OK 2026/08/11 05:17:18 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/11 05:17:18 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/11 05:17:18 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:18 DEBUG : PREFIXapple: md5 = 42122a81b714b6e3b9f9969c35027754 OK 2026/08/11 05:17:18 DEBUG : PREFIXapple: size = 5 OK 2026/08/11 05:17:18 INFO : apple: Copied (new) to: PREFIXapple 2026/08/11 05:17:18 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:18 DEBUG : PREFIXbanana: md5 = 30f865f5354bde1154216b3dc66578c1 OK 2026/08/11 05:17:18 DEBUG : PREFIXbanana: size = 6 OK 2026/08/11 05:17:18 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/11 05:17:18 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:18 DEBUG : PREFIXappleappleapplebanana: md5 = 7f14337fd3f6ff463955773a390db9cb OK 2026/08/11 05:17:18 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/11 05:17:18 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/11 05:17:18 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 5d30af1803a0b211375aaf2320d810f9 OK 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/11 05:17:20 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = b667906ebe20291fa32342e97452d8b4 OK 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/11 05:17:20 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = 7d8a0bf3361763eaf8a8cf650cd382df OK 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/11 05:17:20 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = 2457c2d2a5282bd6eff3a3711e039d42 OK 2026/08/11 05:17:20 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:17:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 085ee356fb7c3b1737ec5c114e4401a4 OK 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/11 05:17:21 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = 5d5053d3afc5ec8d8409a0c885ba8f96 OK 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/11 05:17:21 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:21 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 86b5ac86ef6bc696dff0d6920508c9ab OK 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/11 05:17:21 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:21 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 700ee177f248877f70d6493e77954478 OK 2026/08/11 05:17:21 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/11 05:17:21 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:21 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = c4685d339afdd8153426f39ec345e4a9 OK 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/11 05:17:23 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 7cb5d1b2ddce409ae7aecaa961c2ffe7 OK 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/11 05:17:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = e79f17a9384a8f8ef7f916838b1b852e OK 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/11 05:17:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0010-456789.txt: md5 = 5894660e2c0fcdbe8107625768eb8e76 OK 2026/08/11 05:17:23 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/11 05:17:23 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = fa644b93430b2f6e3b5e460484fe3a44 OK 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/11 05:17:24 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = ba653a55a122b1667a042ba92570fdc2 OK 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/11 05:17:24 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 9486c6adecb785d1fe157caffe93cba3 OK 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/11 05:17:24 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = d3ffdb0e7b948bb01ba254ffde96ba12 OK 2026/08/11 05:17:24 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/11 05:17:24 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:24 DEBUG : Waiting for deletions to finish 2026/08/11 05:17:25 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 05:17:25 INFO : apple: Deleted 2026/08/11 05:17:25 INFO : appleappleapplebanana: Deleted 2026/08/11 05:17:25 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 05:17:25 INFO : banana: Deleted 2026/08/11 05:17:25 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 05:17:25 INFO : splitbananasplit: Deleted 2026/08/11 05:17:25 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 05:17:25 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 05:17:25 DEBUG : Waiting for deletions to finish 2026/08/11 05:17:26 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : apple: transformed to: PREFIXapple 2026/08/11 05:17:26 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/11 05:17:26 DEBUG : banana: transformed to: PREFIXbanana 2026/08/11 05:17:26 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/11 05:17:26 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/11 05:17:26 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/11 05:17:26 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/11 05:17:26 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/11 05:17:26 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/11 05:17:26 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/11 05:17:26 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/11 05:17:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/11 05:17:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/11 05:17:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/11 05:17:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/11 05:17:26 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/11 05:17:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/11 05:17:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/11 05:17:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/11 05:17:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/11 05:17:27 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1: Directory modification time the same (differ by -72.49µs, within tolerance 1ms) 2026/08/11 05:17:27 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:17:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:17:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:17:28 DEBUG : appleappleapplebanana: md5 = 5ee514564ebf422a53af12ce72a0f33d OK 2026/08/11 05:17:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:17:28 INFO : appleappleapplebanana: Copied (new) 2026/08/11 05:17:28 DEBUG : banana: md5 = 26151a78ff4800c35409d64153171b87 OK 2026/08/11 05:17:28 DEBUG : banana: size = 6 OK 2026/08/11 05:17:28 INFO : banana: Copied (new) 2026/08/11 05:17:28 DEBUG : splitbananasplit: md5 = 539a8f4bbb04a14016f49b8836abf8b7 OK 2026/08/11 05:17:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:17:28 INFO : splitbananasplit: Copied (new) 2026/08/11 05:17:28 DEBUG : apple: md5 = bd08d0613af2468107c01efda7310209 OK 2026/08/11 05:17:28 DEBUG : apple: size = 5 OK 2026/08/11 05:17:28 INFO : apple: Copied (new) 2026/08/11 05:17:29 DEBUG : dir1/0002-cdefghi.txt: md5 = af15c9d692ff011c412e32e44ee6d7fe OK 2026/08/11 05:17:29 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:17:29 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/11 05:17:30 DEBUG : dir1/0003-defghij.txt: md5 = 0eb1a055e708c4c33aba02b20b375fbd OK 2026/08/11 05:17:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:17:30 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/11 05:17:30 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8180d669a02826b67ff8696f7aa5ab22 OK 2026/08/11 05:17:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:17:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/11 05:17:30 DEBUG : dir1/0000-abcdefg.txt: md5 = 0ee062b67197c44266af8d8cdb831cc3 OK 2026/08/11 05:17:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:17:30 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/11 05:17:31 DEBUG : dir1/0004-efghijk.txt: md5 = 1d1bd9772e84b4ee96253ec434cc0392 OK 2026/08/11 05:17:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:17:31 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/11 05:17:31 DEBUG : dir1/0006-ghijklm.txt: md5 = 58b936259a7849733e9d15520863ea0b OK 2026/08/11 05:17:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:17:31 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/11 05:17:31 DEBUG : dir1/0005-fghijkl.txt: md5 = 98dbc360cef63b4507fd689bec60560e OK 2026/08/11 05:17:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:17:31 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/11 05:17:31 DEBUG : dir1/0007-1234567.txt: md5 = 4efeccdda2671e200d0fa9540fd84ff8 OK 2026/08/11 05:17:31 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:17:31 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/11 05:17:32 DEBUG : dir1/0010-456789.txt: md5 = 38c397c9c385f2c8512b2ec2f4f4a6af OK 2026/08/11 05:17:32 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:17:32 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/11 05:17:32 DEBUG : dir1/0008-2345678.txt: md5 = bf87dd9d3e0c2643eda611acc587d094 OK 2026/08/11 05:17:32 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:17:32 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/11 05:17:32 DEBUG : dir1/0011-56789;.txt: md5 = 792337a824dedb50719bc2abbc382a09 OK 2026/08/11 05:17:32 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:17:32 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/11 05:17:32 DEBUG : dir1/0009-3456789.txt: md5 = d1f5acb09884adf958e3440e300c553c OK 2026/08/11 05:17:32 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:17:32 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/11 05:17:34 DEBUG : dir1/0014-89;=.txt: md5 = 177d32ce5df0a3cd8ff75e57b53c5d00 OK 2026/08/11 05:17:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:17:34 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/11 05:17:34 DEBUG : dir1/0012-6789;.txt: md5 = eab794daf7abf2ae59d60ce3d441f50f OK 2026/08/11 05:17:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:17:34 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/11 05:17:34 DEBUG : dir1/0013-789;=.txt: md5 = 9ed824135e4c92b1890993c100d61403 OK 2026/08/11 05:17:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:17:34 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/11 05:17:34 DEBUG : dir1/0015-9;=.txt: md5 = bc4d91f55beaf04ef5ae88f415dda0a4 OK 2026/08/11 05:17:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:17:34 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/11 05:17:34 DEBUG : Waiting for deletions to finish 2026/08/11 05:17:34 INFO : PREFIXsplitbananasplit: Deleted 2026/08/11 05:17:34 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/11 05:17:34 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/11 05:17:34 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/11 05:17:34 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/11 05:17:34 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/11 05:17:34 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/11 05:17:34 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/11 05:17:35 INFO : PREFIXapple: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/11 05:17:35 INFO : PREFIXbanana: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/11 05:17:35 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/11 05:17:35 DEBUG : Waiting for deletions to finish 2026/08/11 05:17:36 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:17:36 DEBUG : Waiting for deletions to finish 2026/08/11 05:17:37 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:17:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:17:50 DEBUG : dir1/0000-abcdefg.txt: md5 = 4244a68e3486128c9c0e18eb0a573683 OK 2026/08/11 05:17:51 DEBUG : dir1/0001-bcdefgh.txt: md5 = c6e11ac2ec23065caf9e26652890df23 OK 2026/08/11 05:17:53 DEBUG : dir1/0002-cdefghi.txt: md5 = 91a6a400989df350323d5effbe291051 OK 2026/08/11 05:17:54 DEBUG : dir1/0003-defghij.txt: md5 = 4e357a1c4cae6080fcac69a11ca13738 OK 2026/08/11 05:17:56 DEBUG : dir1/0004-efghijk.txt: md5 = f692a61673d5cdaebd4f1dcd76482e76 OK 2026/08/11 05:17:57 DEBUG : dir1/0005-fghijkl.txt: md5 = 953dfd74b3dbe7a210c0360e58ee3e41 OK 2026/08/11 05:17:59 DEBUG : dir1/0006-ghijklm.txt: md5 = 6194586d6ec762a858f74fd870394d08 OK 2026/08/11 05:18:00 DEBUG : dir1/0007-1234567.txt: md5 = aa6b001f377fb3ebe99476a068ad3871 OK 2026/08/11 05:18:02 DEBUG : dir1/0008-2345678.txt: md5 = 445939505d6c70d426fadc746d00f347 OK 2026/08/11 05:18:03 DEBUG : dir1/0009-3456789.txt: md5 = d9e1dd48178d7b40a22c8f77d217dcd8 OK 2026/08/11 05:18:05 DEBUG : dir1/0010-456789.txt: md5 = 443c41fdc30ac78275beee99ab013027 OK 2026/08/11 05:18:07 DEBUG : dir1/0011-56789;.txt: md5 = 14b83438e7c4dee91d5abbce304263c2 OK 2026/08/11 05:18:08 DEBUG : dir1/0012-6789;.txt: md5 = c7d32bd3ed5a1e50ca87be739895cb90 OK 2026/08/11 05:18:10 DEBUG : dir1/0013-789;=.txt: md5 = c661258e8741e4c45150f8b86746b959 OK 2026/08/11 05:18:11 DEBUG : dir1/0014-89;=.txt: md5 = e235ae685406802aaa0a75bb38102607 OK 2026/08/11 05:18:13 DEBUG : dir1/0015-9;=.txt: md5 = 032a5ca69e76be4d84aa80185d072e95 OK 2026/08/11 05:18:14 DEBUG : apple: md5 = 1774ff645d0d6f5998ad4937f26d9ca6 OK 2026/08/11 05:18:16 DEBUG : banana: md5 = 1711379d74778595cf28ccd74aaf1c41 OK 2026/08/11 05:18:17 DEBUG : appleappleapplebanana: md5 = c3e98729f2275dbfbe70f13cfeb86130 OK 2026/08/11 05:18:18 DEBUG : splitbananasplit: md5 = 7b8a95e04c521ac6f84b7d7a52895491 OK 2026/08/11 05:18:18 DEBUG : Waiting for deletions to finish 2026/08/11 05:18:19 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:18:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:20 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:20 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:20 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:20 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:20 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:18:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/11 05:18:20 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:18:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:18:21 DEBUG : bananaSUFFIX: md5 = 830f6a5a4836d95a0be0b3863d3adf8a OK 2026/08/11 05:18:21 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/11 05:18:21 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/11 05:18:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:21 DEBUG : appleappleapplebananaSUFFIX: md5 = 2ed8a5a5c784ec01ae64f0ec65aa39fa OK 2026/08/11 05:18:21 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/11 05:18:21 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/11 05:18:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:21 DEBUG : appleSUFFIX: md5 = 14e797599f8679bc1e6c00b4220d94f6 OK 2026/08/11 05:18:21 DEBUG : appleSUFFIX: size = 5 OK 2026/08/11 05:18:21 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/11 05:18:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:22 DEBUG : splitbananasplitSUFFIX: md5 = 8d0d216efacdb0e533e7a9081b2180e3 OK 2026/08/11 05:18:22 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/11 05:18:22 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/11 05:18:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:22 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 3d9670e6f66a28028fa52877e54766f9 OK 2026/08/11 05:18:22 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/11 05:18:22 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:22 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = bcf731d5283474d1305f5d01816e2293 OK 2026/08/11 05:18:22 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/11 05:18:22 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:23 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 40ef0b98ae2f03fb4b12496ce2b41a21 OK 2026/08/11 05:18:23 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/11 05:18:23 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:23 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 65439f5e3b74b11ff564aa8a6cd553b9 OK 2026/08/11 05:18:23 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/11 05:18:23 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:24 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = d7cbb510d215f40bb25fc225e17403f6 OK 2026/08/11 05:18:24 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/11 05:18:24 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:24 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 5dddcffe6e76738635a8922eafd22fbb OK 2026/08/11 05:18:24 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/11 05:18:24 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:24 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 3e45f7f71755d475073da3dcc7290b3d OK 2026/08/11 05:18:24 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/11 05:18:24 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:25 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = 3348d6c6f797966d520caf2b031e6d2f OK 2026/08/11 05:18:25 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/11 05:18:25 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:25 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = 798cf62e1977fb512c06a3cb77735571 OK 2026/08/11 05:18:25 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/11 05:18:25 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:25 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = c076fd1f4a9da9b546a99ec072771e76 OK 2026/08/11 05:18:25 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/11 05:18:25 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:26 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = f54dd9cb9d21f35c50b891aa2c13c187 OK 2026/08/11 05:18:26 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/11 05:18:26 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:26 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = 4fcd4f16424163043bc8269123bc033b OK 2026/08/11 05:18:26 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/11 05:18:26 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:27 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 87a8578daec26b4fb7acd7982eb27350 OK 2026/08/11 05:18:27 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/11 05:18:27 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:27 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 2ca84e87ecf620f2f82be5dd2d53a765 OK 2026/08/11 05:18:27 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/11 05:18:27 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:27 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = a11119760ac129b8f1cde63ae92c5997 OK 2026/08/11 05:18:27 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/11 05:18:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:27 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = e0ceecc44c6466fa9c4320e340b77dbc OK 2026/08/11 05:18:27 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/11 05:18:27 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:27 DEBUG : Waiting for deletions to finish 2026/08/11 05:18:28 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 05:18:28 INFO : splitbananasplit: Deleted 2026/08/11 05:18:28 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 05:18:28 INFO : banana: Deleted 2026/08/11 05:18:28 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 05:18:28 INFO : appleappleapplebanana: Deleted 2026/08/11 05:18:28 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 05:18:28 INFO : apple: Deleted 2026/08/11 05:18:28 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 05:18:28 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 05:18:29 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 05:18:29 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 05:18:29 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 05:18:29 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 05:18:29 DEBUG : Waiting for deletions to finish 2026/08/11 05:18:29 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:29 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : apple: transformed to: appleSUFFIX 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/11 05:18:30 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/11 05:18:30 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/11 05:18:30 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1: Directory modification time the same (differ by -908.379µs, within tolerance 1ms) 2026/08/11 05:18:30 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:18:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:18:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:18:31 DEBUG : apple: md5 = 710b9577294c3dc2e0db53535d8cf520 OK 2026/08/11 05:18:31 DEBUG : apple: size = 5 OK 2026/08/11 05:18:31 INFO : apple: Copied (new) 2026/08/11 05:18:31 DEBUG : banana: md5 = 99bc223a6b66662b30e3190d7fc9177f OK 2026/08/11 05:18:31 DEBUG : banana: size = 6 OK 2026/08/11 05:18:31 INFO : banana: Copied (new) 2026/08/11 05:18:31 DEBUG : splitbananasplit: md5 = 4250fdffbe43de5fcfdb633cfee9d1e3 OK 2026/08/11 05:18:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:18:31 INFO : splitbananasplit: Copied (new) 2026/08/11 05:18:31 DEBUG : appleappleapplebanana: md5 = 5c0470f85d33f2a4de61fcab9eb7dbbe OK 2026/08/11 05:18:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:18:31 INFO : appleappleapplebanana: Copied (new) 2026/08/11 05:18:33 DEBUG : dir1/0000-abcdefg.txt: md5 = f0216a10bb58bd4da2dd0b055044de49 OK 2026/08/11 05:18:33 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:18:33 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/11 05:18:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = d99d00c25550025f96debfa0af9baa24 OK 2026/08/11 05:18:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:18:33 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/11 05:18:33 DEBUG : dir1/0002-cdefghi.txt: md5 = 240a9f0ac1296bb2a6f0395125d00f40 OK 2026/08/11 05:18:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:18:33 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/11 05:18:33 DEBUG : dir1/0003-defghij.txt: md5 = 6636857bb7349d3df1621de4483df14c OK 2026/08/11 05:18:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:18:33 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/11 05:18:34 DEBUG : dir1/0004-efghijk.txt: md5 = 60bebcc10ba12f1a7b6c7b86e5c2cc8d OK 2026/08/11 05:18:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:18:34 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/11 05:18:34 DEBUG : dir1/0005-fghijkl.txt: md5 = 29ac7f3b5e2a74ab5abdaa4d2959137d OK 2026/08/11 05:18:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:18:34 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/11 05:18:34 DEBUG : dir1/0006-ghijklm.txt: md5 = 1952f88abd0efa49c45a79267c958dda OK 2026/08/11 05:18:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:18:34 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/11 05:18:34 DEBUG : dir1/0007-1234567.txt: md5 = 65ee882acfb5404e1c776ad6c6a61043 OK 2026/08/11 05:18:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:18:34 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/11 05:18:35 DEBUG : dir1/0008-2345678.txt: md5 = 14337fc8903bc3385baf51004f9829e6 OK 2026/08/11 05:18:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:18:35 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/11 05:18:35 DEBUG : dir1/0010-456789.txt: md5 = 097ac95a955a608bb11794bf30e88cb8 OK 2026/08/11 05:18:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:18:35 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/11 05:18:36 DEBUG : dir1/0009-3456789.txt: md5 = 1344c954db4adf8c8a08b4172b0784c6 OK 2026/08/11 05:18:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:18:36 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/11 05:18:36 DEBUG : dir1/0011-56789;.txt: md5 = 513eb696e90e069abe9f3140b93baaf0 OK 2026/08/11 05:18:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:18:36 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/11 05:18:37 DEBUG : dir1/0012-6789;.txt: md5 = 8e188f69b45c02828595f0b404117c48 OK 2026/08/11 05:18:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:18:37 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/11 05:18:37 DEBUG : dir1/0014-89;=.txt: md5 = c1934e77d7d34571f80aee04c3f481a1 OK 2026/08/11 05:18:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:18:37 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/11 05:18:37 DEBUG : dir1/0013-789;=.txt: md5 = 45eaafff93dc2db3820bb13faa629967 OK 2026/08/11 05:18:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:18:37 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/11 05:18:37 DEBUG : dir1/0015-9;=.txt: md5 = 7937ee544ee96b57394a5eecb51718db OK 2026/08/11 05:18:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:18:37 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/11 05:18:37 DEBUG : Waiting for deletions to finish 2026/08/11 05:18:38 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : bananaSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : splitbananasplitSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : appleSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/11 05:18:38 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/11 05:18:38 DEBUG : Waiting for deletions to finish 2026/08/11 05:18:39 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:18:39 DEBUG : Waiting for deletions to finish 2026/08/11 05:18:40 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:18:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:18:53 DEBUG : dir1/0000-abcdefg.txt: md5 = 23b8b09fbd2f65ae00904f2566e883b0 OK 2026/08/11 05:18:55 DEBUG : dir1/0001-bcdefgh.txt: md5 = de28d040ba9a3bb7213f1ed5bc0f0e1c OK 2026/08/11 05:18:56 DEBUG : dir1/0002-cdefghi.txt: md5 = 4087af8c35f50874a6c86c577cf82058 OK 2026/08/11 05:18:58 DEBUG : dir1/0003-defghij.txt: md5 = dae7ebd996981d336f1f1a19516b555f OK 2026/08/11 05:18:59 DEBUG : dir1/0004-efghijk.txt: md5 = 7d14c870797eaf2580f7dede4964cf62 OK 2026/08/11 05:19:01 DEBUG : dir1/0005-fghijkl.txt: md5 = 0b65993ce6707913eacf6f4405bda4be OK 2026/08/11 05:19:02 DEBUG : dir1/0006-ghijklm.txt: md5 = c9f815f5e5cf621206931b1eefc0112e OK 2026/08/11 05:19:03 DEBUG : dir1/0007-1234567.txt: md5 = a189e45b5895dd0c46d2b3207c28bb23 OK 2026/08/11 05:19:05 DEBUG : dir1/0008-2345678.txt: md5 = 4ba7a6df849a10c2193c734a28a97f18 OK 2026/08/11 05:19:06 DEBUG : dir1/0009-3456789.txt: md5 = 369f0a73be42e53c0715d385f189788a OK 2026/08/11 05:19:08 DEBUG : dir1/0010-456789.txt: md5 = 85b737e81d841f37ef1da4cb2a0f8246 OK 2026/08/11 05:19:09 DEBUG : dir1/0011-56789;.txt: md5 = 7ea3f0ab7d93a71090a3f95406c7782e OK 2026/08/11 05:19:11 DEBUG : dir1/0012-6789;.txt: md5 = 001762c22f2b5d12a48d3c305b5e1b5a OK 2026/08/11 05:19:12 DEBUG : dir1/0013-789;=.txt: md5 = 7197bf16fcea0312606b227153f5db01 OK 2026/08/11 05:19:14 DEBUG : dir1/0014-89;=.txt: md5 = c4eb8fc9caff3766c1c075e572bab929 OK 2026/08/11 05:19:15 DEBUG : dir1/0015-9;=.txt: md5 = 03d87a23e08d94d7764c518a0ab1a763 OK 2026/08/11 05:19:17 DEBUG : apple: md5 = 5c9e4ba2a03db2f370e305a16b990de4 OK 2026/08/11 05:19:18 DEBUG : banana: md5 = e85aa08b2dc86ddd8ded2fa19c1f2d3c OK 2026/08/11 05:19:20 DEBUG : appleappleapplebanana: md5 = 91fae7bd2d576ed6ae98797ddee23b9d OK 2026/08/11 05:19:21 DEBUG : splitbananasplit: md5 = 831ce3f4873eb13e737fc55ec15c03e0 OK 2026/08/11 05:19:21 DEBUG : Waiting for deletions to finish 2026/08/11 05:19:21 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:19:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:19:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/11 05:19:22 DEBUG : apple: size = 5 OK 2026/08/11 05:19:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:22 DEBUG : apple: Unchanged skipping 2026/08/11 05:19:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:22 DEBUG : banana: size = 6 OK 2026/08/11 05:19:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:22 DEBUG : banana: Unchanged skipping 2026/08/11 05:19:23 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:19:23 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:23 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:23 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:23 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:23 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:23 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:23 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:23 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:23 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:23 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:23 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:23 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:23 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:23 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:23 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:23 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:23 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:23 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:23 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 05:19:23 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/11 05:19:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:19:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:19:24 DEBUG : appleapple: md5 = 3b1f18035b0e6cc90b437a871ae0b0df OK 2026/08/11 05:19:24 DEBUG : appleapple: size = 21 OK 2026/08/11 05:19:24 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/11 05:19:24 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:24 DEBUG : splitbanan: md5 = ef708e3d17595ae258836d5b6257e527 OK 2026/08/11 05:19:24 DEBUG : splitbanan: size = 16 OK 2026/08/11 05:19:24 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/11 05:19:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:24 DEBUG : dir1/0000-abcde: md5 = a7de0c105bae576914edcfaaf4ca98ce OK 2026/08/11 05:19:24 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/11 05:19:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/11 05:19:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:24 DEBUG : dir1/0001-bcdef: md5 = 0d012c076e2933f4b0e4bbfe7d7c9944 OK 2026/08/11 05:19:24 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/11 05:19:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/11 05:19:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:25 DEBUG : dir1/0002-cdefg: md5 = 0ecd01637267cd7f09f7ce1eea84f1a2 OK 2026/08/11 05:19:25 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/11 05:19:25 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/11 05:19:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:26 DEBUG : dir1/0005-fghij: md5 = ea0c5e1d8e174d9e34899a3c94cac1ff OK 2026/08/11 05:19:26 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/11 05:19:26 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/11 05:19:26 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:26 DEBUG : dir1/0003-defgh: md5 = 386733f79b0adde5a5b7ac356c307a08 OK 2026/08/11 05:19:26 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/11 05:19:26 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/11 05:19:26 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:26 DEBUG : dir1/0004-efghi: md5 = 558968429e1ef6b06f0a2db7ad58d668 OK 2026/08/11 05:19:26 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/11 05:19:26 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/11 05:19:26 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:27 DEBUG : dir1/0006-ghijk: md5 = f27f452fa2f4d62ceb462f288a294066 OK 2026/08/11 05:19:27 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/11 05:19:27 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/11 05:19:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:27 DEBUG : dir1/0008-23456: md5 = c331dbdc86cb96dc31e78fc6ede034ab OK 2026/08/11 05:19:27 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/11 05:19:27 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/11 05:19:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:27 DEBUG : dir1/0007-12345: md5 = db89227bb26c1647f34af1384ac0a60d OK 2026/08/11 05:19:27 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/11 05:19:27 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/11 05:19:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:27 DEBUG : dir1/0009-34567: md5 = 76963ac0cd9e8fae4ddcf5f4dd1ef378 OK 2026/08/11 05:19:27 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/11 05:19:27 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/11 05:19:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:28 DEBUG : dir1/0010-45678: md5 = f7ab5c33c3e1822cb0d5a886410a1725 OK 2026/08/11 05:19:28 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/11 05:19:28 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/11 05:19:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:29 DEBUG : dir1/0011-56789: md5 = 423d8ee92d60211f0ec733eedda1fb7f OK 2026/08/11 05:19:29 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/11 05:19:29 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/11 05:19:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:29 DEBUG : dir1/0012-6789;: md5 = 3f0a70c6a16f9410c75942d37f64ac85 OK 2026/08/11 05:19:29 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/11 05:19:29 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/11 05:19:29 DEBUG : dir1/0013-789;=: md5 = 5e744015a98002156b0c55cc5a1fa752 OK 2026/08/11 05:19:29 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/11 05:19:29 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/11 05:19:29 DEBUG : dir1/0014-89;=.: md5 = c8df2bc629c63bd1f891daef8f30d866 OK 2026/08/11 05:19:29 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/11 05:19:29 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/11 05:19:30 DEBUG : dir1/0015-9;=.t: md5 = ab8669a5013e448da485e2270116c99f OK 2026/08/11 05:19:30 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/11 05:19:30 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/11 05:19:30 DEBUG : Waiting for deletions to finish 2026/08/11 05:19:30 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/11 05:19:30 INFO : dir1/0008-2345678.txt: Deleted 2026/08/11 05:19:30 INFO : dir1/0012-6789;.txt: Deleted 2026/08/11 05:19:30 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/11 05:19:30 INFO : appleappleapplebanana: Deleted 2026/08/11 05:19:30 INFO : dir1/0010-456789.txt: Deleted 2026/08/11 05:19:30 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/11 05:19:30 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0013-789;=.txt: Deleted 2026/08/11 05:19:31 INFO : splitbananasplit: Deleted 2026/08/11 05:19:31 INFO : dir1/0003-defghij.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0009-3456789.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0015-9;=.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0014-89;=.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0007-1234567.txt: Deleted 2026/08/11 05:19:31 INFO : dir1/0011-56789;.txt: Deleted 2026/08/11 05:19:31 DEBUG : Waiting for deletions to finish 2026/08/11 05:19:32 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : appleapple: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:32 DEBUG : dir1: Directory modification time the same (differ by -737.333µs, within tolerance 1ms) 2026/08/11 05:19:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:32 DEBUG : apple: size = 5 OK 2026/08/11 05:19:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:32 DEBUG : apple: Unchanged skipping 2026/08/11 05:19:32 DEBUG : appleapple: size = 21 OK 2026/08/11 05:19:32 DEBUG : banana: size = 6 OK 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:19:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:32 DEBUG : banana: Unchanged skipping 2026/08/11 05:19:32 DEBUG : splitbanan: size = 16 OK 2026/08/11 05:19:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:32 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 05:19:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/11 05:19:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/11 05:19:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/11 05:19:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/11 05:19:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/11 05:19:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/11 05:19:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/11 05:19:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/11 05:19:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/11 05:19:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/11 05:19:33 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/11 05:19:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/11 05:19:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/11 05:19:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/11 05:19:33 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/11 05:19:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/11 05:19:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/11 05:19:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/11 05:19:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/11 05:19:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/11 05:19:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/11 05:19:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/11 05:19:33 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/11 05:19:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/11 05:19:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:19:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:19:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:19:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:19:33 DEBUG : Waiting for deletions to finish 2026/08/11 05:19:33 DEBUG : Waiting for deletions to finish 2026/08/11 05:19:33 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : appleapple: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/11 05:19:33 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/11 05:19:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:34 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/11 05:19:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/11 05:19:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/11 05:19:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/11 05:19:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/11 05:19:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/11 05:19:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/11 05:19:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/11 05:19:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/11 05:19:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/11 05:19:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/11 05:19:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/11 05:19:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/11 05:19:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/11 05:19:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/11 05:19:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/11 05:19:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/11 05:19:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/11 05:19:34 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:19:46 DEBUG : dir1/0000-abcdefg.txt: md5 = e3124e1657244730140b775fa90b1217 OK 2026/08/11 05:19:47 DEBUG : dir1/0001-bcdefgh.txt: md5 = de82f466583cdf40adaea821f4e5f59b OK 2026/08/11 05:19:49 DEBUG : dir1/0002-cdefghi.txt: md5 = 41d0a9a3905e2e1c0703dc74ae2a717a OK 2026/08/11 05:19:50 DEBUG : dir1/0003-defghij.txt: md5 = bfbf1b88929b90b58dba877f446591de OK 2026/08/11 05:19:52 DEBUG : dir1/0004-efghijk.txt: md5 = 26efd1ccd4e6e16018ca27f5fa76c693 OK 2026/08/11 05:19:53 DEBUG : dir1/0005-fghijkl.txt: md5 = e298e05332cee7837df47b42aa4eccd9 OK 2026/08/11 05:19:54 DEBUG : dir1/0006-ghijklm.txt: md5 = 73f050c2e6ec113a065138228d407f41 OK 2026/08/11 05:19:56 DEBUG : dir1/0007-1234567.txt: md5 = 13bb10acd4ae3f7386eb3b603302d83b OK 2026/08/11 05:19:57 DEBUG : dir1/0008-2345678.txt: md5 = 48eb7e474e542d56ba6e46b797f5ee8f OK 2026/08/11 05:19:59 DEBUG : dir1/0009-3456789.txt: md5 = 29637680337e843b0fe382e72a2d0b42 OK 2026/08/11 05:20:00 DEBUG : dir1/0010-456789.txt: md5 = d1ea9c805cd22fb97541b4b97c5f81bd OK 2026/08/11 05:20:01 DEBUG : dir1/0011-56789;.txt: md5 = 13992ac3d5b470db756681d2492241f1 OK 2026/08/11 05:20:03 DEBUG : dir1/0012-6789;.txt: md5 = 277480d7fb59aa25c21d95db5bb27b2f OK 2026/08/11 05:20:04 DEBUG : dir1/0013-789;=.txt: md5 = 58d31354f253da1daef9ee346eaaeb1d OK 2026/08/11 05:20:06 DEBUG : dir1/0014-89;=.txt: md5 = 69dd51ad4223d009cdc95e22fae8f87d OK 2026/08/11 05:20:07 DEBUG : dir1/0015-9;=.txt: md5 = bad715bb03a85f2a403b4155e3f25d93 OK 2026/08/11 05:20:09 DEBUG : apple: md5 = 064db7ca8d53bfa07b01b9a100b97e1f OK 2026/08/11 05:20:10 DEBUG : banana: md5 = 7833d63839d739e9d07ef2e221fd624b OK 2026/08/11 05:20:11 DEBUG : appleappleapplebanana: md5 = 40e542407f052a6ac62832a7104c8eff OK 2026/08/11 05:20:13 DEBUG : splitbananasplit: md5 = 4a781e2a38e2f6495480dfe5688db84b OK 2026/08/11 05:20:13 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:13 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:20:13 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:20:14 DEBUG : apple: size = 5 OK 2026/08/11 05:20:14 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:14 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:20:14 DEBUG : apple: Unchanged skipping 2026/08/11 05:20:14 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:14 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:20:14 DEBUG : banana: size = 6 OK 2026/08/11 05:20:14 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:14 DEBUG : banana: Unchanged skipping 2026/08/11 05:20:15 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:20:15 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:20:15 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:20:15 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:20:15 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:20:15 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:20:15 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:20:15 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:20:15 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:20:15 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:20:15 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:15 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:20:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:20:15 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:15 INFO : There was nothing to transfer 2026/08/11 05:20:15 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:15 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:20:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:20:16 DEBUG : dir1: Directory modification time the same (differ by -420.873µs, within tolerance 1ms) 2026/08/11 05:20:16 DEBUG : apple: size = 5 OK 2026/08/11 05:20:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:16 DEBUG : apple: Unchanged skipping 2026/08/11 05:20:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:20:16 DEBUG : banana: size = 6 OK 2026/08/11 05:20:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:16 DEBUG : banana: Unchanged skipping 2026/08/11 05:20:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:20:16 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:20:16 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:16 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:20:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:20:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:20:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:20:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:20:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:20:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:20:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:20:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:20:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:20:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:20:17 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:17 INFO : There was nothing to transfer 2026/08/11 05:20:17 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:17 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:20:17 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:18 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:20:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:20:32 DEBUG : dir1/0000-abcdefg.txt: md5 = ac9361276708bf2dd0353a00341ec039 OK 2026/08/11 05:20:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = 8db272015e9d32ebd02ff0bd3451feb9 OK 2026/08/11 05:20:35 DEBUG : dir1/0002-cdefghi.txt: md5 = cbd6cb17ef967741bf3f18ebd24fcfb9 OK 2026/08/11 05:20:36 DEBUG : dir1/0003-defghij.txt: md5 = 8108164a058c1c17e9c9dd978ac078ed OK 2026/08/11 05:20:37 DEBUG : dir1/0004-efghijk.txt: md5 = 5729cb8f77716e746558bd0ae28a9afd OK 2026/08/11 05:20:39 DEBUG : dir1/0005-fghijkl.txt: md5 = 7671528dff48f6077859fa2943d0094a OK 2026/08/11 05:20:40 DEBUG : dir1/0006-ghijklm.txt: md5 = 465f9b0519cf9aa7e55c17ea29a68d30 OK 2026/08/11 05:20:42 DEBUG : dir1/0007-1234567.txt: md5 = f70db01ac0a0bd59b3dfd92b0c9ea403 OK 2026/08/11 05:20:43 DEBUG : dir1/0008-2345678.txt: md5 = efb1b559baeeb6ee87309b841c3d9c10 OK 2026/08/11 05:20:45 DEBUG : dir1/0009-3456789.txt: md5 = f0dc3357cf97963c531a489d8daa2fdf OK 2026/08/11 05:20:46 DEBUG : dir1/0010-456789.txt: md5 = 739f324db2ff652fbcfe57acbb8e995b OK 2026/08/11 05:20:48 DEBUG : dir1/0011-56789;.txt: md5 = 0d020abf6e4ba790be49127b1b9e080d OK 2026/08/11 05:20:49 DEBUG : dir1/0012-6789;.txt: md5 = 99480a51be10e91ebe3045271813d229 OK 2026/08/11 05:20:50 DEBUG : dir1/0013-789;=.txt: md5 = a2c693faa838e3c7ae9ecea2158138fb OK 2026/08/11 05:20:52 DEBUG : dir1/0014-89;=.txt: md5 = d59f640ea75bfa4495f7481d440d71e3 OK 2026/08/11 05:20:53 DEBUG : dir1/0015-9;=.txt: md5 = b9669ff553119f3e4f4b4b8569699c5c OK 2026/08/11 05:20:55 DEBUG : apple: md5 = ad90e4c19cd5193493a7f164ab231b35 OK 2026/08/11 05:20:56 DEBUG : banana: md5 = 9abbe3653f3a880958b802c00cbbba2e OK 2026/08/11 05:20:57 DEBUG : appleappleapplebanana: md5 = 656872e249c5ac0840ce778ce1320b1c OK 2026/08/11 05:20:59 DEBUG : splitbananasplit: md5 = a93886feabdc55a3108b96af69c76b76 OK 2026/08/11 05:20:59 DEBUG : Waiting for deletions to finish 2026/08/11 05:20:59 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:20:59 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:21:00 DEBUG : apple: size = 5 OK 2026/08/11 05:21:00 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:00 DEBUG : apple: Unchanged skipping 2026/08/11 05:21:00 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:21:00 DEBUG : banana: size = 6 OK 2026/08/11 05:21:00 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:00 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:00 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:21:00 DEBUG : banana: Unchanged skipping 2026/08/11 05:21:01 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:21:01 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:21:01 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:21:01 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:21:01 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:21:01 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:21:01 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:21:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:21:01 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:21:01 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:21:01 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:01 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:21:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:21:01 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:01 INFO : There was nothing to transfer 2026/08/11 05:21:01 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:01 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:21:01 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:21:02 DEBUG : dir1: Directory modification time the same (differ by -29.96µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : apple: size = 5 OK 2026/08/11 05:21:02 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : apple: Unchanged skipping 2026/08/11 05:21:02 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:21:02 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:21:02 DEBUG : banana: size = 6 OK 2026/08/11 05:21:02 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : banana: Unchanged skipping 2026/08/11 05:21:02 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:21:02 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:21:02 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:21:02 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:21:02 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:21:02 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:21:02 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:21:02 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:21:02 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:02 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:21:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:21:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:21:02 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:02 INFO : There was nothing to transfer 2026/08/11 05:21:02 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:03 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:21:03 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:21:08 DEBUG : TestDrive: Token expired 2026/08/11 05:21:08 DEBUG : Config file has changed externally - reloading 2026/08/11 05:21:08 DEBUG : TestDrive: Loaded fresh token from config file 2026/08/11 05:21:08 DEBUG : TestDrive: Token refresh successful === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:21:16 DEBUG : dir1/0000-abcdefg.txt: md5 = 08625714eb7c93b5576d78d8ffe4c30e OK 2026/08/11 05:21:17 DEBUG : dir1/0001-bcdefgh.txt: md5 = a8a22ba1b72c9058a50d11b297b188c0 OK 2026/08/11 05:21:19 DEBUG : dir1/0002-cdefghi.txt: md5 = 43c7f602f1e558d0bda54bb04534cd08 OK 2026/08/11 05:21:20 DEBUG : dir1/0003-defghij.txt: md5 = 45c2594ded69c770ace8e1d45dc13ef3 OK 2026/08/11 05:21:22 DEBUG : dir1/0004-efghijk.txt: md5 = 19e8068dd9777fe7753c3f3480d925b8 OK 2026/08/11 05:21:23 DEBUG : dir1/0005-fghijkl.txt: md5 = 74f9e74fe5ebee5a25242726158df765 OK 2026/08/11 05:21:25 DEBUG : dir1/0006-ghijklm.txt: md5 = b22431829272e6cea0f06b365c00f6f1 OK 2026/08/11 05:21:26 DEBUG : dir1/0007-1234567.txt: md5 = 0e2e90516d4dc7ba4b37c80f0e077f44 OK 2026/08/11 05:21:28 DEBUG : dir1/0008-2345678.txt: md5 = dc34f5812d20fb5cde05fdbfafddb84e OK 2026/08/11 05:21:29 DEBUG : dir1/0009-3456789.txt: md5 = 16fd11035ac502b7c591db681103cc0b OK 2026/08/11 05:21:31 DEBUG : dir1/0010-456789.txt: md5 = ccef2c5f86225500e376bb21f26f68c4 OK 2026/08/11 05:21:32 DEBUG : dir1/0011-56789;.txt: md5 = 0e6d6fae3e5a2aa7ef08483fffe161bc OK 2026/08/11 05:21:34 DEBUG : dir1/0012-6789;.txt: md5 = 4e11eb951afc259b7125c348cb909fd1 OK 2026/08/11 05:21:35 DEBUG : dir1/0013-789;=.txt: md5 = a37540190bc11b8fe5d6d5304ba654c3 OK 2026/08/11 05:21:37 DEBUG : dir1/0014-89;=.txt: md5 = 6a4425a03e0fb9b63b40d0dead9291df OK 2026/08/11 05:21:38 DEBUG : dir1/0015-9;=.txt: md5 = fd8adb7a1948c153694caef2f44a0407 OK 2026/08/11 05:21:40 DEBUG : apple: md5 = 0677d65e99b4639eea56ffa8b79d00db OK 2026/08/11 05:21:41 DEBUG : banana: md5 = 88675e6d762f1d84244f1b15020f883b OK 2026/08/11 05:21:43 DEBUG : appleappleapplebanana: md5 = c938c09fa58f69dfb3cb4271c7dd14d0 OK 2026/08/11 05:21:44 DEBUG : splitbananasplit: md5 = 85aa71f889c101ddbf799ab0433898cc OK 2026/08/11 05:21:44 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:45 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:21:45 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:21:46 DEBUG : apple: size = 5 OK 2026/08/11 05:21:46 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:46 DEBUG : apple: Unchanged skipping 2026/08/11 05:21:46 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:21:46 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:46 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:21:46 DEBUG : banana: size = 6 OK 2026/08/11 05:21:46 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:46 DEBUG : banana: Unchanged skipping 2026/08/11 05:21:47 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:21:47 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:21:47 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:21:47 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:21:47 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:21:47 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:21:47 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:21:47 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:21:47 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:21:47 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:47 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:21:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:21:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:21:47 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:47 INFO : There was nothing to transfer 2026/08/11 05:21:47 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:47 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:21:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:21:48 DEBUG : apple: size = 5 OK 2026/08/11 05:21:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : apple: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1: Directory modification time the same (differ by -625.617µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:21:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:21:48 DEBUG : banana: size = 6 OK 2026/08/11 05:21:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : banana: Unchanged skipping 2026/08/11 05:21:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:21:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:21:48 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:21:48 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:21:48 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:21:48 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:21:48 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:21:48 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:21:48 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:21:48 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:21:48 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:21:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:21:48 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:48 INFO : There was nothing to transfer 2026/08/11 05:21:48 DEBUG : Waiting for deletions to finish 2026/08/11 05:21:49 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:21:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:22:03 DEBUG : dir1/0000-abcdefg.txt: md5 = eaddcb613b427e5bceaf042b9306ec5c OK 2026/08/11 05:22:04 DEBUG : dir1/0001-bcdefgh.txt: md5 = 5349c2faa9288a48d364f6801694b149 OK 2026/08/11 05:22:06 DEBUG : dir1/0002-cdefghi.txt: md5 = 5f8e8ae0aae58511c66de1e1ae9f043c OK 2026/08/11 05:22:08 DEBUG : dir1/0003-defghij.txt: md5 = 20d76e2dc478d46c608999778dab5af5 OK 2026/08/11 05:22:09 DEBUG : dir1/0004-efghijk.txt: md5 = c11b5d0fa44d465ec363685def1825f9 OK 2026/08/11 05:22:11 DEBUG : dir1/0005-fghijkl.txt: md5 = 90d2116a2398c130e3a69052594d54cd OK 2026/08/11 05:22:12 DEBUG : dir1/0006-ghijklm.txt: md5 = 8451de851ced7130fdb907d69b02ffc3 OK 2026/08/11 05:22:13 DEBUG : dir1/0007-1234567.txt: md5 = ce4a23be078d56fbb92230f3db10b7f2 OK 2026/08/11 05:22:15 DEBUG : dir1/0008-2345678.txt: md5 = 63e8265354cf34139678e9aeb672fef9 OK 2026/08/11 05:22:16 DEBUG : dir1/0009-3456789.txt: md5 = a53b266d7f8fe9d16313e7dce6cc8ee3 OK 2026/08/11 05:22:18 DEBUG : dir1/0010-456789.txt: md5 = 3c35d25bb38544bf67a06a3bafe6b897 OK 2026/08/11 05:22:19 DEBUG : dir1/0011-56789;.txt: md5 = 93c91109eb5ff3b350514791773ceecd OK 2026/08/11 05:22:21 DEBUG : dir1/0012-6789;.txt: md5 = 548d337387b5fe997898d10f45244fe0 OK 2026/08/11 05:22:22 DEBUG : dir1/0013-789;=.txt: md5 = 9ec3920a852fff11154c6cfe07c233e8 OK 2026/08/11 05:22:24 DEBUG : dir1/0014-89;=.txt: md5 = 12a40c8c35dc0d495d88d7aa5a3974c1 OK 2026/08/11 05:22:25 DEBUG : dir1/0015-9;=.txt: md5 = f58db3c899dc27a18598c6a6ef9fc7e9 OK 2026/08/11 05:22:27 DEBUG : apple: md5 = 9b0aab58dde6b51e8148cb7363918cd2 OK 2026/08/11 05:22:28 DEBUG : banana: md5 = 3a897ff0b32d4d105ab01bdba00fcbbc OK 2026/08/11 05:22:30 DEBUG : appleappleapplebanana: md5 = c31f483a34dc493cd9b9439bde7bd23e OK 2026/08/11 05:22:32 DEBUG : splitbananasplit: md5 = 87652f6c97adc7ddd9f1cac86ba82d0e OK 2026/08/11 05:22:32 DEBUG : Waiting for deletions to finish 2026/08/11 05:22:32 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:22:32 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:22:33 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:22:33 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:33 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:22:33 DEBUG : apple: size = 5 OK 2026/08/11 05:22:33 DEBUG : banana: size = 6 OK 2026/08/11 05:22:33 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:33 DEBUG : banana: Unchanged skipping 2026/08/11 05:22:33 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:33 DEBUG : apple: Unchanged skipping 2026/08/11 05:22:33 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:22:33 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:22:33 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:33 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:22:34 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:22:34 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:22:34 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:22:34 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:22:34 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:22:34 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:22:34 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:22:34 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:34 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:22:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:22:34 DEBUG : Waiting for deletions to finish 2026/08/11 05:22:34 INFO : There was nothing to transfer 2026/08/11 05:22:34 DEBUG : Waiting for deletions to finish 2026/08/11 05:22:34 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:22:34 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:22:35 DEBUG : dir1: Directory modification time the same (differ by -245.367µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : apple: size = 5 OK 2026/08/11 05:22:35 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : apple: Unchanged skipping 2026/08/11 05:22:35 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:22:35 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:22:35 DEBUG : banana: size = 6 OK 2026/08/11 05:22:35 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : banana: Unchanged skipping 2026/08/11 05:22:35 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:22:35 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:22:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:22:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:22:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:22:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:22:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:22:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:22:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:22:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:22:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:22:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:22:35 DEBUG : Waiting for deletions to finish 2026/08/11 05:22:35 INFO : There was nothing to transfer 2026/08/11 05:22:35 DEBUG : Waiting for deletions to finish 2026/08/11 05:22:36 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:22:36 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:22:49 DEBUG : dir1/0000-abcdefg.txt: md5 = c1295c2660e2e6b1eced1969d6428a6d OK 2026/08/11 05:22:51 DEBUG : dir1/0001-bcdefgh.txt: md5 = 2305cf160fd51c273996f03be367e745 OK 2026/08/11 05:22:53 DEBUG : dir1/0002-cdefghi.txt: md5 = c08e7f941c86c15b49236a856d297451 OK 2026/08/11 05:22:54 DEBUG : dir1/0003-defghij.txt: md5 = f2470afdf5c1b9b4c45013d50f65fbe9 OK 2026/08/11 05:22:56 DEBUG : dir1/0004-efghijk.txt: md5 = 53a97e647af8cfa7e7a58ed0859a0b54 OK 2026/08/11 05:22:57 DEBUG : dir1/0005-fghijkl.txt: md5 = 14cd328675fd9ec34291c8f863f58ac9 OK 2026/08/11 05:22:59 DEBUG : dir1/0006-ghijklm.txt: md5 = 5e7b918afcd23204c0c15b476e849641 OK 2026/08/11 05:23:00 DEBUG : dir1/0007-1234567.txt: md5 = 3a0821a411ccfa346b6d3f1600345960 OK 2026/08/11 05:23:02 DEBUG : dir1/0008-2345678.txt: md5 = 2c2aa3a405893bc11d1d3f3c929e6b4a OK 2026/08/11 05:23:03 DEBUG : dir1/0009-3456789.txt: md5 = f895ec2a1f440f4f5ead37448dac41f1 OK 2026/08/11 05:23:05 DEBUG : dir1/0010-456789.txt: md5 = 7d781d779f3fd78b142f718e9a769b3b OK 2026/08/11 05:23:06 DEBUG : dir1/0011-56789;.txt: md5 = bd852bdb030e8126c2579153a6e0dd4e OK 2026/08/11 05:23:07 DEBUG : dir1/0012-6789;.txt: md5 = a248a90cfe03304605a264753eb314c0 OK 2026/08/11 05:23:09 DEBUG : dir1/0013-789;=.txt: md5 = 598defacdb9800ea53ae7e12cf47c66a OK 2026/08/11 05:23:10 DEBUG : dir1/0014-89;=.txt: md5 = 22c555e09ffcc79ce7d7e48cf560dabd OK 2026/08/11 05:23:12 DEBUG : dir1/0015-9;=.txt: md5 = cb4a256e27a9774e4a525eed4aab1af9 OK 2026/08/11 05:23:13 DEBUG : apple: md5 = f3838800775457fe26a7eac8884538b8 OK 2026/08/11 05:23:15 DEBUG : banana: md5 = 88fb9b7530814e9d75bf957ca30052cd OK 2026/08/11 05:23:16 DEBUG : appleappleapplebanana: md5 = fe5f135c4d41a9616dc7626a454672ad OK 2026/08/11 05:23:17 DEBUG : splitbananasplit: md5 = b431eaccb7e24f65dac036a778ec7345 OK 2026/08/11 05:23:17 DEBUG : Waiting for deletions to finish 2026/08/11 05:23:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:23:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:23:19 DEBUG : apple: size = 5 OK 2026/08/11 05:23:19 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:23:19 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : apple: Unchanged skipping 2026/08/11 05:23:19 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:23:19 DEBUG : banana: size = 6 OK 2026/08/11 05:23:19 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : banana: Unchanged skipping 2026/08/11 05:23:19 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/11 05:23:19 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:23:19 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:23:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:23:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:23:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:23:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:23:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:23:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:23:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:23:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:23:19 DEBUG : Waiting for deletions to finish 2026/08/11 05:23:19 INFO : There was nothing to transfer 2026/08/11 05:23:19 DEBUG : Waiting for deletions to finish 2026/08/11 05:23:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:23:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1: Directory modification time the same (differ by -853.487µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : apple: size = 5 OK 2026/08/11 05:23:21 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : apple: Unchanged skipping 2026/08/11 05:23:21 DEBUG : banana: size = 6 OK 2026/08/11 05:23:21 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : banana: Unchanged skipping 2026/08/11 05:23:21 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/11 05:23:21 DEBUG : splitbananasplit: size = 16 OK 2026/08/11 05:23:21 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : splitbananasplit: Unchanged skipping 2026/08/11 05:23:21 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/11 05:23:21 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/11 05:23:21 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/11 05:23:21 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/11 05:23:21 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:21 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/11 05:23:21 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/11 05:23:21 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/11 05:23:21 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:23:21 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/11 05:23:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:23:21 DEBUG : Waiting for deletions to finish 2026/08/11 05:23:21 INFO : There was nothing to transfer 2026/08/11 05:23:21 DEBUG : Waiting for deletions to finish 2026/08/11 05:23:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : apple: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : banana: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/11 05:23:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) --- PASS: TestTransform (555.54s) --- PASS: TestTransform/NFC (45.47s) --- PASS: TestTransform/NFD (48.16s) --- PASS: TestTransform/base64 (54.55s) --- PASS: TestTransform/prefix (62.55s) --- PASS: TestTransform/suffix (63.33s) --- PASS: TestTransform/truncate (52.52s) --- PASS: TestTransform/encoder (46.00s) --- PASS: TestTransform/ISO-8859-1 (44.23s) --- PASS: TestTransform/charmap (46.80s) --- PASS: TestTransform/lowercase (46.34s) --- PASS: TestTransform/ascii (45.60s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:23:33 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/11 05:23:33 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/11 05:23:33 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/11 05:23:34 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-11T05:23:33.047130773Z) 2026/08/11 05:23:34 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/11 05:23:34 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/11 05:23:34 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/11 05:23:34 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/11 05:23:34 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/11 05:23:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:23:35 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = 997e8f86671a083b65d8d9668efb0ce2 OK 2026/08/11 05:23:35 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/11 05:23:35 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/11 05:23:35 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.94s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:23:37 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:38 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:38 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:23:38 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:23:37.984195816Z) 2026/08/11 05:23:38 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:38 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:23:38 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/11 05:23:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:23:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:23:40 DEBUG : tictactoe/tictactoe: md5 = 4783cb395d13a2f90a8e85eeb833aee7 OK 2026/08/11 05:23:40 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/11 05:23:40 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/11 05:23:40 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (4.67s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:23:42 DEBUG : toe: Making directory with metadata 2026/08/11 05:23:43 INFO : toe: Made directory with metadata (mtime=2026-08-11T05:23:42.655257352Z) 2026/08/11 05:23:43 DEBUG : toe/toe: Making directory with metadata 2026/08/11 05:23:44 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T05:23:42.655257352Z) 2026/08/11 05:23:44 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:44 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 05:23:44 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 05:23:44 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 05:23:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:23:45 DEBUG : toe/toe/tictactoe: md5 = 62c9f00fbef89fdd55dc4a8ede441b11 OK 2026/08/11 05:23:45 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/11 05:23:45 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/11 05:23:45 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.84s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:23:49 DEBUG : toe: Making directory with metadata 2026/08/11 05:23:50 INFO : toe: Made directory with metadata (mtime=2026-08-11T05:23:49.49234742Z) 2026/08/11 05:23:50 DEBUG : toe/toe: Making directory with metadata 2026/08/11 05:23:51 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T05:23:49.49234742Z) 2026/08/11 05:23:51 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 05:23:51 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 05:23:51 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/11 05:23:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:23:52 DEBUG : toe/toe/tictactoe: md5 = 0068ee21ebdf47a8363f2c769d9d8a6d OK 2026/08/11 05:23:52 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/11 05:23:52 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/11 05:23:52 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (7.18s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:23:56 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:23:56 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:23:56 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:23:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:23:56 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:23:56 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 05:23:57 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:23:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:23:57 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:57 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:57 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:23:58 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:23:56.668441947Z) 2026/08/11 05:23:58 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:58 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:23:58 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:23:58 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 05:23:59 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T05:23:56.668441947Z) 2026/08/11 05:23:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:23:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 05:23:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:23:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 05:23:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:23:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:02 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 6b2f4ee65bb43b27272deb4dd3477b86 OK 2026/08/11 05:24:02 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/11 05:24:02 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/11 05:24:02 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (9.61s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:24:06 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:24:06 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:06 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:06 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:06 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 05:24:07 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:07 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:07 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:07 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:07 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:24:08 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:06.275568486Z) 2026/08/11 05:24:08 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:08 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:08 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 05:24:08 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:06.275568486Z) 2026/08/11 05:24:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 05:24:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:24:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 647c04c3f38d43ab2d59c4058e5186f8 OK 2026/08/11 05:24:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:10 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:10 DEBUG : Waiting for deletions to finish 2026/08/11 05:24:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:11 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:11 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:11 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:11 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 05:24:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:11 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/11 05:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': 0 differences found 2026/08/11 05:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': 1 hashes could not be checked 2026/08/11 05:24:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': 1 matching files --- PASS: TestAllTag (9.03s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:24:15 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:15 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:15 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:24:16 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:15.309687469Z) 2026/08/11 05:24:16 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:16 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:16 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:16 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 05:24:17 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:15.309687469Z) 2026/08/11 05:24:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 05:24:17 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:24:17 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 05:24:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:18 DEBUG : tictactoe/tictactoe/toe.txt: md5 = f3432765abaf851cef4fe114ec3ea619 OK 2026/08/11 05:24:18 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/11 05:24:18 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/11 05:24:18 DEBUG : Waiting for deletions to finish 2026/08/11 05:24:19 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:19 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:19 DEBUG : tictactoe: Directory modification time the same (differ by -687.469µs, within tolerance 1ms) 2026/08/11 05:24:19 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:19 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -687.469µs, within tolerance 1ms) 2026/08/11 05:24:20 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/11 05:24:20 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/11 05:24:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:20 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/11 05:24:20 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/11 05:24:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:20 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.23s) === RUN TestSyntax 2026/08/11 05:24:23 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:24:23 DEBUG : toe: Making directory with metadata 2026/08/11 05:24:24 INFO : toe: Made directory with metadata (mtime=2026-08-11T05:24:23.538795842Z) 2026/08/11 05:24:24 DEBUG : toe/toe: Making directory with metadata 2026/08/11 05:24:25 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T05:24:23.538795842Z) 2026/08/11 05:24:25 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 05:24:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:26 DEBUG : toe/toe/toe: md5 = 3d10c0b76378892f96468973ffd7342f OK 2026/08/11 05:24:26 DEBUG : toe/toe/toe: size = 11 OK 2026/08/11 05:24:26 INFO : toe/toe/toe: Copied (new) 2026/08/11 05:24:26 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (6.87s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:24:30 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:24:30 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:30 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:30 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:30 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 05:24:31 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:31 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:31 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:31 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:31 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:24:32 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:30.407886296Z) 2026/08/11 05:24:32 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:32 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:32 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 05:24:32 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:30.407886296Z) 2026/08/11 05:24:32 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:32 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 05:24:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:32 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:24:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:32 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 98a2075881f1887e2e68b5ca9a5088d3 OK 2026/08/11 05:24:34 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:34 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:34 INFO : toe/toe/toe.txt: Deleted 2026/08/11 05:24:34 INFO : toe/toe: Removing directory 2026/08/11 05:24:34 INFO : toe: Removing directory 2026/08/11 05:24:34 INFO : empty_dir: Removing directory 2026/08/11 05:24:34 DEBUG : Local file system at /tmp/rclone3416963324: deleted 3 directories --- PASS: TestMove (8.06s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:24:38 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:24:38 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:38 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:38 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 05:24:39 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:39 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:39 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:39 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:39 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:24:40 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:38.467992427Z) 2026/08/11 05:24:40 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:40 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:40 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:40 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 05:24:41 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:38.467992427Z) 2026/08/11 05:24:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:41 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 05:24:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:24:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:42 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = fe8c3bd0fb3733987fa24fe72f2450c0 OK 2026/08/11 05:24:42 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:42 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:42 INFO : toe/toe/toe.txt: Deleted 2026/08/11 05:24:42 INFO : toe/toe: Removing directory 2026/08/11 05:24:42 INFO : toe: Removing directory 2026/08/11 05:24:42 INFO : empty_dir: Removing directory 2026/08/11 05:24:42 DEBUG : Local file system at /tmp/rclone3416963324: deleted 3 directories 2026/08/11 05:24:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:24:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 05:24:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 05:24:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 05:24:46 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.05s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:24:51 DEBUG : Reset feature "Copy" 2026/08/11 05:24:51 DEBUG : Reset feature "Move" 2026/08/11 05:24:51 DEBUG : Reset feature "Copy" 2026/08/11 05:24:51 DEBUG : Reset feature "Move" 2026/08/11 05:24:51 DEBUG : empty_dir: Making directory with metadata 2026/08/11 05:24:51 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:51 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:51 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/11 05:24:52 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/11 05:24:52 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/11 05:24:52 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:52 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:52 DEBUG : tictactoe: Making directory with metadata 2026/08/11 05:24:53 INFO : tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:51.515164211Z) 2026/08/11 05:24:53 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:53 DEBUG : toe: transformed to: tictactoe 2026/08/11 05:24:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:53 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/11 05:24:54 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-11T05:24:51.515164211Z) 2026/08/11 05:24:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/11 05:24:54 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/11 05:24:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:24:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:24:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:24:55 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 943d24f40d0a156a6ea0984a7b913ca7 OK 2026/08/11 05:24:55 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:55 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/11 05:24:55 INFO : toe/toe/toe.txt: Deleted 2026/08/11 05:24:55 INFO : toe/toe: Removing directory 2026/08/11 05:24:55 INFO : toe: Removing directory 2026/08/11 05:24:55 INFO : empty_dir: Removing directory 2026/08/11 05:24:55 DEBUG : Local file system at /tmp/rclone3416963324: deleted 3 directories 2026/08/11 05:24:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/11 05:24:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/11 05:24:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 05:24:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 05:24:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/11 05:25:00 DEBUG : toe/toe/toe.txt: md5 = bcceb642cd6bca9919ca575e340e3233 OK 2026/08/11 05:25:00 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/11 05:25:00 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/11 05:25:00 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.04s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:25:06 DEBUG : toe: transformed to: dG9l 2026/08/11 05:25:06 DEBUG : toe: transformed to: dG9l 2026/08/11 05:25:06 DEBUG : dG9l: Making directory with metadata 2026/08/11 05:25:07 INFO : dG9l: Made directory with metadata (mtime=2026-08-11T05:25:06.553362186Z) 2026/08/11 05:25:07 DEBUG : toe: transformed to: dG9l 2026/08/11 05:25:07 DEBUG : toe: transformed to: dG9l 2026/08/11 05:25:07 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/11 05:25:07 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/11 05:25:08 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-11T05:25:06.553362186Z) 2026/08/11 05:25:08 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/11 05:25:08 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/11 05:25:08 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/11 05:25:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/11 05:25:08 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/11 05:25:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:25:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:25:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = ee09ef58c432333fa3810a017dc1a319 OK 2026/08/11 05:25:09 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/11 05:25:09 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/11 05:25:09 DEBUG : Waiting for deletions to finish 2026/08/11 05:25:10 DEBUG : dG9l: transformed to: toe 2026/08/11 05:25:10 DEBUG : dG9l: transformed to: toe 2026/08/11 05:25:10 DEBUG : toe: Directory modification time the same (differ by 362.186µs, within tolerance 1ms) 2026/08/11 05:25:10 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/11 05:25:11 DEBUG : dG9l: transformed to: toe 2026/08/11 05:25:11 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/11 05:25:11 DEBUG : toe/toe: Directory modification time the same (differ by 362.186µs, within tolerance 1ms) 2026/08/11 05:25:11 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/11 05:25:11 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/11 05:25:11 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for checks to finish 2026/08/11 05:25:11 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/11 05:25:11 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/11 05:25:11 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/11 05:25:11 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/11 05:25:11 DEBUG : Local file system at /tmp/rclone3416963324: Waiting for transfers to finish 2026/08/11 05:25:11 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.66s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje'", Local "Local file system at /tmp/rclone3416963324", Modify Window "1ms" 2026/08/11 05:25:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:15 DEBUG : toe: transformed to: 2026/08/11 05:25:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:15 DEBUG : toe: transformed to: 2026/08/11 05:25:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Making directory with metadata 2026/08/11 05:25:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Made directory with metadata (mtime=2026-08-11T05:25:15.212476172Z) 2026/08/11 05:25:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:15 DEBUG : toe: transformed to: 2026/08/11 05:25:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:15 DEBUG : toe: transformed to: 2026/08/11 05:25:15 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:15 DEBUG : toe/toe: transformed to: 2026/08/11 05:25:15 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/11 05:25:15 DEBUG : toe/toe: Making directory with metadata 2026/08/11 05:25:17 INFO : toe/toe: Made directory with metadata (mtime=2026-08-11T05:25:15.212476172Z) 2026/08/11 05:25:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:17 DEBUG : toe/toe: transformed to: 2026/08/11 05:25:17 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/11 05:25:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:17 DEBUG : toe: transformed to: 2026/08/11 05:25:17 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/11 05:25:17 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/11 05:25:17 DEBUG : toe/toe/toe: transformed to: 2026/08/11 05:25:17 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/11 05:25:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for checks to finish 2026/08/11 05:25:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Waiting for transfers to finish 2026/08/11 05:25:18 DEBUG : toe/toe/toe: md5 = cff082c19eb2703cec48915bc2c34b4a OK 2026/08/11 05:25:18 DEBUG : toe/toe/toe: size = 11 OK 2026/08/11 05:25:18 INFO : toe/toe/toe: Copied (new) 2026/08/11 05:25:18 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': not deleting files as there were IO errors 2026/08/11 05:25:18 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': not deleting directories as there were IO errors --- PASS: TestError (7.15s) PASS 2026/08/11 05:25:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-caxocid7geje': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 26m53.183909448s (try 1/5)