"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2026/08/05 01:10:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani" 2026/08/05 01:10:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/05 01:10:59 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30" 2026/08/05 01:11:00 DEBUG : Creating backend with remote "/tmp/rclone293589790" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:01 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:11:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:11:01 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/08/05 01:11:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:01 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (1.84s) === RUN TestCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:11:02 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:11:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:11:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:05 DEBUG : sub dir/hello world: md5 = e56ad9e7ee7e11e5b5ad13d11e21329e OK 2026/08/05 01:11:05 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:11:05 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:11:05 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (6.04s) === RUN TestCopyMetadata run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:08 DEBUG : metadata sub dir: Making directory with metadata 2026/08/05 01:11:08 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:08 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/05 01:11:08 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:08 DEBUG : Local file system at /tmp/rclone293589790: File to upload is small (21 bytes), uploading instead of streaming 2026/08/05 01:11:08 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:11:08 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/05 01:11:08 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/05 01:11:08 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:11:08 DEBUG : Google drive root 'crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30': Skipping btime metadata as can't update it on an existing file: 2026-08-05T01:11:08.372683212Z 2026/08/05 01:11:09 INFO : empty metadata sub dir: Updated directory metadata 2026/08/05 01:11:09 DEBUG : Google drive root 'crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30': Skipping btime metadata as can't update it on an existing file: 2026-08-05T01:11:08.372683212Z 2026/08/05 01:11:10 INFO : metadata sub dir: Updated directory metadata 2026/08/05 01:11:10 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/05 01:11:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:11 DEBUG : metadata sub dir/hello metadata world: md5 = a29a08e313d04d7269e62c92ec320cbe OK 2026/08/05 01:11:11 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:11:11 INFO : metadata sub dir/hello metadata world: Copied (new) --- PASS: TestCopyMetadata (7.79s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:16 DEBUG : metadata sub dir: Making directory with metadata 2026/08/05 01:11:16 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:16 DEBUG : empty metadata sub dir: Making directory with metadata 2026/08/05 01:11:16 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:16 DEBUG : Local file system at /tmp/rclone293589790: File to upload is small (21 bytes), uploading instead of streaming 2026/08/05 01:11:16 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:11:16 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2026/08/05 01:11:16 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2026/08/05 01:11:16 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:11:16 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2026/08/05 01:11:16 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2026/08/05 01:11:16 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2026/08/05 01:11:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:18 DEBUG : metadata sub dir/hello metadata world: md5 = 1851c4f359bcf2f4c9334f5881b9a289 OK 2026/08/05 01:11:18 DEBUG : metadata sub dir/hello metadata world: size = 21 OK 2026/08/05 01:11:18 INFO : metadata sub dir/hello metadata world: Copied (new) 2026/08/05 01:11:18 DEBUG : Google drive root 'crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30': Skipping btime metadata as can't update it on an existing file: 2026-08-05T01:11:16.163786866Z 2026/08/05 01:11:19 INFO : metadata sub dir: Updated directory metadata --- PASS: TestCopyMetadataNoEmptyDirs (7.05s) === RUN TestCopyMissingDirectory run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:23 DEBUG : Creating backend with remote "/non-existing" 2026/08/05 01:11:23 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/08/05 01:11:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.74s) === RUN TestCopyNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:23 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:11:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:11:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:26 DEBUG : sub dir/hello world: md5 = 28be6fe7917351b9c7ad046db8febf3e OK 2026/08/05 01:11:26 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:11:26 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:11:27 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (5.80s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.48s) === RUN TestCopyCheckFirst run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Running all checks before starting transfers 2026/08/05 01:11:30 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:11:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:11:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Checks finished, now starting transfers 2026/08/05 01:11:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:32 DEBUG : sub dir/hello world: md5 = 3c39be83ab6c1e7748c4724606cf7352 OK 2026/08/05 01:11:32 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:11:32 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:11:33 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (5.64s) === RUN TestSyncNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:35 ERROR : Ignoring --no-traverse with sync 2026/08/05 01:11:36 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:11:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:11:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:38 DEBUG : sub dir/hello world: md5 = ed262e13e0b3c8fdaf9750e7eee56acc OK 2026/08/05 01:11:38 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:11:38 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:11:38 DEBUG : Waiting for deletions to finish 2026/08/05 01:11:39 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (5.95s) === RUN TestCopyWithDepth run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:42 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/08/05 01:11:42 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:11:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:43 DEBUG : hello world2: md5 = d722504bf1b86b99f01ff3f957153c90 OK 2026/08/05 01:11:43 DEBUG : hello world2: size = 12 OK 2026/08/05 01:11:43 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (3.16s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:45 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:11:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:48 DEBUG : potato2: md5 = 13eed36aff495a14208258293e3cc474 OK 2026/08/05 01:11:48 DEBUG : potato2: size = 11 OK 2026/08/05 01:11:48 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (4.44s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:49 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:11:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:51 DEBUG : potato2: md5 = 0e8d754e70264d4b3f9a38b4cd6f3c5f OK 2026/08/05 01:11:51 DEBUG : potato2: size = 11 OK 2026/08/05 01:11:51 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (3.29s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:11:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/05 01:11:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:11:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:11:52 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:11:53 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:53 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:11:54 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:11:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/05 01:11:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:11:55 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:11:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:11:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:11:56 DEBUG : sub dir/hello world: md5 = 5a0243a6684f8d5e9e3e33a439510c38 OK 2026/08/05 01:11:56 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:11:56 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyEmptyDirectories (11.10s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:03 INFO : sub dir2: Making directory 2026/08/05 01:12:03 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/08/05 01:12:03 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:12:04 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/05 01:12:04 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:12:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:12:04 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/08/05 01:12:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:12:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:12:06 DEBUG : sub dir/hello world: md5 = 2903717ef6649ef4972363b38292c108 OK 2026/08/05 01:12:06 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:12:06 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:12:07 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (6.41s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:10 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:12:10 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:12:10 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:12:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:12:11 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:12:12 INFO : sub dir: Made directory with metadata (mtime=2026-08-05T01:12:10.229504372Z) 2026/08/05 01:12:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:12:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:12:14 DEBUG : sub dir/hello world: md5 = 5f44f2b40e5df0b0970a7dbca9c536a4 OK 2026/08/05 01:12:14 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:12:14 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:12:14 INFO : sub dir/hello world: Deleted --- PASS: TestMoveEmptyDirectories (9.80s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:20 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/08/05 01:12:20 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:12:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:12:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:12:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (5.44s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:25 INFO : sub dir2: Making directory 2026/08/05 01:12:25 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/05 01:12:25 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:12:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:12:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:12:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:12:28 DEBUG : sub dir/hello world: md5 = 1865e90fa16588e3758d830f5db96ec4 OK 2026/08/05 01:12:28 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:12:28 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:12:28 INFO : sub dir/hello world: Deleted 2026/08/05 01:12:29 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (6.97s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:32 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:12:32 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:12:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:12:32 DEBUG : sub dir2: Making directory with metadata 2026/08/05 01:12:34 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:12:34 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:12:35 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:12:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:12:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:12:36 DEBUG : sub dir/hello world: md5 = a7cee928da0570668fd25ab8736cf98a OK 2026/08/05 01:12:36 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:12:36 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:12:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncEmptyDirectories (9.67s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.98s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:43 INFO : sub dir2: Making directory 2026/08/05 01:12:43 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/08/05 01:12:43 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:12:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:12:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:12:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:12:45 DEBUG : sub dir/hello world: md5 = ec3a69a49e5eaa120d05d5a172b91463 OK 2026/08/05 01:12:45 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:12:45 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:12:45 DEBUG : Waiting for deletions to finish 2026/08/05 01:12:46 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (7.07s) === RUN TestServerSideCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:12:52 DEBUG : sub dir/hello world: md5 = 36fcd8f8a62dc3ba09c6243430a1e50b OK 2026/08/05 01:12:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-tizedum8qoxi" 2026/08/05 01:12:53 DEBUG : Creating backend with remote "TestDrive:crypt/hurs99g26run9oriup7600il22noo04f8j9c63jfjl1hbpetii0g" sync_test.go:620: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani' -> Encrypted drive 'TestCryptDrive:rclone-test-tizedum8qoxi' 2026/08/05 01:12:54 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:12:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:12:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tizedum8qoxi': Waiting for checks to finish 2026/08/05 01:12:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tizedum8qoxi': Waiting for transfers to finish 2026/08/05 01:12:57 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:12:57 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:12:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:12:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-tizedum8qoxi': Purge remote --- PASS: TestServerSideCopy (10.98s) === RUN TestCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:13:03 DEBUG : sub dir/hello world: md5 = 23bd10587fde444265615881f79ec387 OK 2026/08/05 01:13:04 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:13:04 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:13:04 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone293589790) 2026/08/05 01:13:04 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:13:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:13:04 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:13:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:13:06 DEBUG : sub dir/hello world: md5 = d487111340386db9e438a19583d1a5dc OK 2026/08/05 01:13:06 DEBUG : sub dir/hello world: size = 17 OK 2026/08/05 01:13:06 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/05 01:13:06 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (8.12s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:13:11 DEBUG : sub dir/hello world: md5 = 57cdef53fd54644fcb59ed556cad01aa OK 2026/08/05 01:13:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-raleror7haqo" 2026/08/05 01:13:12 DEBUG : Creating backend with remote "TestDrive:crypt/uvgjl4nun4uigkhag8412nc2fsfk1omltte4g9anigl52b9f8tdg" sync_test.go:656: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani' -> Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo' 2026/08/05 01:13:13 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:13:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:13:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo': Waiting for checks to finish 2026/08/05 01:13:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo': Waiting for transfers to finish 2026/08/05 01:13:16 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:13:16 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:13:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:13:19 DEBUG : sub dir/hello world: md5 = e0580ef43aa5b1df3e2ee3b5888946ed OK 2026/08/05 01:13:20 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:13:20 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:13:20 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:13:20 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo') 2026/08/05 01:13:20 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:13:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo': Waiting for checks to finish 2026/08/05 01:13:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo': Waiting for transfers to finish 2026/08/05 01:13:21 DEBUG : sub dir/hello world: size = 17 OK 2026/08/05 01:13:21 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:13:22 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:13:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-raleror7haqo': Purge remote --- PASS: TestServerSideCopyOverSelf (16.06s) === RUN TestMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:13:27 DEBUG : sub dir/hello world: md5 = bc60bdeff021f3489671222531cea940 OK 2026/08/05 01:13:28 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:13:28 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:13:29 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone293589790) 2026/08/05 01:13:29 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:13:29 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:13:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:13:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:13:30 DEBUG : sub dir/hello world: md5 = 422f53749616deb30c70138c2fabaadb OK 2026/08/05 01:13:30 DEBUG : sub dir/hello world: size = 17 OK 2026/08/05 01:13:30 INFO : sub dir/hello world: Copied (replaced existing) 2026/08/05 01:13:30 INFO : sub dir/hello world: Deleted 2026/08/05 01:13:31 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (8.57s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:13:36 DEBUG : sub dir/hello world: md5 = 369d682c95e4117c5bfc84b0802d728e OK 2026/08/05 01:13:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lacuwup4deba" 2026/08/05 01:13:36 DEBUG : Creating backend with remote "TestDrive:crypt/cn8mn0pt5cgoaq420pnfsdflb92l947q5tflhtqejd8bd3hvhku0" sync_test.go:701: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani' -> Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba' 2026/08/05 01:13:38 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:13:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:13:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Waiting for checks to finish 2026/08/05 01:13:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Waiting for transfers to finish 2026/08/05 01:13:41 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:13:41 INFO : sub dir/hello world: Copied (server-side copy) 2026/08/05 01:13:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:13:43 DEBUG : sub dir/hello world: md5 = 44f9af3d673635606bbe9be8cf2af023 OK 2026/08/05 01:13:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Using server-side directory move 2026/08/05 01:13:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:13:44 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:13:44 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:13:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Waiting for checks to finish 2026/08/05 01:13:44 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:13:44 DEBUG : sub dir/hello world: size = 11 (Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba') 2026/08/05 01:13:44 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:13:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Waiting for transfers to finish 2026/08/05 01:13:45 INFO : sub dir/hello world: Deleted 2026/08/05 01:13:45 INFO : sub dir/hello world: Moved (server-side) 2026/08/05 01:13:46 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:13:49 DEBUG : sub dir/hello world: md5 = 77b751d8abec338eea22c64b43e707cf OK 2026/08/05 01:13:49 DEBUG : testing file moves 2026/08/05 01:13:50 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:13:50 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/08/05 01:13:50 DEBUG : sub dir/hello world: size = 24 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:13:50 DEBUG : sub dir/hello world: size = 17 (Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba') 2026/08/05 01:13:50 DEBUG : sub dir/hello world: Sizes differ 2026/08/05 01:13:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Waiting for checks to finish 2026/08/05 01:13:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Waiting for transfers to finish 2026/08/05 01:13:50 INFO : sub dir/hello world: Deleted 2026/08/05 01:13:51 INFO : sub dir/hello world: Moved (server-side) 2026/08/05 01:13:51 INFO : sub dir: Set directory modification time (using SetModTime) 2026/08/05 01:13:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lacuwup4deba': Purge remote --- PASS: TestServerSideMoveOverSelf (20.86s) === RUN TestCopyAfterDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:13:57 DEBUG : sub dir/hello world: md5 = bdb42b047f6d1b5511ad2ba504d5b754 OK 2026/08/05 01:13:57 ERROR : error listing: directory not found 2026/08/05 01:13:57 INFO : Local file system at /tmp/rclone293589790: Making directory 2026/08/05 01:13:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:13:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (6.20s) === RUN TestCopyRedownload run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:03 DEBUG : sub dir/hello world: md5 = 56083cc0820fbbba4b55e6da37a4fc24 OK 2026/08/05 01:14:04 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:14:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:14:04 DEBUG : Local file system at /tmp/rclone293589790: Waiting for checks to finish 2026/08/05 01:14:04 DEBUG : Local file system at /tmp/rclone293589790: Waiting for transfers to finish 2026/08/05 01:14:05 DEBUG : sub dir/hello world.a99001f0.partial: size = 11 OK 2026/08/05 01:14:05 DEBUG : sub dir/hello world.a99001f0.partial: renamed to: sub dir/hello world 2026/08/05 01:14:05 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:14:05 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (6.13s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:07 DEBUG : check sum: Need to transfer - File not found at Destination 2026/08/05 01:14:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:08 DEBUG : check sum: md5 = 72be739b40dad88b84a7d831e2a0253c OK 2026/08/05 01:14:08 DEBUG : check sum: size = 1 OK 2026/08/05 01:14:08 INFO : check sum: Copied (new) 2026/08/05 01:14:08 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:09 DEBUG : check sum: size = 1 OK 2026/08/05 01:14:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/05 01:14:09 DEBUG : check sum: Size of src and dst objects identical 2026/08/05 01:14:09 DEBUG : check sum: Unchanged skipping 2026/08/05 01:14:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:09 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:09 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (3.61s) === RUN TestSyncSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:10 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/08/05 01:14:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:12 DEBUG : sizeonly: md5 = 71bbef26ba0ed72614e584b501fb32e3 OK 2026/08/05 01:14:12 DEBUG : sizeonly: size = 6 OK 2026/08/05 01:14:12 INFO : sizeonly: Copied (new) 2026/08/05 01:14:12 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:12 DEBUG : sizeonly: size = 6 OK 2026/08/05 01:14:12 DEBUG : sizeonly: Sizes identical 2026/08/05 01:14:12 DEBUG : sizeonly: Unchanged skipping 2026/08/05 01:14:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:12 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:12 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (3.48s) === RUN TestSyncIgnoreSize run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:14 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/08/05 01:14:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:16 DEBUG : ignore-size: md5 = 3577527af3f141d542b779960474a152 OK 2026/08/05 01:14:16 INFO : ignore-size: Copied (new) 2026/08/05 01:14:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:16 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:16 DEBUG : ignore-size: Unchanged skipping 2026/08/05 01:14:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (3.78s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:19 DEBUG : existing: md5 = f699f6dacf126b71813d8812a9fb07b7 OK 2026/08/05 01:14:19 DEBUG : existing: size = 6 OK 2026/08/05 01:14:19 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:14:19 DEBUG : existing: Unchanged skipping 2026/08/05 01:14:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:19 INFO : There was nothing to transfer 2026/08/05 01:14:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:20 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/08/05 01:14:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:21 DEBUG : existing: md5 = d1434b1270595f185be99d6b2f7c858b OK 2026/08/05 01:14:21 DEBUG : existing: size = 6 OK 2026/08/05 01:14:21 INFO : existing: Copied (replaced existing) 2026/08/05 01:14:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (4.65s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:22 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/05 01:14:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:24 DEBUG : existing: md5 = f35efe7e7ab9254e25c6961f2ea94f05 OK 2026/08/05 01:14:24 DEBUG : existing: size = 6 OK 2026/08/05 01:14:24 INFO : existing: Copied (new) 2026/08/05 01:14:24 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:25 DEBUG : existing: Destination exists, skipping 2026/08/05 01:14:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:25 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (3.61s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:28 DEBUG : b/potato: md5 = b57a64779db18b28ea70d99e41148bcb OK 2026/08/05 01:14:30 DEBUG : c/non empty space: md5 = 3de58c87b79791b279e9dcdc946a2e81 OK 2026/08/05 01:14:30 INFO : d: Making directory 2026/08/05 01:14:32 DEBUG : Added delayed dir = "a", newDst= 2026/08/05 01:14:32 INFO : c: Set directory modification time (using SetModTime) 2026/08/05 01:14:32 DEBUG : Added delayed dir = "c", newDst=c 2026/08/05 01:14:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/05 01:14:33 DEBUG : c/non empty space: size = 5 OK 2026/08/05 01:14:33 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:14:33 DEBUG : c/non empty space: Unchanged skipping 2026/08/05 01:14:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:35 DEBUG : a/potato2: md5 = f0cd9b976e748c88b6a6ed43ac20d98a OK 2026/08/05 01:14:35 DEBUG : a/potato2: size = 60 OK 2026/08/05 01:14:35 INFO : a/potato2: Copied (new) 2026/08/05 01:14:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:35 INFO : b/potato: Deleted 2026/08/05 01:14:36 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/05 01:14:36 INFO : d: Removing directory 2026/08/05 01:14:36 INFO : b: Removing directory 2026/08/05 01:14:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': deleted 2 directories --- PASS: TestSyncIgnoreErrors (14.99s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:42 DEBUG : empty space: md5 = 1d072c7acb47ec4b92ee9fa1ce89bb99 OK 2026/08/05 01:14:43 DEBUG : empty space: size = 1 OK 2026/08/05 01:14:43 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/05 01:14:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:43 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2026/08/05 01:14:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:43 DEBUG : Waiting for deletions to finish 2026/08/05 01:14:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:43 DEBUG : empty space: size = 1 OK 2026/08/05 01:14:43 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/05 01:14:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:44 DEBUG : empty space: md5 = 6fa9afb0f6080aa55b1039687d2c6ef0 OK 2026/08/05 01:14:44 DEBUG : empty space: size = 1 OK 2026/08/05 01:14:44 INFO : empty space: Copied (replaced existing) 2026/08/05 01:14:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingModtimeOnly (5.12s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.50s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:48 DEBUG : foo: md5 = 947394cf9e87334019372cecb181acd7 OK 2026/08/05 01:14:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:49 DEBUG : foo: size = 3 OK 2026/08/05 01:14:49 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/05 01:14:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:50 DEBUG : foo: md5 = 9206ac090627980192e383fd3d646dd5 OK 2026/08/05 01:14:50 DEBUG : foo: size = 3 OK 2026/08/05 01:14:50 INFO : foo: Copied (replaced existing) 2026/08/05 01:14:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (4.69s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:52 DEBUG : empty space: md5 = f3439f55819b771956dabbb1fce015a5 OK 2026/08/05 01:14:53 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/05 01:14:53 DEBUG : empty space: size = 1 OK 2026/08/05 01:14:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:14:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:53 DEBUG : empty space: Unchanged skipping 2026/08/05 01:14:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:14:55 DEBUG : potato: md5 = c147a04114f599f89c9d99af81e51131 OK 2026/08/05 01:14:55 DEBUG : potato: size = 60 OK 2026/08/05 01:14:55 INFO : potato: Copied (new) 2026/08/05 01:14:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (5.27s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:14:58 DEBUG : potato: md5 = 73e07f3b3b1bee6661ef27b183b0a698 OK 2026/08/05 01:14:58 DEBUG : potato: size = 21 (Local file system at /tmp/rclone293589790) 2026/08/05 01:14:58 DEBUG : potato: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:14:58 DEBUG : potato: Sizes differ 2026/08/05 01:14:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:14:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:00 DEBUG : potato: md5 = 159e6054fa5656b6d9219c188bf72acf OK 2026/08/05 01:15:00 DEBUG : potato: size = 21 OK 2026/08/05 01:15:00 INFO : potato: Copied (replaced existing) 2026/08/05 01:15:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (4.50s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:02 DEBUG : potato: md5 = 17af23a40c6946e09596840d0d44c902 OK 2026/08/05 01:15:03 DEBUG : potato: size = 21 OK 2026/08/05 01:15:03 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/05 01:15:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:15:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:04 DEBUG : potato: md5 = e598733b233392a4212efc7d201378a2 OK 2026/08/05 01:15:04 DEBUG : potato: size = 21 OK 2026/08/05 01:15:04 INFO : potato: Copied (replaced existing) 2026/08/05 01:15:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (4.68s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:07 DEBUG : potato: md5 = 26e16d87b07780030ba618ad7a26bd8c OK 2026/08/05 01:15:08 DEBUG : empty space: md5 = 82ed71b6cd995caf2aae4f30ffe88d38 OK 2026/08/05 01:15:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:15:09 DEBUG : empty space: size = 1 OK 2026/08/05 01:15:09 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:15:09 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/08/05 01:15:09 DEBUG : empty space: Unchanged skipping 2026/08/05 01:15:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:15:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:09 DEBUG : Waiting for deletions to finish 2026/08/05 01:15:09 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (4.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:12 DEBUG : potato: md5 = 515f79957439c9aa28449a016acc597e OK 2026/08/05 01:15:13 DEBUG : empty space: md5 = 8236fe66b20096b0e6978c414ebba1ad OK 2026/08/05 01:15:14 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:15:14 DEBUG : empty space: size = 1 OK 2026/08/05 01:15:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:15:14 DEBUG : empty space: Unchanged skipping 2026/08/05 01:15:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:15:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:16 DEBUG : potato2: md5 = c8431d9a16629a182db34f873a79ca26 OK 2026/08/05 01:15:16 DEBUG : potato2: size = 60 OK 2026/08/05 01:15:16 INFO : potato2: Copied (new) 2026/08/05 01:15:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:15:16 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (7.27s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:20 DEBUG : b/potato: md5 = 045d4dc7892ec778d36d1fbb266feacc OK 2026/08/05 01:15:22 DEBUG : c/non empty space: md5 = 3e133d129b068d17d3aad66a4034bdd4 OK 2026/08/05 01:15:22 INFO : d: Making directory 2026/08/05 01:15:23 INFO : d/e: Making directory 2026/08/05 01:15:25 DEBUG : Added delayed dir = "a", newDst= 2026/08/05 01:15:26 INFO : c: Set directory modification time (using SetModTime) 2026/08/05 01:15:26 DEBUG : Added delayed dir = "c", newDst=c 2026/08/05 01:15:26 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/05 01:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:15:27 DEBUG : c/non empty space: size = 5 OK 2026/08/05 01:15:27 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:15:27 DEBUG : c/non empty space: Unchanged skipping 2026/08/05 01:15:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:28 DEBUG : a/potato2: md5 = c61a208f63884b0eb2713df1b29a0417 OK 2026/08/05 01:15:28 DEBUG : a/potato2: size = 60 OK 2026/08/05 01:15:28 INFO : a/potato2: Copied (new) 2026/08/05 01:15:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:15:28 INFO : b/potato: Deleted 2026/08/05 01:15:29 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/05 01:15:29 INFO : d/e: Removing directory 2026/08/05 01:15:29 INFO : d: Removing directory 2026/08/05 01:15:30 INFO : b: Removing directory 2026/08/05 01:15:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (16.85s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:37 DEBUG : b/potato: md5 = 6cede132df7c7e5c7c2886dc8f19f56d OK 2026/08/05 01:15:39 DEBUG : c/non empty space: md5 = bc827d6b07619e2acd2314710de56367 OK 2026/08/05 01:15:39 INFO : d: Making directory 2026/08/05 01:15:41 DEBUG : Added delayed dir = "a", newDst= 2026/08/05 01:15:41 INFO : c: Set directory modification time (using SetModTime) 2026/08/05 01:15:41 DEBUG : Added delayed dir = "c", newDst=c 2026/08/05 01:15:41 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/08/05 01:15:41 DEBUG : c/non empty space: size = 5 OK 2026/08/05 01:15:41 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:15:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:15:41 DEBUG : c/non empty space: Unchanged skipping 2026/08/05 01:15:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:43 DEBUG : a/potato2: md5 = 459092854d572b29c7315a10003de6d4 OK 2026/08/05 01:15:43 DEBUG : a/potato2: size = 60 OK 2026/08/05 01:15:43 INFO : a/potato2: Copied (new) 2026/08/05 01:15:43 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': not deleting files as there were IO errors 2026/08/05 01:15:44 INFO : a: Set directory modification time (using DirSetModTime) 2026/08/05 01:15:44 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.92s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:51 DEBUG : potato: md5 = 3687d70299538995b360565502b71c65 OK 2026/08/05 01:15:52 DEBUG : empty space: md5 = 3b88029d4e0924ad34c2524ea87e236b OK 2026/08/05 01:15:53 DEBUG : Waiting for deletions to finish 2026/08/05 01:15:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:15:53 DEBUG : empty space: size = 1 OK 2026/08/05 01:15:53 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:15:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:15:53 DEBUG : empty space: Unchanged skipping 2026/08/05 01:15:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:15:53 INFO : potato: Deleted 2026/08/05 01:15:54 DEBUG : potato2: md5 = 2120f62afc4db97673c6b1ddfe795cda OK 2026/08/05 01:15:54 DEBUG : potato2: size = 60 OK 2026/08/05 01:15:54 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (6.88s) === RUN TestSyncDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:15:58 DEBUG : potato: md5 = f8b1fe7b281f92eb3524d0baa78fd756 OK 2026/08/05 01:16:00 DEBUG : empty space: md5 = 3b51a0c372dce9ce8aa8b40058361199 OK 2026/08/05 01:16:00 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:01 INFO : potato: Deleted 2026/08/05 01:16:01 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:16:01 DEBUG : empty space: size = 1 OK 2026/08/05 01:16:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:16:01 DEBUG : empty space: Unchanged skipping 2026/08/05 01:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:03 DEBUG : potato2: md5 = d2a21e18bf5b5998ebc87f1f0b45e4bc OK 2026/08/05 01:16:03 DEBUG : potato2: size = 60 OK 2026/08/05 01:16:03 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (8.34s) === RUN TestCopyDeleteBefore run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:16:06 DEBUG : potato: md5 = 0da2c3ff78a93f7286b8baebba8957ca OK 2026/08/05 01:16:07 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:16:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:08 DEBUG : potato2: md5 = 6098d4e62d916ba343184c125fa930c0 OK 2026/08/05 01:16:08 DEBUG : potato2: size = 19 OK 2026/08/05 01:16:08 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (5.38s) === RUN TestSyncWithExclude run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:16:11 DEBUG : potato2: md5 = ad830a4866276fcd355837e8a7177e20 OK 2026/08/05 01:16:13 DEBUG : empty space: md5 = c836d0c89e6a7755bbb97ed6cad2f7af OK 2026/08/05 01:16:13 DEBUG : enormous: Excluded (Size Filter) 2026/08/05 01:16:13 DEBUG : enormous: Excluded 2026/08/05 01:16:13 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:16:13 DEBUG : potato2: Excluded 2026/08/05 01:16:14 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:16:14 DEBUG : potato2: Excluded 2026/08/05 01:16:14 DEBUG : empty space: size = 1 OK 2026/08/05 01:16:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:16:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:14 DEBUG : empty space: Unchanged skipping 2026/08/05 01:16:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:14 INFO : There was nothing to transfer 2026/08/05 01:16:14 DEBUG : enormous: Excluded (Size Filter) 2026/08/05 01:16:14 DEBUG : enormous: Excluded 2026/08/05 01:16:14 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:16:14 DEBUG : potato2: Excluded 2026/08/05 01:16:14 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:16:14 DEBUG : potato2: Excluded 2026/08/05 01:16:14 DEBUG : empty space: size = 1 OK 2026/08/05 01:16:14 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/05 01:16:14 DEBUG : empty space: Unchanged skipping 2026/08/05 01:16:14 DEBUG : Local file system at /tmp/rclone293589790: Waiting for checks to finish 2026/08/05 01:16:14 DEBUG : Local file system at /tmp/rclone293589790: Waiting for transfers to finish 2026/08/05 01:16:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:14 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (5.47s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:16:17 DEBUG : potato2: md5 = 655697a549906f52cbc0d82d4e244f1e OK 2026/08/05 01:16:19 DEBUG : empty space: md5 = 805a72d690b6e1d9b8dfd42fbd6a8e25 OK 2026/08/05 01:16:20 DEBUG : enormous: md5 = 4ede168a59d383030a6beaf09a3617a5 OK 2026/08/05 01:16:21 DEBUG : enormous: Excluded (Size Filter) 2026/08/05 01:16:21 DEBUG : enormous: Excluded 2026/08/05 01:16:21 DEBUG : potato2: Excluded (Size Filter) 2026/08/05 01:16:21 DEBUG : potato2: Excluded 2026/08/05 01:16:21 DEBUG : empty space: size = 1 OK 2026/08/05 01:16:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:16:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:21 DEBUG : empty space: Unchanged skipping 2026/08/05 01:16:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:21 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:21 INFO : potato2: Deleted 2026/08/05 01:16:21 INFO : enormous: Deleted 2026/08/05 01:16:21 INFO : There was nothing to transfer 2026/08/05 01:16:22 DEBUG : empty space: size = 1 OK 2026/08/05 01:16:22 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2026/08/05 01:16:22 DEBUG : empty space: Unchanged skipping 2026/08/05 01:16:22 DEBUG : Local file system at /tmp/rclone293589790: Waiting for checks to finish 2026/08/05 01:16:22 DEBUG : Local file system at /tmp/rclone293589790: Waiting for transfers to finish 2026/08/05 01:16:22 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:22 INFO : enormous: Deleted 2026/08/05 01:16:22 INFO : potato2: Deleted 2026/08/05 01:16:22 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.45s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:16:24 DEBUG : one: md5 = 1904e3deb590dabeb4c85d8e791ee87d OK 2026/08/05 01:16:26 DEBUG : two: md5 = 03f0ab731e72339c0745e7299e926316 OK 2026/08/05 01:16:28 DEBUG : three: md5 = 5867f552c153c0351a3b032562032ab1 OK 2026/08/05 01:16:29 DEBUG : four: md5 = c605e6a8afc179a7726528ab03b94532 OK 2026/08/05 01:16:30 DEBUG : five: Need to transfer - File not found at Destination 2026/08/05 01:16:30 DEBUG : four: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:16:30 DEBUG : four: size = 8 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:16:30 DEBUG : four: Sizes differ 2026/08/05 01:16:30 DEBUG : one: Destination is newer than source, skipping 2026/08/05 01:16:30 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/08/05 01:16:30 DEBUG : two: size = 3 OK 2026/08/05 01:16:30 DEBUG : three: size = 5 OK 2026/08/05 01:16:30 DEBUG : three: Sizes identical 2026/08/05 01:16:30 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/08/05 01:16:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:31 DEBUG : four: md5 = b6956b4e402e010ecb4609b3afe33363 OK 2026/08/05 01:16:31 DEBUG : four: size = 4 OK 2026/08/05 01:16:31 INFO : four: Copied (replaced existing) 2026/08/05 01:16:31 DEBUG : two: md5 = 70ef99653f6ba84ba7e7453346365f6b OK 2026/08/05 01:16:31 DEBUG : two: size = 3 OK 2026/08/05 01:16:31 INFO : two: Copied (replaced existing) 2026/08/05 01:16:31 DEBUG : five: md5 = 041606ba4300cd4294dc86bb2ff74fda OK 2026/08/05 01:16:31 DEBUG : five: size = 4 OK 2026/08/05 01:16:31 INFO : five: Copied (new) 2026/08/05 01:16:31 DEBUG : Waiting for deletions to finish sync_test.go:1480: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (11.47s) === 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-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:1569: Can track renames: false 2026/08/05 01:16:34 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/05 01:16:35 DEBUG : potato: Need to transfer - File not found at Destination 2026/08/05 01:16:35 DEBUG : yam: Need to transfer - File not found at Destination 2026/08/05 01:16:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:36 DEBUG : potato: md5 = ec2ee0102ab478e486d9e42c7191904f OK 2026/08/05 01:16:36 DEBUG : potato: size = 14 OK 2026/08/05 01:16:36 INFO : potato: Copied (new) 2026/08/05 01:16:36 DEBUG : yam: md5 = f356f9b8bf6e87f4cc36c30877ee6ab0 OK 2026/08/05 01:16:36 DEBUG : yam: size = 11 OK 2026/08/05 01:16:36 INFO : yam: Copied (new) 2026/08/05 01:16:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:36 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Ignoring --track-renames as the source and destination do not have a common hash 2026/08/05 01:16:37 DEBUG : yaml: Need to transfer - File not found at Destination 2026/08/05 01:16:37 DEBUG : potato: size = 14 OK 2026/08/05 01:16:37 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:16:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:37 DEBUG : potato: Unchanged skipping 2026/08/05 01:16:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:38 DEBUG : yaml: md5 = fe3172f209267837b1a339bd0ad11ad1 OK 2026/08/05 01:16:38 DEBUG : yaml: size = 11 OK 2026/08/05 01:16:38 INFO : yaml: Copied (new) 2026/08/05 01:16:38 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:39 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (6.06s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:1641: Can track renames: true 2026/08/05 01:16:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Making map for --track-renames 2026/08/05 01:16:41 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Finished making map for --track-renames 2026/08/05 01:16:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:41 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/08/05 01:16:41 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/05 01:16:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for renames to finish 2026/08/05 01:16:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:42 DEBUG : potato: md5 = 8f0f8284ff2318435f5f808176d03d92 OK 2026/08/05 01:16:42 DEBUG : potato: size = 14 OK 2026/08/05 01:16:42 INFO : potato: Copied (new) 2026/08/05 01:16:42 DEBUG : yam: md5 = 68901b74fbebd9cceaebf2c4f722ca22 OK 2026/08/05 01:16:42 DEBUG : yam: size = 11 OK 2026/08/05 01:16:42 INFO : yam: Copied (new) 2026/08/05 01:16:42 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Making map for --track-renames 2026/08/05 01:16:43 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Finished making map for --track-renames 2026/08/05 01:16:43 DEBUG : potato: size = 14 OK 2026/08/05 01:16:43 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:16:43 DEBUG : potato: Unchanged skipping 2026/08/05 01:16:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for renames to finish 2026/08/05 01:16:44 INFO : yam: Moved (server-side) to: yaml 2026/08/05 01:16:44 INFO : yaml: Renamed from "yam" 2026/08/05 01:16:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:44 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:44 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.89s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:1680: Can track renames: true 2026/08/05 01:16:46 DEBUG : Added delayed dir = "sub", newDst= 2026/08/05 01:16:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Making map for --track-renames 2026/08/05 01:16:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Finished making map for --track-renames 2026/08/05 01:16:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:46 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/08/05 01:16:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for renames to finish 2026/08/05 01:16:46 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/08/05 01:16:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:48 DEBUG : sub/yam: md5 = 1f51b6d3c5ee26d42b7a09e90c6bbd64 OK 2026/08/05 01:16:48 DEBUG : sub/yam: size = 11 OK 2026/08/05 01:16:48 INFO : sub/yam: Copied (new) 2026/08/05 01:16:48 DEBUG : potato: md5 = 613103f6cb1cfa9a9c206714b1f305cf OK 2026/08/05 01:16:48 DEBUG : potato: size = 14 OK 2026/08/05 01:16:48 INFO : potato: Copied (new) 2026/08/05 01:16:48 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:48 INFO : sub: Set directory modification time (using DirSetModTime) 2026/08/05 01:16:49 DEBUG : potato: size = 14 OK 2026/08/05 01:16:49 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:16:49 DEBUG : potato: Unchanged skipping 2026/08/05 01:16:50 INFO : sub: Set directory modification time (using SetModTime) 2026/08/05 01:16:50 DEBUG : Added delayed dir = "sub", newDst=sub 2026/08/05 01:16:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Making map for --track-renames 2026/08/05 01:16:50 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Finished making map for --track-renames 2026/08/05 01:16:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for renames to finish 2026/08/05 01:16:51 INFO : sub/yam: Moved (server-side) to: yam 2026/08/05 01:16:51 INFO : yam: Renamed from "sub/yam" 2026/08/05 01:16:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:51 DEBUG : Waiting for deletions to finish 2026/08/05 01:16:51 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.50s) === RUN TestServerSideMoveLocal run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:16:54 DEBUG : Creating backend with remote "/tmp/rclone293589790/dir1" 2026/08/05 01:16:54 DEBUG : Creating backend with remote "/tmp/rclone293589790/dir2" 2026/08/05 01:16:54 DEBUG : Local file system at /tmp/rclone293589790/dir2: Using server-side directory move 2026/08/05 01:16:54 INFO : Local file system at /tmp/rclone293589790/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:16:54 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/08/05 01:16:54 DEBUG : Local file system at /tmp/rclone293589790/dir2: Waiting for checks to finish 2026/08/05 01:16:54 DEBUG : Local file system at /tmp/rclone293589790/dir2: Waiting for transfers to finish 2026/08/05 01:16:54 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.50s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:16:55 DEBUG : Added delayed dir = "nested", newDst= 2026/08/05 01:16:55 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:16:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:16:55 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/05 01:16:55 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/05 01:16:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:16:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:16:58 DEBUG : nested/sub dir/file: md5 = d2442c0e646f7f2ec0901fe02ceddb53 OK 2026/08/05 01:16:58 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/05 01:16:58 INFO : nested/sub dir/file: Copied (new) 2026/08/05 01:16:58 INFO : nested/sub dir/file: Deleted 2026/08/05 01:16:59 DEBUG : sub dir/hello world: md5 = d323bf82ac30a4867573ef91f686f62f OK 2026/08/05 01:16:59 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:16:59 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:16:59 INFO : sub dir/hello world: Deleted 2026/08/05 01:16:59 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:17:00 INFO : nested: Set directory modification time (using DirSetModTime) 2026/08/05 01:17:00 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:17:00 INFO : sub dir: Removing directory 2026/08/05 01:17:00 INFO : nested/sub dir: Removing directory 2026/08/05 01:17:00 INFO : nested: Removing directory 2026/08/05 01:17:00 DEBUG : Local file system at /tmp/rclone293589790: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (10.56s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:17:05 DEBUG : Added delayed dir = "nested", newDst= 2026/08/05 01:17:05 DEBUG : Added delayed dir = "sub dir", newDst= 2026/08/05 01:17:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/08/05 01:17:05 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/08/05 01:17:05 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/08/05 01:17:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:17:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:17:07 DEBUG : sub dir/hello world: md5 = 49f7076d1274c99356cff3d472a8949a OK 2026/08/05 01:17:07 DEBUG : sub dir/hello world: size = 11 OK 2026/08/05 01:17:07 INFO : sub dir/hello world: Copied (new) 2026/08/05 01:17:07 INFO : sub dir/hello world: Deleted 2026/08/05 01:17:09 DEBUG : nested/sub dir/file: md5 = c01f31e8469c96d4c3bab01fba9fe8fa OK 2026/08/05 01:17:09 DEBUG : nested/sub dir/file: size = 6 OK 2026/08/05 01:17:09 INFO : nested/sub dir/file: Copied (new) 2026/08/05 01:17:09 INFO : nested/sub dir/file: Deleted 2026/08/05 01:17:10 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:17:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:17:10 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (10.29s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:17:15 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/08/05 01:17:15 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/05 01:17:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:17:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:17:17 DEBUG : existing-b: md5 = 5c682541d3bdf5e7af83b8398da14bf0 OK 2026/08/05 01:17:17 DEBUG : existing-b: size = 6 OK 2026/08/05 01:17:17 INFO : existing-b: Copied (new) 2026/08/05 01:17:17 INFO : existing-b: Deleted 2026/08/05 01:17:17 DEBUG : existing: md5 = 8ec5fb235a29003480edf060ae4d0809 OK 2026/08/05 01:17:17 DEBUG : existing: size = 6 OK 2026/08/05 01:17:17 INFO : existing: Copied (new) 2026/08/05 01:17:17 INFO : existing: Deleted 2026/08/05 01:17:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:17:17 DEBUG : existing: Destination exists, skipping 2026/08/05 01:17:17 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/08/05 01:17:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:17:17 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (3.94s) === RUN TestServerSideMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:17:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-fidutef8sume" 2026/08/05 01:17:19 DEBUG : Creating backend with remote "TestDrive:crypt/gu1gmp071lg1sgjt6ggg5od2cgps5pge8mr6t44ndclv5rg5jlo0" 2026/08/05 01:17:22 DEBUG : potato2: md5 = f2a5d2b23f9bf067b350f358401a191c OK 2026/08/05 01:17:23 DEBUG : empty space: md5 = 0dd83721e75eb2df32a113fd131b68ea OK 2026/08/05 01:17:25 DEBUG : potato3: md5 = ddd6e693ab45ca4a9f38707577b3bd06 OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani' -> Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume' 2026/08/05 01:17:27 DEBUG : empty space: md5 = 8e677820b0388df687d386a79a12952e OK 2026/08/05 01:17:29 DEBUG : potato3: md5 = dc0fc4f5affb6566fc83b2c37241cb93 OK 2026/08/05 01:17:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume': Using server-side directory move 2026/08/05 01:17:29 INFO : Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:17:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:17:29 DEBUG : empty space: size = 1 OK 2026/08/05 01:17:29 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:17:29 DEBUG : empty space: Unchanged skipping 2026/08/05 01:17:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume': Waiting for checks to finish 2026/08/05 01:17:29 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:17:29 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume') 2026/08/05 01:17:29 DEBUG : potato3: Sizes differ 2026/08/05 01:17:30 INFO : empty space: Deleted 2026/08/05 01:17:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume': Waiting for transfers to finish 2026/08/05 01:17:30 INFO : potato3: Deleted 2026/08/05 01:17:30 INFO : potato2: Moved (server-side) 2026/08/05 01:17:30 INFO : potato3: Moved (server-side) 2026/08/05 01:17:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qopedaj8xaco" 2026/08/05 01:17:31 DEBUG : Creating backend with remote "TestDrive:crypt/bg6lhu7efsq5saotf7sq4sim17aqp5gl578j5h1gfpia5df3qq00" 2026/08/05 01:17:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qopedaj8xaco': Using server-side directory move 2026/08/05 01:17:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qopedaj8xaco': Server side directory move succeeded 2026/08/05 01:17:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qopedaj8xaco': Purge remote 2026/08/05 01:17:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-fidutef8sume': Purge remote 2026/08/05 01:17:35 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (15.94s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:17:35 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kumoyer8foxo" 2026/08/05 01:17:35 DEBUG : Creating backend with remote "TestDrive:crypt/i42c2e1qoh27nb1nren1759ev9j3hq6s23ugd0b03m3vefs85fpg" 2026/08/05 01:17:38 DEBUG : potato2: md5 = 773cf0e2d56e753f39f3200a4dc96a90 OK 2026/08/05 01:17:39 DEBUG : empty space: md5 = 48f2338dc3e9dd78f183398f83fdb875 OK 2026/08/05 01:17:41 DEBUG : potato3: md5 = 0e0c31ac9996f0c2e45a4e68c431abbb OK sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani' -> Encrypted drive 'TestCryptDrive:rclone-test-kumoyer8foxo' 2026/08/05 01:17:43 DEBUG : empty space: md5 = 6d4a593ff89af4c5fa85676fa4548334 OK 2026/08/05 01:17:45 DEBUG : potato3: md5 = 0f443fd959273df9dd8652db33303284 OK 2026/08/05 01:17:45 DEBUG : empty space: Excluded (Size Filter) 2026/08/05 01:17:45 DEBUG : empty space: Excluded 2026/08/05 01:17:45 DEBUG : empty space: Excluded (Size Filter) 2026/08/05 01:17:45 DEBUG : empty space: Excluded 2026/08/05 01:17:45 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:17:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kumoyer8foxo': Waiting for checks to finish 2026/08/05 01:17:45 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:17:45 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-kumoyer8foxo') 2026/08/05 01:17:45 DEBUG : potato3: Sizes differ 2026/08/05 01:17:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kumoyer8foxo': Waiting for transfers to finish 2026/08/05 01:17:46 INFO : potato3: Deleted 2026/08/05 01:17:46 INFO : potato2: Moved (server-side) 2026/08/05 01:17:46 INFO : potato3: Moved (server-side) 2026/08/05 01:17:47 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-genabic5hife" 2026/08/05 01:17:47 DEBUG : Creating backend with remote "TestDrive:crypt/uspt2djd7b7oq79e92vhje3k808h6evo8jbfagi0cu5vmu2ec440" 2026/08/05 01:17:48 DEBUG : empty space: Excluded (Size Filter) 2026/08/05 01:17:48 DEBUG : empty space: Excluded 2026/08/05 01:17:48 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:17:48 DEBUG : potato3: Need to transfer - File not found at Destination 2026/08/05 01:17:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-genabic5hife': Waiting for checks to finish 2026/08/05 01:17:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-genabic5hife': Waiting for transfers to finish 2026/08/05 01:17:49 INFO : potato2: Moved (server-side) 2026/08/05 01:17:49 INFO : potato3: Moved (server-side) 2026/08/05 01:17:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-genabic5hife': Purge remote 2026/08/05 01:17:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kumoyer8foxo': Purge remote --- PASS: TestServerSideMoveWithFilter (16.69s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:17:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pukekac8reki" 2026/08/05 01:17:52 DEBUG : Creating backend with remote "TestDrive:crypt/en9alt5v3l8mp72nbphh1h3ulofp5dd21rjpchoimp0dlu9mg47g" 2026/08/05 01:17:54 DEBUG : potato2: md5 = ee3a29fd1c241893050646d50292b7e0 OK 2026/08/05 01:17:56 DEBUG : empty space: md5 = f840b5ac838c2c6382253806f6fc7054 OK 2026/08/05 01:17:57 DEBUG : potato3: md5 = 9ebf17708361c659231d8b858ecc578a OK 2026/08/05 01:17:57 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani' -> Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki' 2026/08/05 01:18:01 DEBUG : empty space: md5 = 720eceb0d858490c68120b3115d56b07 OK 2026/08/05 01:18:03 DEBUG : potato3: md5 = fc995a1fbd6b506252cbbb2e45d5ada4 OK 2026/08/05 01:18:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki': Using server-side directory move 2026/08/05 01:18:03 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/08/05 01:18:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/08/05 01:18:03 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/08/05 01:18:03 DEBUG : empty space: size = 1 OK 2026/08/05 01:18:03 DEBUG : potato3: size = 68 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:18:03 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:18:03 DEBUG : potato3: size = 60 (Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki') 2026/08/05 01:18:03 DEBUG : potato3: Sizes differ 2026/08/05 01:18:03 DEBUG : empty space: Unchanged skipping 2026/08/05 01:18:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki': Waiting for checks to finish 2026/08/05 01:18:04 INFO : empty space: Deleted 2026/08/05 01:18:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki': Waiting for transfers to finish 2026/08/05 01:18:04 INFO : potato3: Deleted 2026/08/05 01:18:04 INFO : potato2: Moved (server-side) 2026/08/05 01:18:04 INFO : potato3: Moved (server-side) 2026/08/05 01:18:04 INFO : tomatoDir: Removing directory 2026/08/05 01:18:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': deleted 1 directories 2026/08/05 01:18:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qimuwab1laya" 2026/08/05 01:18:06 DEBUG : Creating backend with remote "TestDrive:crypt/bv0uccn963qvqqvt64hc2jtc1ic7grnq2q5juop7o0v0u0e4i8qg" 2026/08/05 01:18:07 INFO : tomatoDir: Making directory 2026/08/05 01:18:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qimuwab1laya': Using server-side directory move 2026/08/05 01:18:08 INFO : Encrypted drive 'TestCryptDrive:rclone-test-qimuwab1laya': Server side directory move succeeded 2026/08/05 01:18:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qimuwab1laya': Purge remote 2026/08/05 01:18:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pukekac8reki': Purge remote 2026/08/05 01:18:11 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (19.58s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.47s) === RUN TestSyncOverlap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:18:12 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test" 2026/08/05 01:18:12 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" --- PASS: TestSyncOverlap (2.04s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:18:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test" 2026/08/05 01:18:14 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2026/08/05 01:18:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test-include/layer2" 2026/08/05 01:18:16 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2026/08/05 01:18:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test-ignore-file" 2026/08/05 01:18:20 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2026/08/05 01:18:24 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 74fe23ee5d0be78acc44af68c51b4867 OK 2026/08/05 01:18:25 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/05 01:18:25 DEBUG : rclone-sync-test: Excluded 2026/08/05 01:18:25 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/05 01:18:26 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/05 01:18:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test': Waiting for checks to finish 2026/08/05 01:18:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test': Waiting for transfers to finish 2026/08/05 01:18:26 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:26 INFO : There was nothing to transfer 2026/08/05 01:18:27 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/05 01:18:27 DEBUG : rclone-sync-test: Excluded 2026/08/05 01:18:28 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/05 01:18:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:18:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:18:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:28 INFO : rclone-sync-test-include: Removing directory 2026/08/05 01:18:28 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/05 01:18:28 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/05 01:18:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': failed to delete 1 directories 2026/08/05 01:18:28 INFO : There was nothing to transfer 2026/08/05 01:18:30 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/05 01:18:30 DEBUG : rclone-sync-test: Excluded 2026/08/05 01:18:30 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/05 01:18:30 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/05 01:18:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test-include/layer2': Waiting for checks to finish 2026/08/05 01:18:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test-include/layer2': Waiting for transfers to finish 2026/08/05 01:18:30 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:30 INFO : There was nothing to transfer 2026/08/05 01:18:31 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/05 01:18:32 DEBUG : rclone-sync-test: Excluded 2026/08/05 01:18:32 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/05 01:18:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:18:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:18:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:32 INFO : rclone-sync-test-include: Removing directory 2026/08/05 01:18:32 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2026/08/05 01:18:32 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2026/08/05 01:18:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': failed to delete 1 directories 2026/08/05 01:18:32 INFO : There was nothing to transfer 2026/08/05 01:18:33 DEBUG : Excluded 2026/08/05 01:18:33 DEBUG : rclone-sync-test-ignore-file: Excluded 2026/08/05 01:18:34 DEBUG : rclone-sync-test: Excluded 2026/08/05 01:18:34 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2026/08/05 01:18:34 DEBUG : rclone-sync-test-include/layer2: Excluded 2026/08/05 01:18:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test-ignore-file': Waiting for checks to finish 2026/08/05 01:18:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/rclone-sync-test-ignore-file': Waiting for transfers to finish 2026/08/05 01:18:34 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:34 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (24.91s) === RUN TestSyncCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:18:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:18:39 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:18:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/CompareDest" 2026/08/05 01:18:41 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/gveqi14airsml4bgu7krj116o8" 2026/08/05 01:18:43 DEBUG : one: Need to transfer - File not found at Destination 2026/08/05 01:18:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:18:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:18:45 DEBUG : one: md5 = c7be192af86d875c1473e7f2d41b64fb OK 2026/08/05 01:18:45 DEBUG : one: size = 3 OK 2026/08/05 01:18:45 INFO : one: Copied (new) 2026/08/05 01:18:45 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:46 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:18:46 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:18:46 DEBUG : one: Sizes differ 2026/08/05 01:18:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:18:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:18:48 DEBUG : one: md5 = e81fffd9fb5b894a4fd6edb0fcade0eb OK 2026/08/05 01:18:48 DEBUG : one: size = 5 OK 2026/08/05 01:18:48 INFO : one: Copied (replaced existing) 2026/08/05 01:18:48 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:50 DEBUG : dst/one: md5 = 250b2764292fe5c50b1ba01a31635af0 OK 2026/08/05 01:18:53 DEBUG : CompareDest/one: md5 = 737e5a935e1f58d5a8411df575f840a5 OK 2026/08/05 01:18:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:18:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:18:54 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:18:54 DEBUG : one: Sizes differ 2026/08/05 01:18:54 DEBUG : one: size = 5 OK 2026/08/05 01:18:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:18:54 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:18:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:18:54 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:54 INFO : There was nothing to transfer 2026/08/05 01:18:56 DEBUG : CompareDest/two: md5 = 1365c299d1f7babed19ac70450eee670 OK 2026/08/05 01:18:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:18:57 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:18:57 DEBUG : one: Sizes differ 2026/08/05 01:18:57 DEBUG : two: size = 3 OK 2026/08/05 01:18:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:18:57 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/05 01:18:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:18:57 DEBUG : one: size = 5 OK 2026/08/05 01:18:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:18:57 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:18:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:18:57 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:57 INFO : There was nothing to transfer 2026/08/05 01:18:58 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:18:58 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:18:58 DEBUG : one: Sizes differ 2026/08/05 01:18:58 DEBUG : two: size = 3 OK 2026/08/05 01:18:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:18:58 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/05 01:18:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:18:58 DEBUG : one: size = 5 OK 2026/08/05 01:18:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:18:58 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:18:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:18:58 DEBUG : Waiting for deletions to finish 2026/08/05 01:18:58 INFO : There was nothing to transfer sync_test.go:2206: No hash on uploaded file so skipping compare timestamp test 2026/08/05 01:19:00 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:19:00 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:19:00 DEBUG : one: Sizes differ 2026/08/05 01:19:00 DEBUG : two: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:19:00 DEBUG : two: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/CompareDest') 2026/08/05 01:19:00 DEBUG : two: Sizes differ 2026/08/05 01:19:00 DEBUG : two: Need to transfer - File not found at Destination 2026/08/05 01:19:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:00 DEBUG : one: size = 5 OK 2026/08/05 01:19:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:00 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/05 01:19:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:01 DEBUG : two: md5 = 6a994b43d1cf3a62efe1ae231a4b3636 OK 2026/08/05 01:19:01 DEBUG : two: size = 5 OK 2026/08/05 01:19:01 INFO : two: Copied (new) 2026/08/05 01:19:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (27.10s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:19:08 DEBUG : pre-dest1/1: md5 = 9595bfeb2f87a0eed1d2ddda39fc9d9e OK 2026/08/05 01:19:10 DEBUG : pre-dest2/2: md5 = fb8f0eec64e731d15b79892f2de2c489 OK 2026/08/05 01:19:11 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dest" 2026/08/05 01:19:11 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/rg03c1jvnehrrc617i0lnqjddc" 2026/08/05 01:19:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/pre-dest1" 2026/08/05 01:19:13 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/bbnblvh6k061ssopqrp18kd7gc" 2026/08/05 01:19:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/pre-dest2" 2026/08/05 01:19:14 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/dgicm1h6b5ejvlltm8eeif0bnk" 2026/08/05 01:19:15 DEBUG : 1: size = 1 OK 2026/08/05 01:19:15 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:19:15 DEBUG : 1: Destination found in --compare-dest, skipping 2026/08/05 01:19:15 DEBUG : 2: size = 1 OK 2026/08/05 01:19:15 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:19:15 DEBUG : 2: Destination found in --compare-dest, skipping 2026/08/05 01:19:16 DEBUG : 3: Need to transfer - File not found at Destination 2026/08/05 01:19:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dest': Waiting for checks to finish 2026/08/05 01:19:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dest': Waiting for transfers to finish 2026/08/05 01:19:18 DEBUG : 3: md5 = 7101e108637088ec10f80aafbc1923f4 OK 2026/08/05 01:19:18 DEBUG : 3: size = 1 OK 2026/08/05 01:19:18 INFO : 3: Copied (new) 2026/08/05 01:19:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (17.44s) === RUN TestSyncCopyDest run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:19:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:19:23 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:19:26 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/CopyDest" 2026/08/05 01:19:26 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/d09o6po3f7bm6ce32vdgs8h9ls" 2026/08/05 01:19:28 DEBUG : one: Need to transfer - File not found at Destination 2026/08/05 01:19:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:30 DEBUG : one: md5 = d14ee04aa753e5f0785468c32f4427a2 OK 2026/08/05 01:19:30 DEBUG : one: size = 3 OK 2026/08/05 01:19:30 INFO : one: Copied (new) 2026/08/05 01:19:30 DEBUG : Waiting for deletions to finish 2026/08/05 01:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:19:32 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:19:32 DEBUG : one: Sizes differ 2026/08/05 01:19:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:33 DEBUG : one: md5 = a7de93af1c8e3d5bbdd6832773d1ddb7 OK 2026/08/05 01:19:33 DEBUG : one: size = 5 OK 2026/08/05 01:19:33 INFO : one: Copied (replaced existing) 2026/08/05 01:19:33 DEBUG : Waiting for deletions to finish 2026/08/05 01:19:35 DEBUG : dst/one: md5 = a4eb9114a900c9759b897c03838e24ab OK 2026/08/05 01:19:37 DEBUG : CopyDest/one: md5 = 5aec9b5a03b903dc965c0b126c07a706 OK 2026/08/05 01:19:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/BackupDir" 2026/08/05 01:19:38 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/s6dbk3lfi7c9kfvo6j7bla9m0g" 2026/08/05 01:19:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:19:40 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:19:40 DEBUG : one: Sizes differ 2026/08/05 01:19:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:40 DEBUG : one: size = 5 OK 2026/08/05 01:19:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:19:40 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:19:40 DEBUG : one: Sizes differ 2026/08/05 01:19:42 INFO : one: Moved (server-side) 2026/08/05 01:19:43 DEBUG : one: size = 5 OK 2026/08/05 01:19:43 INFO : one: Copied (server-side copy) 2026/08/05 01:19:43 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/08/05 01:19:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:43 DEBUG : Waiting for deletions to finish 2026/08/05 01:19:45 DEBUG : CopyDest/two: md5 = a179522035f1c3546ce51f908f5b1cca OK 2026/08/05 01:19:46 DEBUG : one: size = 5 OK 2026/08/05 01:19:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:46 DEBUG : one: Unchanged skipping 2026/08/05 01:19:46 DEBUG : two: size = 3 OK 2026/08/05 01:19:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:47 DEBUG : two: size = 3 OK 2026/08/05 01:19:47 INFO : two: Copied (server-side copy) 2026/08/05 01:19:47 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/08/05 01:19:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:47 DEBUG : Waiting for deletions to finish 2026/08/05 01:19:48 DEBUG : one: size = 5 OK 2026/08/05 01:19:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:48 DEBUG : one: Unchanged skipping 2026/08/05 01:19:48 DEBUG : two: size = 3 OK 2026/08/05 01:19:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:48 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:48 DEBUG : two: Unchanged skipping 2026/08/05 01:19:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:48 DEBUG : Waiting for deletions to finish 2026/08/05 01:19:48 INFO : There was nothing to transfer 2026/08/05 01:19:50 DEBUG : CopyDest/three: md5 = 8173b0d5c462ff8b2232d2f26f300333 OK 2026/08/05 01:19:51 DEBUG : one: size = 5 OK 2026/08/05 01:19:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:51 DEBUG : one: Unchanged skipping 2026/08/05 01:19:51 DEBUG : three: size = 7 (Local file system at /tmp/rclone293589790) 2026/08/05 01:19:51 DEBUG : three: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/CopyDest') 2026/08/05 01:19:51 DEBUG : three: Sizes differ 2026/08/05 01:19:51 DEBUG : three: Destination not found in --copy-dest 2026/08/05 01:19:51 DEBUG : three: Need to transfer - File not found at Destination 2026/08/05 01:19:51 DEBUG : two: size = 3 OK 2026/08/05 01:19:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2026/08/05 01:19:51 DEBUG : two: Unchanged skipping 2026/08/05 01:19:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:19:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:19:53 DEBUG : three: md5 = 8bdf93f7aefb9dac14c337b5d2879542 OK 2026/08/05 01:19:53 DEBUG : three: size = 7 OK 2026/08/05 01:19:53 INFO : three: Copied (new) 2026/08/05 01:19:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (36.25s) === RUN TestSyncBackupDir run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:20:02 DEBUG : dst/one: md5 = 56243d87db8142e85089704c47c2d19e OK 2026/08/05 01:20:04 DEBUG : dst/two: md5 = f9456ee260fa46722483d305bbc9ecfe OK 2026/08/05 01:20:05 DEBUG : dst/three.txt: md5 = b25356862a30fd013f90c2d9dc39f4da OK 2026/08/05 01:20:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:20:06 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:20:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/backup" 2026/08/05 01:20:06 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/1nrff024r7pq65ecp72fc28jb0" 2026/08/05 01:20:09 DEBUG : one: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:20:09 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:20:09 DEBUG : one: Sizes differ 2026/08/05 01:20:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:20:09 DEBUG : two: size = 3 OK 2026/08/05 01:20:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:20:09 DEBUG : two: Unchanged skipping 2026/08/05 01:20:10 INFO : one: Moved (server-side) 2026/08/05 01:20:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:20:12 DEBUG : one: md5 = 91e7aac692eebd1580212ea96784f404 OK 2026/08/05 01:20:12 DEBUG : one: size = 4 OK 2026/08/05 01:20:12 INFO : one: Copied (new) 2026/08/05 01:20:12 DEBUG : Waiting for deletions to finish 2026/08/05 01:20:13 INFO : three.txt: Moved (server-side) 2026/08/05 01:20:13 INFO : three.txt: Moved into backup dir 2026/08/05 01:20:15 DEBUG : dst/three.txt: md5 = 4b54cfdf1f54dfe1168d79ea07680c6e OK 2026/08/05 01:20:16 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:20:16 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:20:16 DEBUG : one: Sizes differ 2026/08/05 01:20:16 DEBUG : two: size = 3 OK 2026/08/05 01:20:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:20:16 DEBUG : two: Unchanged skipping 2026/08/05 01:20:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:20:16 INFO : one: Deleted 2026/08/05 01:20:17 INFO : one: Moved (server-side) 2026/08/05 01:20:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:20:18 DEBUG : one: md5 = 457e88e14d66a160bb6a8570b58741a5 OK 2026/08/05 01:20:18 DEBUG : one: size = 5 OK 2026/08/05 01:20:18 INFO : one: Copied (new) 2026/08/05 01:20:18 DEBUG : Waiting for deletions to finish 2026/08/05 01:20:19 INFO : three.txt: Deleted 2026/08/05 01:20:20 INFO : three.txt: Moved (server-side) 2026/08/05 01:20:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (24.86s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:20:27 DEBUG : dst/one: md5 = 31d8fe35299368789d78f7f002d66357 OK 2026/08/05 01:20:28 DEBUG : dst/two: md5 = 4a5774e8ff719839f652f3fa33e28397 OK 2026/08/05 01:20:30 DEBUG : dst/three.txt: md5 = f2b3c1045f46a03d9eafc421e88f370a OK 2026/08/05 01:20:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:20:30 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:20:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/backup" 2026/08/05 01:20:31 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/1nrff024r7pq65ecp72fc28jb0" 2026/08/05 01:20:33 DEBUG : one: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:20:33 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:20:33 DEBUG : one: Sizes differ 2026/08/05 01:20:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:20:33 DEBUG : two: size = 3 OK 2026/08/05 01:20:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:20:33 DEBUG : two: Unchanged skipping 2026/08/05 01:20:34 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:20:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:20:36 DEBUG : one: md5 = 451238d0cbb1d181788dc5f46e49d606 OK 2026/08/05 01:20:36 DEBUG : one: size = 4 OK 2026/08/05 01:20:36 INFO : one: Copied (new) 2026/08/05 01:20:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:20:37 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:20:37 INFO : three.txt: Moved into backup dir 2026/08/05 01:20:39 DEBUG : dst/three.txt: md5 = ed8bfd3ef2d286ba7aa90d834a946c63 OK 2026/08/05 01:20:40 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:20:40 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:20:40 DEBUG : one: Sizes differ 2026/08/05 01:20:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:20:40 DEBUG : two: size = 3 OK 2026/08/05 01:20:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:20:40 DEBUG : two: Unchanged skipping 2026/08/05 01:20:41 INFO : one.bak: Deleted 2026/08/05 01:20:41 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:20:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:20:43 DEBUG : one: md5 = 579d6885d6a6efb3ede2b0f893dda2d7 OK 2026/08/05 01:20:43 DEBUG : one: size = 5 OK 2026/08/05 01:20:43 INFO : one: Copied (new) 2026/08/05 01:20:43 DEBUG : Waiting for deletions to finish 2026/08/05 01:20:44 INFO : three.txt.bak: Deleted 2026/08/05 01:20:44 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:20:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (24.36s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:20:51 DEBUG : dst/one: md5 = 2167d0b3fa3babf026a1357387803939 OK 2026/08/05 01:20:52 DEBUG : dst/two: md5 = 090f7d6f92291cfd32f7d2beeddffd60 OK 2026/08/05 01:20:54 DEBUG : dst/three.txt: md5 = 85ae6de641e75094ee5167e0b0f264ca OK 2026/08/05 01:20:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:20:55 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:20:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/backup" 2026/08/05 01:20:56 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/1nrff024r7pq65ecp72fc28jb0" 2026/08/05 01:20:58 DEBUG : one: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:20:58 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:20:58 DEBUG : one: Sizes differ 2026/08/05 01:20:58 DEBUG : two: size = 3 OK 2026/08/05 01:20:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:20:58 DEBUG : two: Unchanged skipping 2026/08/05 01:20:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:21:00 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:21:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:21:01 DEBUG : one: md5 = a5f6f192fcde1328b6100775edf95374 OK 2026/08/05 01:21:01 DEBUG : one: size = 4 OK 2026/08/05 01:21:01 INFO : one: Copied (new) 2026/08/05 01:21:01 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:02 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:21:02 INFO : three.txt: Moved into backup dir 2026/08/05 01:21:04 DEBUG : dst/three.txt: md5 = 827b1149e26d6ee2964ebe69c6e2beaa OK 2026/08/05 01:21:05 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:05 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:05 DEBUG : one: Sizes differ 2026/08/05 01:21:05 DEBUG : two: size = 3 OK 2026/08/05 01:21:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:05 DEBUG : two: Unchanged skipping 2026/08/05 01:21:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:21:06 INFO : one-2019-01-01: Deleted 2026/08/05 01:21:06 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:21:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:21:08 DEBUG : one: md5 = 229cc4ad0fb8c1289545d7a1c08dc13a OK 2026/08/05 01:21:08 DEBUG : one: size = 5 OK 2026/08/05 01:21:08 INFO : one: Copied (new) 2026/08/05 01:21:08 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:08 INFO : three-2019-01-01.txt: Deleted 2026/08/05 01:21:09 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:21:09 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (24.86s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:21:16 DEBUG : dst/one: md5 = 244583c02fcf89d377a6ca116d8e02d9 OK 2026/08/05 01:21:17 DEBUG : dst/two: md5 = 9df3986e209db91e725b03317dd1b0f0 OK 2026/08/05 01:21:19 DEBUG : dst/three.txt: md5 = c5900deb2189619509b1ffb085ef665e OK 2026/08/05 01:21:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:21:20 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:21:21 DEBUG : one: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:21 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:21 DEBUG : one: Sizes differ 2026/08/05 01:21:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:21:21 DEBUG : two: size = 3 OK 2026/08/05 01:21:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:21 DEBUG : two: Unchanged skipping 2026/08/05 01:21:22 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:21:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:21:23 DEBUG : one: md5 = 587c3fba4a256126a9304679ace23047 OK 2026/08/05 01:21:23 DEBUG : one: size = 4 OK 2026/08/05 01:21:23 INFO : one: Copied (new) 2026/08/05 01:21:23 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:24 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:21:24 INFO : three.txt: Moved into backup dir 2026/08/05 01:21:26 DEBUG : dst/three.txt: md5 = e98ff6b8a057b3fd540de756ce235f51 OK 2026/08/05 01:21:27 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/08/05 01:21:27 DEBUG : three.txt.bak: Excluded 2026/08/05 01:21:27 DEBUG : one.bak: Excluded (Path Filter) 2026/08/05 01:21:27 DEBUG : one.bak: Excluded 2026/08/05 01:21:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:27 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:27 DEBUG : one: Sizes differ 2026/08/05 01:21:27 DEBUG : two: size = 3 OK 2026/08/05 01:21:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:27 DEBUG : two: Unchanged skipping 2026/08/05 01:21:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for checks to finish 2026/08/05 01:21:27 INFO : one.bak: Deleted 2026/08/05 01:21:28 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:21:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst': Waiting for transfers to finish 2026/08/05 01:21:29 DEBUG : one: md5 = f3df389a9c04f7df25a60fc883887540 OK 2026/08/05 01:21:29 DEBUG : one: size = 5 OK 2026/08/05 01:21:29 INFO : one: Copied (new) 2026/08/05 01:21:29 DEBUG : Waiting for deletions to finish 2026/08/05 01:21:30 INFO : three.txt.bak: Deleted 2026/08/05 01:21:30 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:21:30 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (20.55s) === RUN TestSyncSuffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:21:37 DEBUG : dst/one: md5 = 8ffd75dade714ee959e73f755d958186 OK 2026/08/05 01:21:38 DEBUG : dst/two: md5 = c78af79ec8247f825a67aa42651fe0c2 OK 2026/08/05 01:21:39 DEBUG : dst/three.txt: md5 = b129da649152b39902bed991f041d4f1 OK 2026/08/05 01:21:40 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:21:40 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:21:41 DEBUG : one: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:41 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:41 DEBUG : one: Sizes differ 2026/08/05 01:21:42 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:21:43 DEBUG : one: md5 = e9bdc1497b561d451028109c5a172f86 OK 2026/08/05 01:21:43 DEBUG : one: size = 4 OK 2026/08/05 01:21:43 INFO : one: Copied (new) 2026/08/05 01:21:44 DEBUG : two: size = 3 OK 2026/08/05 01:21:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:44 DEBUG : two: Unchanged skipping 2026/08/05 01:21:44 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:44 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:44 DEBUG : three.txt: Sizes differ 2026/08/05 01:21:45 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:21:46 DEBUG : three.txt: md5 = d40e567cf2e6395eec7cfea6d442a46f OK 2026/08/05 01:21:46 DEBUG : three.txt: size = 6 OK 2026/08/05 01:21:46 INFO : three.txt: Copied (new) 2026/08/05 01:21:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:47 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:47 DEBUG : one: Sizes differ 2026/08/05 01:21:48 INFO : one.bak: Deleted 2026/08/05 01:21:49 INFO : one: Moved (server-side) to: one.bak 2026/08/05 01:21:50 DEBUG : one: md5 = 3780defec06d3125f5323652390fa260 OK 2026/08/05 01:21:50 DEBUG : one: size = 5 OK 2026/08/05 01:21:50 INFO : one: Copied (new) 2026/08/05 01:21:51 DEBUG : two: size = 3 OK 2026/08/05 01:21:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:21:51 DEBUG : two: Unchanged skipping 2026/08/05 01:21:51 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone293589790) 2026/08/05 01:21:51 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:21:51 DEBUG : three.txt: Sizes differ 2026/08/05 01:21:51 DEBUG : TestDrive: Token expired 2026/08/05 01:21:51 DEBUG : TestDrive: No updated token found in the config file 2026/08/05 01:21:51 DEBUG : TestDrive: Token refresh successful 2026/08/05 01:21:51 DEBUG : Saving config "token" in section "TestDrive" of the config file 2026/08/05 01:21:51 DEBUG : TestDrive: Saved new token in config file 2026/08/05 01:21:52 INFO : three.txt.bak: Deleted 2026/08/05 01:21:52 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/08/05 01:21:54 DEBUG : three.txt: md5 = 5623900185cba2debdb9dd20f9798a8c OK 2026/08/05 01:21:54 DEBUG : three.txt: size = 19 OK 2026/08/05 01:21:54 INFO : three.txt: Copied (new) 2026/08/05 01:21:54 DEBUG : TestDrive: Token expired 2026/08/05 01:21:54 DEBUG : TestDrive: Loaded fresh token from config file 2026/08/05 01:21:54 DEBUG : TestDrive: Token refresh successful --- PASS: TestSyncSuffix (24.02s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:22:00 DEBUG : dst/one: md5 = 15e9966422b2757f5f297296b8f5c473 OK 2026/08/05 01:22:02 DEBUG : dst/two: md5 = c1d54f1111877eecbc2940b744d8740a OK 2026/08/05 01:22:03 DEBUG : dst/three.txt: md5 = 6db4478c0a8029e8a3cf480e1993eb56 OK 2026/08/05 01:22:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-boxotax2wani/dst" 2026/08/05 01:22:04 DEBUG : Creating backend with remote "TestDrive:crypt/21ah45058ctdge0i2ot7urb017fef9f5g88q4uba9g7hjur0ee30/31u3jie661vd5p8j7rtc3hgbh0" 2026/08/05 01:22:05 DEBUG : one: size = 4 (Local file system at /tmp/rclone293589790) 2026/08/05 01:22:05 DEBUG : one: size = 3 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:22:05 DEBUG : one: Sizes differ 2026/08/05 01:22:06 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:22:07 DEBUG : one: md5 = 7b8f268aa2135a43ecfbef7426026081 OK 2026/08/05 01:22:07 DEBUG : one: size = 4 OK 2026/08/05 01:22:07 INFO : one: Copied (new) 2026/08/05 01:22:08 DEBUG : two: size = 3 OK 2026/08/05 01:22:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:08 DEBUG : two: Unchanged skipping 2026/08/05 01:22:08 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone293589790) 2026/08/05 01:22:08 DEBUG : three.txt: size = 5 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:22:08 DEBUG : three.txt: Sizes differ 2026/08/05 01:22:09 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:22:10 DEBUG : three.txt: md5 = 374b76757ef5e11556d2144481a3be54 OK 2026/08/05 01:22:10 DEBUG : three.txt: size = 6 OK 2026/08/05 01:22:10 INFO : three.txt: Copied (new) 2026/08/05 01:22:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone293589790) 2026/08/05 01:22:12 DEBUG : one: size = 4 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:22:12 DEBUG : one: Sizes differ 2026/08/05 01:22:12 INFO : one-2019-01-01: Deleted 2026/08/05 01:22:13 INFO : one: Moved (server-side) to: one-2019-01-01 2026/08/05 01:22:14 DEBUG : one: md5 = 457789fb3186799f22d21b33d8578220 OK 2026/08/05 01:22:14 DEBUG : one: size = 5 OK 2026/08/05 01:22:14 INFO : one: Copied (new) 2026/08/05 01:22:15 DEBUG : two: size = 3 OK 2026/08/05 01:22:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:15 DEBUG : two: Unchanged skipping 2026/08/05 01:22:15 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone293589790) 2026/08/05 01:22:15 DEBUG : three.txt: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani/dst') 2026/08/05 01:22:15 DEBUG : three.txt: Sizes differ 2026/08/05 01:22:16 INFO : three-2019-01-01.txt: Deleted 2026/08/05 01:22:16 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/08/05 01:22:18 DEBUG : three.txt: md5 = b378fc3ff396b1e7e06cc11257810ee9 OK 2026/08/05 01:22:18 DEBUG : three.txt: size = 19 OK 2026/08/05 01:22:18 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (25.28s) === RUN TestSyncUTFNorm run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:22:25 DEBUG : Testêé: md5 = 8e0a36b7623603b8361e940bed26dbb2 OK 2026/08/05 01:22:26 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone293589790) 2026/08/05 01:22:26 DEBUG : Testêé: size = 18 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:22:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:22:26 DEBUG : Testêé: Sizes differ 2026/08/05 01:22:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:22:27 DEBUG : Testêé: md5 = 78379c4da1fba34dffd1c375760f41bf OK 2026/08/05 01:22:27 DEBUG : Testêé: size = 14 OK 2026/08/05 01:22:27 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/08/05 01:22:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (5.14s) === RUN TestSyncImmutable run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:22:29 DEBUG : existing: Need to transfer - File not found at Destination 2026/08/05 01:22:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:22:29 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:22:31 DEBUG : existing: md5 = 11ef03dd17144020ceecc1fc7209768e OK 2026/08/05 01:22:31 DEBUG : existing: size = 6 OK 2026/08/05 01:22:31 INFO : existing: Copied (new) 2026/08/05 01:22:31 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:31 DEBUG : existing: size = 8 (Local file system at /tmp/rclone293589790) 2026/08/05 01:22:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:22:31 DEBUG : existing: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:22:31 DEBUG : existing: Sizes differ 2026/08/05 01:22:31 ERROR : existing: Source and destination exist but do not match: immutable file modified 2026/08/05 01:22:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:22:31 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': not deleting files as there were IO errors 2026/08/05 01:22:31 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (3.95s) === RUN TestSyncIgnoreCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:22:34 DEBUG : EXISTING: md5 = a4a9b07b1321447561fa1b0115f1cbd8 OK 2026/08/05 01:22:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:22:35 DEBUG : EXISTING: size = 6 OK 2026/08/05 01:22:35 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:22:35 DEBUG : existing: Unchanged skipping 2026/08/05 01:22:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:22:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:22:35 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.26s) === RUN TestFixCase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:2666: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.46s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", 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-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", 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-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.46s) --- SKIP: TestMaxTransfer/Hard (0.48s) --- SKIP: TestMaxTransfer/Soft (0.50s) --- SKIP: TestMaxTransfer/Cautious (0.49s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:22:39 DEBUG : both0: md5 = a18f6d50e3c93c3b08b17c15a49d4f84 OK 2026/08/05 01:22:41 DEBUG : only0: md5 = f2f4f766a8b39342fc98943909949031 OK 2026/08/05 01:22:42 DEBUG : both1: md5 = 87fee474ab1871299f4e946c5bf2ac55 OK 2026/08/05 01:22:44 DEBUG : only1: md5 = 5542ea7df16c8455afc9c0aa11fd4105 OK 2026/08/05 01:22:45 DEBUG : both2: md5 = e85b228821af37c5a3063c028816a2b6 OK 2026/08/05 01:22:47 DEBUG : only2: md5 = 5210cf12c32e5c4e6ba4b84b556dd87b OK 2026/08/05 01:22:48 DEBUG : both3: md5 = ec138ba41f3fd80956575ff4333ab7dc OK 2026/08/05 01:22:50 DEBUG : only3: md5 = 3ad980100312b373a1e87f53d1400349 OK 2026/08/05 01:22:51 DEBUG : both4: md5 = 471cff486ca7a436c0418fbab608991f OK 2026/08/05 01:22:53 DEBUG : only4: md5 = a845c8743df986b69e6dda860bfc2cf1 OK 2026/08/05 01:22:54 DEBUG : both5: md5 = b05f82ae62d87a1e4333bba0ff7698e7 OK 2026/08/05 01:22:56 DEBUG : only5: md5 = 005a78a6cb9c9f7e6c4aee06240fd1f6 OK 2026/08/05 01:22:57 DEBUG : both6: md5 = 620689405bedfcf5a14c26176112ff17 OK 2026/08/05 01:22:59 DEBUG : only6: md5 = 00966c0741364d4a8bb3d0d644da31f3 OK 2026/08/05 01:23:01 DEBUG : both7: md5 = 09d5b19a4b45240e582933014d5f70f3 OK 2026/08/05 01:23:02 DEBUG : only7: md5 = f8ce8f7dc0b838bda0b98889b3bb5efb OK 2026/08/05 01:23:04 DEBUG : both8: md5 = 4b32ff984f9262d83814510ec21a4039 OK 2026/08/05 01:23:05 DEBUG : only8: md5 = 37a3ada170e979eb4a5077d781917817 OK 2026/08/05 01:23:07 DEBUG : both9: md5 = c6538e46be3407b842e2d789bbe32f7a OK 2026/08/05 01:23:08 DEBUG : only9: md5 = d88d3f15395cffc4407b55466b10b54b OK 2026/08/05 01:23:10 DEBUG : both10: md5 = 4067ac37a23f25c03c821b9496d82f9b OK 2026/08/05 01:23:11 DEBUG : only10: md5 = 842684c1758bbfc33ad9ce117020ce74 OK 2026/08/05 01:23:13 DEBUG : both11: md5 = 3026f8ec15bb1691987d1377f2fbbfa4 OK 2026/08/05 01:23:14 DEBUG : only11: md5 = 6cf5d9df2df9eee1a3f67dec9dea3e8a OK 2026/08/05 01:23:16 DEBUG : both12: md5 = 39a195c07ea0f749b292965bf589a34d OK 2026/08/05 01:23:17 DEBUG : only12: md5 = e4d30b33f53a6a0ff30130113723f63f OK 2026/08/05 01:23:19 DEBUG : both13: md5 = f22f1806d2ba3adc6e0475992f7a4724 OK 2026/08/05 01:23:20 DEBUG : only13: md5 = c8035a1a283afd5b03630dfdd68df5d7 OK 2026/08/05 01:23:21 DEBUG : both14: md5 = 154c4e78042e03762d30707cec46b860 OK 2026/08/05 01:23:23 DEBUG : only14: md5 = 1c4dcd1fadb1bdf1002f7c37c693a944 OK 2026/08/05 01:23:24 DEBUG : both15: md5 = 34e569cb286e81f940e744b1e8752621 OK 2026/08/05 01:23:26 DEBUG : only15: md5 = e9e5d0c36095eb5c6a6d89781dedd095 OK 2026/08/05 01:23:27 DEBUG : both16: md5 = c7c16f2346ccc92f37cee5a234f2f91a OK 2026/08/05 01:23:29 DEBUG : only16: md5 = 888268f5a1b020d0d411932f0e6e36e9 OK 2026/08/05 01:23:31 DEBUG : both17: md5 = 093dccd9368a50e332259b2fed147a53 OK 2026/08/05 01:23:32 DEBUG : only17: md5 = 7c085f50fc641adc9be12d5d0e7982de OK 2026/08/05 01:23:34 DEBUG : both18: md5 = 6a3213f4dc5ac15631e7441a1cced671 OK 2026/08/05 01:23:35 DEBUG : only18: md5 = ba63e9064d1168868b3a303a7a08a205 OK 2026/08/05 01:23:37 DEBUG : both19: md5 = 271197151a744229826815782240ebcc OK 2026/08/05 01:23:38 DEBUG : only19: md5 = 9b1bb7890e52772307b57858ecd5dc7e OK 2026/08/05 01:23:39 DEBUG : both0: size = 6 OK 2026/08/05 01:23:39 DEBUG : both10: size = 6 OK 2026/08/05 01:23:39 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both11: size = 6 OK 2026/08/05 01:23:39 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:23:39 DEBUG : both12: size = 6 OK 2026/08/05 01:23:39 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both0: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both13: size = 6 OK 2026/08/05 01:23:39 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both10: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both14: size = 6 OK 2026/08/05 01:23:39 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both14: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both15: size = 6 OK 2026/08/05 01:23:39 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both15: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both16: size = 6 OK 2026/08/05 01:23:39 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both16: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both17: size = 6 OK 2026/08/05 01:23:39 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both11: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both18: size = 6 OK 2026/08/05 01:23:39 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both18: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both19: size = 6 OK 2026/08/05 01:23:39 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both12: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both1: size = 6 OK 2026/08/05 01:23:39 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both1: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both13: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both2: size = 6 OK 2026/08/05 01:23:39 DEBUG : both17: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both3: size = 6 OK 2026/08/05 01:23:39 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both4: size = 6 OK 2026/08/05 01:23:39 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both2: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both5: size = 6 OK 2026/08/05 01:23:39 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both5: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both6: size = 6 OK 2026/08/05 01:23:39 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both6: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both7: size = 6 OK 2026/08/05 01:23:39 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both7: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both8: size = 6 OK 2026/08/05 01:23:39 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both8: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both9: size = 6 OK 2026/08/05 01:23:39 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:23:39 DEBUG : both9: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both3: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both4: Unchanged skipping 2026/08/05 01:23:39 DEBUG : both19: Unchanged skipping 2026/08/05 01:23:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:23:39 DEBUG : Waiting for deletions to finish 2026/08/05 01:23:39 INFO : only7: Deleted 2026/08/05 01:23:39 INFO : only11: Deleted 2026/08/05 01:23:39 INFO : only6: Deleted 2026/08/05 01:23:39 INFO : only13: Deleted 2026/08/05 01:23:40 INFO : only9: Deleted 2026/08/05 01:23:40 INFO : only18: Deleted 2026/08/05 01:23:40 INFO : only8: Deleted 2026/08/05 01:23:40 INFO : only10: Deleted 2026/08/05 01:23:40 INFO : only5: Deleted 2026/08/05 01:23:40 INFO : only2: Deleted 2026/08/05 01:23:40 INFO : only19: Deleted 2026/08/05 01:23:40 INFO : only1: Deleted 2026/08/05 01:23:40 INFO : only0: Deleted 2026/08/05 01:23:40 INFO : only14: Deleted 2026/08/05 01:23:40 INFO : only12: Deleted 2026/08/05 01:23:40 INFO : only16: Deleted 2026/08/05 01:23:41 INFO : only17: Deleted 2026/08/05 01:23:41 INFO : only15: Deleted 2026/08/05 01:23:41 INFO : only3: Deleted 2026/08/05 01:23:41 INFO : only4: Deleted 2026/08/05 01:23:41 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (73.01s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:23:52 DEBUG : both0: md5 = ddf5d4f7ec8762118c22c4c2802fa3ef OK 2026/08/05 01:23:54 DEBUG : only0: md5 = 7a55ea18c0b1d20cd1b4a923f6ed9810 OK 2026/08/05 01:23:56 DEBUG : both1: md5 = bf1f3ddde7da10c4b3e9f07a200c8c6e OK 2026/08/05 01:23:57 DEBUG : only1: md5 = b0d62a5708c9cd82f74890b2cabb7f73 OK 2026/08/05 01:23:59 DEBUG : both2: md5 = de1d74872c82b01df306af9558c64dfd OK 2026/08/05 01:24:00 DEBUG : only2: md5 = c87e989299f73435d132f6e91d2800c8 OK 2026/08/05 01:24:02 DEBUG : both3: md5 = 492845344aa98a2bd66ac4d15f81c72b OK 2026/08/05 01:24:04 DEBUG : only3: md5 = 97c850bff929b0bb9d573a8e5c47d94b OK 2026/08/05 01:24:05 DEBUG : both4: md5 = 4bd333f491d74a16411d80979af6f2d6 OK 2026/08/05 01:24:07 DEBUG : only4: md5 = 87d5a49e33eb5a997b4bfa9eb6458796 OK 2026/08/05 01:24:08 DEBUG : both5: md5 = a78f58cac25495dad3fc33a45ed9ee67 OK 2026/08/05 01:24:10 DEBUG : only5: md5 = 02914d6f8003382fe460ff7cb1a5e507 OK 2026/08/05 01:24:11 DEBUG : both6: md5 = 650504a1130c7f61baa7c8aac67e2c88 OK 2026/08/05 01:24:13 DEBUG : only6: md5 = 9d57f5461efdff53cdb1d34b7a16d4b1 OK 2026/08/05 01:24:14 DEBUG : both7: md5 = 015ac95dc143111ccf3a32215e5a714b OK 2026/08/05 01:24:15 DEBUG : only7: md5 = 6438db64a09d9e52097b837352cf4fb7 OK 2026/08/05 01:24:17 DEBUG : both8: md5 = 21f4d5a6af7321a975a53bd620b6398e OK 2026/08/05 01:24:18 DEBUG : only8: md5 = 7244baf81ca043dda11d2f73fd5b564e OK 2026/08/05 01:24:20 DEBUG : both9: md5 = 2a2bd9fd605db6db27ce712127a08e1d OK 2026/08/05 01:24:21 DEBUG : only9: md5 = 7152997e852d086d6c2fcf14de392937 OK 2026/08/05 01:24:22 DEBUG : both10: md5 = ff01d1fd87b5b16659d345010991597d OK 2026/08/05 01:24:24 DEBUG : only10: md5 = 9e14966e4be0612050121ee581589d0f OK 2026/08/05 01:24:25 DEBUG : both11: md5 = a0ee1f13f530f3fad09e523288aa1581 OK 2026/08/05 01:24:27 DEBUG : only11: md5 = 22a8caad2e629cbff3ed96846149afe9 OK 2026/08/05 01:24:28 DEBUG : both12: md5 = 70fb225a6474e3ce4d131f8559744298 OK 2026/08/05 01:24:30 DEBUG : only12: md5 = f94644e9810f186f86b956aa4bb93be3 OK 2026/08/05 01:24:31 DEBUG : both13: md5 = 87d68601ea1b13d2d1b81249feb64ad6 OK 2026/08/05 01:24:33 DEBUG : only13: md5 = 49fe6b0fe6137f326e0e7a62c6d31d7e OK 2026/08/05 01:24:34 DEBUG : both14: md5 = 8b76e33392c73a967beea1cbd230e84e OK 2026/08/05 01:24:36 DEBUG : only14: md5 = ef6a0ccf9a5fff18bc3ba2fa9b28bf78 OK 2026/08/05 01:24:37 DEBUG : both15: md5 = d96001e87d67749a58b762edd7d19ace OK 2026/08/05 01:24:39 DEBUG : only15: md5 = d0ebed7077a18ebb6cecf04b8d11bce4 OK 2026/08/05 01:24:40 DEBUG : both16: md5 = 0752291b893c54a4117b90e27abc3450 OK 2026/08/05 01:24:42 DEBUG : only16: md5 = b24d766a41b1919ca15e83b9290f6486 OK 2026/08/05 01:24:43 DEBUG : both17: md5 = 5b2742b12e6f468d29c8282739129bdb OK 2026/08/05 01:24:45 DEBUG : only17: md5 = 385ee83dc46c97a89f2d219e0c4c0f4a OK 2026/08/05 01:24:46 DEBUG : both18: md5 = db57715204297ce2820e5d84cd830aa6 OK 2026/08/05 01:24:48 DEBUG : only18: md5 = 80f6abc3f8b84d29d2705610ea3b8c0a OK 2026/08/05 01:24:50 DEBUG : both19: md5 = 942c10ed785eda570d8c605cd47eb8d7 OK 2026/08/05 01:24:51 DEBUG : only19: md5 = dceef85f01ca15d1690c6c6c32916046 OK 2026/08/05 01:24:52 DEBUG : both10: size = 6 OK 2026/08/05 01:24:52 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both0: size = 6 OK 2026/08/05 01:24:52 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both12: size = 6 OK 2026/08/05 01:24:52 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both11: size = 6 OK 2026/08/05 01:24:52 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both10: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both13: size = 6 OK 2026/08/05 01:24:52 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both13: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both14: size = 6 OK 2026/08/05 01:24:52 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both14: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both15: size = 6 OK 2026/08/05 01:24:52 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:24:52 DEBUG : both15: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both0: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both17: size = 6 OK 2026/08/05 01:24:52 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both16: size = 6 OK 2026/08/05 01:24:52 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both17: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both18: size = 6 OK 2026/08/05 01:24:52 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both18: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both19: size = 6 OK 2026/08/05 01:24:52 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both19: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both1: size = 6 OK 2026/08/05 01:24:52 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both1: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both2: size = 6 OK 2026/08/05 01:24:52 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both16: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both3: size = 6 OK 2026/08/05 01:24:52 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both3: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both4: size = 6 OK 2026/08/05 01:24:52 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both4: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both5: size = 6 OK 2026/08/05 01:24:52 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both5: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both6: size = 6 OK 2026/08/05 01:24:52 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both6: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both7: size = 6 OK 2026/08/05 01:24:52 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both7: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both8: size = 6 OK 2026/08/05 01:24:52 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both11: Unchanged skipping 2026/08/05 01:24:52 DEBUG : both9: size = 6 OK 2026/08/05 01:24:52 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:24:52 DEBUG : both9: Unchanged skipping 2026/08/05 01:24:52 DEBUG : only0: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only0: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only0: Sizes differ 2026/08/05 01:24:52 DEBUG : both12: Unchanged skipping 2026/08/05 01:24:52 DEBUG : only10: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only10: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only10: Sizes differ 2026/08/05 01:24:52 DEBUG : only11: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only11: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only11: Sizes differ 2026/08/05 01:24:52 DEBUG : both2: Unchanged skipping 2026/08/05 01:24:52 DEBUG : only12: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only12: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only12: Sizes differ 2026/08/05 01:24:52 DEBUG : only13: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only13: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only13: Sizes differ 2026/08/05 01:24:52 DEBUG : only14: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only14: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only14: Sizes differ 2026/08/05 01:24:52 DEBUG : both8: Unchanged skipping 2026/08/05 01:24:52 DEBUG : only15: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only15: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only15: Sizes differ 2026/08/05 01:24:52 DEBUG : only16: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only16: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only16: Sizes differ 2026/08/05 01:24:52 DEBUG : only17: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only17: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only17: Sizes differ 2026/08/05 01:24:52 DEBUG : only18: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only18: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only18: Sizes differ 2026/08/05 01:24:52 DEBUG : only19: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only19: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only19: Sizes differ 2026/08/05 01:24:52 DEBUG : only1: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only1: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only1: Sizes differ 2026/08/05 01:24:52 DEBUG : only2: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only2: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only2: Sizes differ 2026/08/05 01:24:52 DEBUG : only3: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only3: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only3: Sizes differ 2026/08/05 01:24:52 DEBUG : only4: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only4: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only4: Sizes differ 2026/08/05 01:24:52 DEBUG : only5: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only5: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only5: Sizes differ 2026/08/05 01:24:52 DEBUG : only6: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only6: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only6: Sizes differ 2026/08/05 01:24:52 DEBUG : only7: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only7: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only7: Sizes differ 2026/08/05 01:24:52 DEBUG : only8: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only8: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only8: Sizes differ 2026/08/05 01:24:52 DEBUG : only9: size = 0 (Local file system at /tmp/rclone293589790) 2026/08/05 01:24:52 DEBUG : only9: size = 6 (Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani') 2026/08/05 01:24:52 DEBUG : only9: Sizes differ 2026/08/05 01:24:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:24:53 DEBUG : only10: md5 = 4d01e21804d310cd375aa5374672a02e OK 2026/08/05 01:24:53 DEBUG : only10: size = 0 OK 2026/08/05 01:24:53 INFO : only10: Copied (replaced existing) 2026/08/05 01:24:53 DEBUG : only13: md5 = 8c9205c62db1ea61c05a3df2a9698d7a OK 2026/08/05 01:24:53 DEBUG : only13: size = 0 OK 2026/08/05 01:24:53 INFO : only13: Copied (replaced existing) 2026/08/05 01:24:53 DEBUG : only14: md5 = 13a656ad20d1ff47c5739694a7bd5aa3 OK 2026/08/05 01:24:53 DEBUG : only14: size = 0 OK 2026/08/05 01:24:53 INFO : only14: Copied (replaced existing) 2026/08/05 01:24:53 DEBUG : only12: md5 = 8fd5b5e5bcdca8f9eb53d1bd624bf434 OK 2026/08/05 01:24:53 DEBUG : only12: size = 0 OK 2026/08/05 01:24:53 INFO : only12: Copied (replaced existing) 2026/08/05 01:24:54 DEBUG : only16: md5 = ddb087dbaaf21e4779267545a2640a8d OK 2026/08/05 01:24:54 DEBUG : only16: size = 0 OK 2026/08/05 01:24:54 INFO : only16: Copied (replaced existing) 2026/08/05 01:24:54 DEBUG : only17: md5 = fa96afdf46651a39adc7cf466580d397 OK 2026/08/05 01:24:54 DEBUG : only17: size = 0 OK 2026/08/05 01:24:54 INFO : only17: Copied (replaced existing) 2026/08/05 01:24:54 DEBUG : only19: md5 = 071df952145fd5bf1913865609978fc0 OK 2026/08/05 01:24:54 DEBUG : only19: size = 0 OK 2026/08/05 01:24:54 INFO : only19: Copied (replaced existing) 2026/08/05 01:24:54 DEBUG : only18: md5 = 0caf2e0f9af981822f95fc08c9bac2b1 OK 2026/08/05 01:24:54 DEBUG : only18: size = 0 OK 2026/08/05 01:24:54 INFO : only18: Copied (replaced existing) 2026/08/05 01:24:55 DEBUG : only15: md5 = 0a2e10d1f4c278ce2732b27a218b450d OK 2026/08/05 01:24:55 DEBUG : only15: size = 0 OK 2026/08/05 01:24:55 INFO : only15: Copied (replaced existing) 2026/08/05 01:24:55 DEBUG : only11: md5 = 601c5649357fc462e058cbe1b861cf1c OK 2026/08/05 01:24:55 DEBUG : only11: size = 0 OK 2026/08/05 01:24:55 INFO : only11: Copied (replaced existing) 2026/08/05 01:24:55 DEBUG : only3: md5 = 9b4bd03e175d4a777c83b0cb7fdd4242 OK 2026/08/05 01:24:55 DEBUG : only3: size = 0 OK 2026/08/05 01:24:55 INFO : only3: Copied (replaced existing) 2026/08/05 01:24:55 DEBUG : only2: md5 = 2a2a88640559470b3cc2098fb2554ec0 OK 2026/08/05 01:24:55 DEBUG : only2: size = 0 OK 2026/08/05 01:24:55 INFO : only2: Copied (replaced existing) 2026/08/05 01:24:56 DEBUG : only1: md5 = a03639066cbf4105aece022368ba192d OK 2026/08/05 01:24:56 DEBUG : only1: size = 0 OK 2026/08/05 01:24:56 INFO : only1: Copied (replaced existing) 2026/08/05 01:24:57 DEBUG : only0: md5 = 504ec914e97cc12fdcafb90729bdfd02 OK 2026/08/05 01:24:57 DEBUG : only0: size = 0 OK 2026/08/05 01:24:57 INFO : only0: Copied (replaced existing) 2026/08/05 01:24:57 DEBUG : only7: md5 = df535232100c7728b9a4f9367cef5038 OK 2026/08/05 01:24:57 DEBUG : only7: size = 0 OK 2026/08/05 01:24:57 INFO : only7: Copied (replaced existing) 2026/08/05 01:24:57 DEBUG : only4: md5 = c53bfc8295672bb5daf92f78e742b9ee OK 2026/08/05 01:24:57 DEBUG : only4: size = 0 OK 2026/08/05 01:24:57 INFO : only4: Copied (replaced existing) 2026/08/05 01:24:58 DEBUG : only6: md5 = 9c59a349daa8110284ac69830fc34513 OK 2026/08/05 01:24:58 DEBUG : only6: size = 0 OK 2026/08/05 01:24:58 INFO : only6: Copied (replaced existing) 2026/08/05 01:24:58 DEBUG : only5: md5 = 3b89ac4a45e259414b402fd681405a2c OK 2026/08/05 01:24:58 DEBUG : only5: size = 0 OK 2026/08/05 01:24:58 INFO : only5: Copied (replaced existing) 2026/08/05 01:24:58 DEBUG : only9: md5 = 5ab7e639d28b3246c0e6ba57cf86f475 OK 2026/08/05 01:24:58 DEBUG : only9: size = 0 OK 2026/08/05 01:24:58 INFO : only9: Copied (replaced existing) 2026/08/05 01:24:58 DEBUG : only8: md5 = 4460fcb64cf8678a2285d8e74a15207e OK 2026/08/05 01:24:58 DEBUG : only8: size = 0 OK 2026/08/05 01:24:58 INFO : only8: Copied (replaced existing) 2026/08/05 01:24:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (86.35s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:25:17 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:25:17 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:25:17 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:25:17 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:25:17 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:25:18 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:25:23 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:23 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:23 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:23 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (15.76s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:25:33 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:25:33 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:25:33 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:25:33 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:25:33 DEBUG : empty_on_remote: Making directory with metadata 2026/08/05 01:25:34 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:25:39 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:39 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:39 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:39 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:39 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.91s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:25:50 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:25:50 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:25:51 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/05 01:26:10 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:26:10 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:26:10 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:26:10 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithEmptyDirs (40.76s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:26:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/08/05 01:26:31 DEBUG : sub dir: Making directory with metadata 2026/08/05 01:26:31 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) 2026/08/05 01:26:57 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:26:57 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/08/05 01:26:57 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/08/05 01:26:57 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) --- PASS: TestNothingToTransferWithoutEmptyDirs (45.67s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:27:18 DEBUG : dir1/0000-abcdefg.txt: md5 = f0fc1674b276b75f7849b9e0bf6421fe OK 2026/08/05 01:27:20 DEBUG : dir1/0001-bcdefgh.txt: md5 = 51152683f1e83a3a37c05d1ba8ae3f01 OK 2026/08/05 01:27:21 DEBUG : dir1/0002-cdefghi.txt: md5 = 9b473770c0cfcd2bd041f6f1ebe29f1e OK 2026/08/05 01:27:23 DEBUG : dir1/0003-defghij.txt: md5 = 99a318108897ac4f073579651e1a5033 OK 2026/08/05 01:27:24 DEBUG : dir1/0004-efghijk.txt: md5 = cac9f5781f1db44a9a56f90b61a4dbd5 OK 2026/08/05 01:27:26 DEBUG : dir1/0005-fghijkl.txt: md5 = 520d04c3490f1912f270d520ea06cd06 OK 2026/08/05 01:27:27 DEBUG : dir1/0006-ghijklm.txt: md5 = 28d4d006820920ec13b2ba4cbad74c2c OK 2026/08/05 01:27:29 DEBUG : dir1/0007-1234567.txt: md5 = 350dcefe1dafd94a07e5bcb7d7cf1dae OK 2026/08/05 01:27:30 DEBUG : dir1/0008-2345678.txt: md5 = cca8f598540a4ae8525c687f1d320681 OK 2026/08/05 01:27:32 DEBUG : dir1/0009-3456789.txt: md5 = 594d06d19a9cfc319dd955298944a880 OK 2026/08/05 01:27:33 DEBUG : dir1/0010-456789.txt: md5 = bb1d3e62ec8e6050dc463f46ec846b5e OK 2026/08/05 01:27:35 DEBUG : dir1/0011-56789;.txt: md5 = b9bc9a28c2742ea3149e21ce760e2166 OK 2026/08/05 01:27:36 DEBUG : dir1/0012-6789;.txt: md5 = 2a01a83c13560861a042e8807731184e OK 2026/08/05 01:27:38 DEBUG : dir1/0013-789;=.txt: md5 = 71abf8a85b3e0c4090dcc3ff5fb0c2bd OK 2026/08/05 01:27:39 DEBUG : dir1/0014-89;=.txt: md5 = 9386cebea3ba1628cd330854b0f501b6 OK 2026/08/05 01:27:41 DEBUG : dir1/0015-9;=.txt: md5 = b3615d81c2f39e76c7e7f4b01517a456 OK 2026/08/05 01:27:42 DEBUG : apple: md5 = a9048e6b27ca72f8c7e4e7d42528c9aa OK 2026/08/05 01:27:44 DEBUG : banana: md5 = a7ef94369c24ea47f209a607ba3b9981 OK 2026/08/05 01:27:45 DEBUG : appleappleapplebanana: md5 = 46a76efa1c166f56602a60df52ac1793 OK 2026/08/05 01:27:47 DEBUG : splitbananasplit: md5 = 139b742f1196212e32408ecde98d835a OK 2026/08/05 01:27:47 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:47 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:47 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:48 DEBUG : apple: size = 5 OK 2026/08/05 01:27:48 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:48 DEBUG : apple: Unchanged skipping 2026/08/05 01:27:48 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:27:48 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:48 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:27:48 DEBUG : banana: size = 6 OK 2026/08/05 01:27:48 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:48 DEBUG : banana: Unchanged skipping 2026/08/05 01:27:48 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:27:48 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:27:48 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:48 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:27:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:27:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:27:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:27:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:27:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:27:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:27:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:27:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:27:49 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:49 INFO : There was nothing to transfer 2026/08/05 01:27:49 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:49 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:49 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:27:50 DEBUG : dir1: Directory modification time the same (differ by -579.259µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : apple: size = 5 OK 2026/08/05 01:27:50 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : apple: Unchanged skipping 2026/08/05 01:27:50 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:27:50 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:27:50 DEBUG : banana: size = 6 OK 2026/08/05 01:27:50 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : banana: Unchanged skipping 2026/08/05 01:27:50 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:27:50 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:27:50 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:27:50 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:27:50 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:27:50 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:27:50 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:27:50 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:27:50 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:27:50 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:27:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:27:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:27:50 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:50 INFO : There was nothing to transfer 2026/08/05 01:27:50 DEBUG : Waiting for deletions to finish 2026/08/05 01:27:51 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:27:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) === RUN TestTransform/NFD run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:28:04 DEBUG : dir1/0000-abcdefg.txt: md5 = 445346467b17f9ec3997405799dab933 OK 2026/08/05 01:28:06 DEBUG : dir1/0001-bcdefgh.txt: md5 = 98562713934f72d72c2c795058d4a45c OK 2026/08/05 01:28:07 DEBUG : dir1/0002-cdefghi.txt: md5 = 3ec5efad6e06bcbe1afac44db7623a7d OK 2026/08/05 01:28:09 DEBUG : dir1/0003-defghij.txt: md5 = 699d43668d81a3b5876157bb9bc6f7d5 OK 2026/08/05 01:28:10 DEBUG : dir1/0004-efghijk.txt: md5 = f478456ebc01a1f73bbaafd903f7fe06 OK 2026/08/05 01:28:12 DEBUG : dir1/0005-fghijkl.txt: md5 = 08826eca8f011267b5fd5c02f72e9c05 OK 2026/08/05 01:28:13 DEBUG : dir1/0006-ghijklm.txt: md5 = 7405085b704e7430e7ec76c5b38e1b86 OK 2026/08/05 01:28:14 DEBUG : dir1/0007-1234567.txt: md5 = 75d22f0f7fc48aba340a3f87f3581b6c OK 2026/08/05 01:28:16 DEBUG : dir1/0008-2345678.txt: md5 = 27cae8cf21647a8c1836290813d11d36 OK 2026/08/05 01:28:18 DEBUG : dir1/0009-3456789.txt: md5 = f6edc8f1dc6d7de448f4362f4b6960f7 OK 2026/08/05 01:28:19 DEBUG : dir1/0010-456789.txt: md5 = 18591c360175287ea99737bf68682804 OK 2026/08/05 01:28:20 DEBUG : dir1/0011-56789;.txt: md5 = 0eae106fb933ab80321c8e2f6993503e OK 2026/08/05 01:28:22 DEBUG : dir1/0012-6789;.txt: md5 = 1d65895a118a5f59322c87e6de019036 OK 2026/08/05 01:28:24 DEBUG : dir1/0013-789;=.txt: md5 = 817e50e55a2c2381de74257be6508a1b OK 2026/08/05 01:28:25 DEBUG : dir1/0014-89;=.txt: md5 = 44f1782436318241572a6e1fb49763ba OK 2026/08/05 01:28:26 DEBUG : dir1/0015-9;=.txt: md5 = f973e2752165944b19c0070230c98073 OK 2026/08/05 01:28:28 DEBUG : apple: md5 = f71d27280b0f5269b0d77bee85d21b4b OK 2026/08/05 01:28:29 DEBUG : banana: md5 = 70ca97ec2772acf5f89a5246c24c7139 OK 2026/08/05 01:28:31 DEBUG : appleappleapplebanana: md5 = 7fba7a206cbc5516be4f9455a45d892e OK 2026/08/05 01:28:32 DEBUG : splitbananasplit: md5 = 7700df531efda40cc0db592867656ee1 OK 2026/08/05 01:28:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:33 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:28:33 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:28:34 DEBUG : apple: size = 5 OK 2026/08/05 01:28:34 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:34 DEBUG : apple: Unchanged skipping 2026/08/05 01:28:34 DEBUG : banana: size = 6 OK 2026/08/05 01:28:34 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:34 DEBUG : banana: Unchanged skipping 2026/08/05 01:28:34 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:28:34 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:34 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:28:34 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:28:34 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:28:34 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:34 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:28:35 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:28:35 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:28:35 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:28:35 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:28:35 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:28:35 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:28:35 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:28:35 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:35 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:28:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:28:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:35 INFO : There was nothing to transfer 2026/08/05 01:28:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:28:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:28:36 DEBUG : dir1: Directory modification time the same (differ by -164.224µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : apple: size = 5 OK 2026/08/05 01:28:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : apple: Unchanged skipping 2026/08/05 01:28:36 DEBUG : banana: size = 6 OK 2026/08/05 01:28:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : banana: Unchanged skipping 2026/08/05 01:28:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:28:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:28:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:28:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:28:36 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:28:36 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:28:36 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:28:36 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:28:36 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:28:36 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:28:36 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:28:36 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:28:36 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:28:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:28:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:36 INFO : There was nothing to transfer 2026/08/05 01:28:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:28:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:28:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) === RUN TestTransform/base64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:28:50 DEBUG : dir1/0000-abcdefg.txt: md5 = 6dbf27333da93dd3808ba6aa9a11bcb1 OK 2026/08/05 01:28:52 DEBUG : dir1/0001-bcdefgh.txt: md5 = fc9844c6a296ff831ad4e65eb700a4fa OK 2026/08/05 01:28:53 DEBUG : dir1/0002-cdefghi.txt: md5 = a9bdf3ca5464d459c7b5a96418302df9 OK 2026/08/05 01:28:55 DEBUG : dir1/0003-defghij.txt: md5 = d35822d7ffe0b563a2aeb09ba254df8d OK 2026/08/05 01:28:56 DEBUG : dir1/0004-efghijk.txt: md5 = a03c4ae9ad17ccfd491c93fa3a98a61e OK 2026/08/05 01:28:58 DEBUG : dir1/0005-fghijkl.txt: md5 = dfe9380c4f4768467049e1b66f42e837 OK 2026/08/05 01:28:59 DEBUG : dir1/0006-ghijklm.txt: md5 = 139935038350a4027f615e256c65c723 OK 2026/08/05 01:29:01 DEBUG : dir1/0007-1234567.txt: md5 = 5ae7dcd1d0c7887c79d33cc3e0e53070 OK 2026/08/05 01:29:02 DEBUG : dir1/0008-2345678.txt: md5 = c667cd277410c48c7167ca39bc88f8c3 OK 2026/08/05 01:29:04 DEBUG : dir1/0009-3456789.txt: md5 = 0a2239bc1f1d31d7a0abb4579140ed77 OK 2026/08/05 01:29:05 DEBUG : dir1/0010-456789.txt: md5 = d239980404bbe4ed4fe83c1c4a8012a2 OK 2026/08/05 01:29:07 DEBUG : dir1/0011-56789;.txt: md5 = bf0716e1310b2fdeac539b62f39662ca OK 2026/08/05 01:29:08 DEBUG : dir1/0012-6789;.txt: md5 = 94717b7d3cc53995939c6de83314c015 OK 2026/08/05 01:29:10 DEBUG : dir1/0013-789;=.txt: md5 = 1070c0faf9f3778e5789a481352441a6 OK 2026/08/05 01:29:11 DEBUG : dir1/0014-89;=.txt: md5 = 5735fe8eb3f16e34644ad61d2d32a28f OK 2026/08/05 01:29:13 DEBUG : dir1/0015-9;=.txt: md5 = 5482b292d26a145543b9f9811341e2bc OK 2026/08/05 01:29:14 DEBUG : apple: md5 = baed15aa75ca48cd6be109d3241bfc81 OK 2026/08/05 01:29:16 DEBUG : banana: md5 = 33f03d35aa6d021b37b4b4c034e62986 OK 2026/08/05 01:29:17 DEBUG : appleappleapplebanana: md5 = d1430e4168a17afdbc018b1be194c606 OK 2026/08/05 01:29:19 DEBUG : splitbananasplit: md5 = 3f98e789c3a582952be09a07fa670b0c OK 2026/08/05 01:29:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:19 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:29:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:29:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:20 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:29:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:20 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:29:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:29:20 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:20 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:20 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:20 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:20 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:20 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:20 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:29:20 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:20 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:21 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:21 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:21 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:21 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:21 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:29:21 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:29:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:29:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:29:21 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: md5 = 1b975073d11097f43db0482bea4325f3 OK 2026/08/05 01:29:21 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/05 01:29:21 INFO : splitbananasplit: Copied (new) to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:21 DEBUG : YmFuYW5h: md5 = df4390fc56cf6d06029c7f7323a20b41 OK 2026/08/05 01:29:21 DEBUG : YmFuYW5h: size = 6 OK 2026/08/05 01:29:21 INFO : banana: Copied (new) to: YmFuYW5h 2026/08/05 01:29:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:21 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: md5 = 0789d1002318774a7387312bb22dc2a5 OK 2026/08/05 01:29:21 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/05 01:29:21 INFO : appleappleapplebanana: Copied (new) to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:22 DEBUG : YXBwbGU=: md5 = 6edb03b356cacbf1129f9f2b6f901e24 OK 2026/08/05 01:29:22 DEBUG : YXBwbGU=: size = 5 OK 2026/08/05 01:29:22 INFO : apple: Copied (new) to: YXBwbGU= 2026/08/05 01:29:22 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: md5 = 40e233892ce0a8e651a1fe09774102d6 OK 2026/08/05 01:29:23 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/05 01:29:23 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: md5 = f5a33468de32e98f99ee65b24d668a2d OK 2026/08/05 01:29:23 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/05 01:29:23 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: md5 = 6f6972ed890f280e34fcfa58dc655224 OK 2026/08/05 01:29:23 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/05 01:29:23 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: md5 = 4ef36f5a1794c0047ad2fc263f614dec OK 2026/08/05 01:29:23 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/05 01:29:23 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:24 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: md5 = 8287d69fb929af4208d891225cb67ad2 OK 2026/08/05 01:29:24 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/05 01:29:24 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:24 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: md5 = 456b88eb3fb680dfb59a438771ddbbf4 OK 2026/08/05 01:29:24 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/05 01:29:24 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:24 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: md5 = 70b13dc3db8a0d97f61369015a0530c9 OK 2026/08/05 01:29:24 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/05 01:29:24 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:25 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: md5 = 0965055fccd0692f331f1805ae8c916b OK 2026/08/05 01:29:25 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/05 01:29:25 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:25 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:26 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: md5 = f68ab695103a430f3f06eebec33a6571 OK 2026/08/05 01:29:26 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/05 01:29:26 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:26 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:26 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: md5 = 3aa240d6ae57e7b7080f14bbb05ae845 OK 2026/08/05 01:29:26 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/05 01:29:26 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:26 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:26 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: md5 = 0666b1cce12b3e0bc6d5006129191390 OK 2026/08/05 01:29:26 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/05 01:29:26 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:26 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:26 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: md5 = 220833d449b99265368b43faad4f5b89 OK 2026/08/05 01:29:26 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/05 01:29:26 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: md5 = ec636241df4e233dba56fa94104901e1 OK 2026/08/05 01:29:27 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/05 01:29:27 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: md5 = 52bb81f1583ee4779bc5d74a6a25cade OK 2026/08/05 01:29:27 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/05 01:29:27 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: md5 = b8803512d7fc84ae386eede6ecea9f49 OK 2026/08/05 01:29:27 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/05 01:29:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:29 DEBUG : dir1/MDAxNS05Oz0udHh0: md5 = 3d871f17c194608ceeef93a2683b9fdc OK 2026/08/05 01:29:29 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/05 01:29:29 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:29 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:29 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:29:29 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:29:29 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:29:29 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:29:29 INFO : appleappleapplebanana: Deleted 2026/08/05 01:29:29 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:29:29 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:29:29 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:29:30 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:29:30 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:29:30 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:29:30 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:29:30 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:29:30 INFO : splitbananasplit: Deleted 2026/08/05 01:29:30 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:29:30 INFO : banana: Deleted 2026/08/05 01:29:31 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:29:31 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:29:31 INFO : apple: Deleted 2026/08/05 01:29:31 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:29:31 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:31 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:31 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:32 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:32 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:32 DEBUG : dir1: Directory modification time the same (differ by -757.87µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : YXBwbGU=: size = 5 OK 2026/08/05 01:29:32 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: size = 21 OK 2026/08/05 01:29:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:29:32 DEBUG : apple: Unchanged skipping 2026/08/05 01:29:32 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: size = 16 OK 2026/08/05 01:29:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:29:32 DEBUG : YmFuYW5h: size = 6 OK 2026/08/05 01:29:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : banana: Unchanged skipping 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0000-abcdefg.txt: transformed to: MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:32 DEBUG : 0001-bcdefgh.txt: transformed to: MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:32 DEBUG : 0002-cdefghi.txt: transformed to: MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:32 DEBUG : 0003-defghij.txt: transformed to: MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:32 DEBUG : 0004-efghijk.txt: transformed to: MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:32 DEBUG : 0005-fghijkl.txt: transformed to: MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:32 DEBUG : 0006-ghijklm.txt: transformed to: MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : 0007-1234567.txt: transformed to: MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : 0008-2345678.txt: transformed to: MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:32 DEBUG : 0009-3456789.txt: transformed to: MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:32 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : 0010-456789.txt: transformed to: MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : 0011-56789;.txt: transformed to: MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:32 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: size = 20 OK 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: size = 20 OK 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : 0012-6789;.txt: transformed to: MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:32 DEBUG : 0013-789;=.txt: transformed to: MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:32 DEBUG : 0014-89;=.txt: transformed to: MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:32 DEBUG : 0015-9;=.txt: transformed to: MDAxNS05Oz0udHh0 2026/08/05 01:29:32 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: size = 21 OK 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:29:32 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: size = 19 OK 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: size = 19 OK 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: size = 18 OK 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : dir1/MDAxNS05Oz0udHh0: size = 17 OK 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:29:32 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:29:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:29:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:32 DEBUG : Waiting for deletions to finish 2026/08/05 01:29:33 DEBUG : YXBwbGU=: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : c3BsaXRiYW5hbmFzcGxpdA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : YmFuYW5h: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : YXBwbGVhcHBsZWFwcGxlYmFuYW5h: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAxMS01Njc4OTsudHh0: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAxNS05Oz0udHh0: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwNy0xMjM0NTY3LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwOS0zNDU2Nzg5LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwMi1jZGVmZ2hpLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAxMi02Nzg5Oy50eHQ=: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwNi1naGlqa2xtLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwMC1hYmNkZWZnLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAxNC04OTs9LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAxMy03ODk7PS50eHQ=: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAxMC00NTY3ODkudHh0: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwMy1kZWZnaGlqLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwOC0yMzQ1Njc4LnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwMS1iY2RlZmdoLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwNS1mZ2hpamtsLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:33 DEBUG : dir1/MDAwNC1lZmdoaWprLnR4dA==: Excluded (Path Filter) 2026/08/05 01:29:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:34 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 2026/08/05 01:29:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:34 DEBUG : apple: transformed to: YXBwbGU= 2026/08/05 01:29:34 DEBUG : appleappleapplebanana: transformed to: YXBwbGVhcHBsZWFwcGxlYmFuYW5h 2026/08/05 01:29:34 DEBUG : banana: transformed to: YmFuYW5h 2026/08/05 01:29:34 DEBUG : splitbananasplit: transformed to: c3BsaXRiYW5hbmFzcGxpdA== 2026/08/05 01:29:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/MDAwMC1hYmNkZWZnLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/MDAwMS1iY2RlZmdoLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/MDAwMi1jZGVmZ2hpLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/MDAwMy1kZWZnaGlqLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/MDAwNC1lZmdoaWprLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/MDAwNS1mZ2hpamtsLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/MDAwNi1naGlqa2xtLnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/MDAwNy0xMjM0NTY3LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/MDAwOC0yMzQ1Njc4LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/MDAwOS0zNDU2Nzg5LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/MDAxMC00NTY3ODkudHh0 2026/08/05 01:29:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/MDAxMS01Njc4OTsudHh0 2026/08/05 01:29:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/MDAxMi02Nzg5Oy50eHQ= 2026/08/05 01:29:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/MDAxMy03ODk7PS50eHQ= 2026/08/05 01:29:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/MDAxNC04OTs9LnR4dA== 2026/08/05 01:29:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/MDAxNS05Oz0udHh0 === RUN TestTransform/prefix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:29:47 DEBUG : dir1/0000-abcdefg.txt: md5 = 6ff9887ac15dab035a611cc10066e24b OK 2026/08/05 01:29:49 DEBUG : dir1/0001-bcdefgh.txt: md5 = eea532a602885b6f2f626e8649b4fa8c OK 2026/08/05 01:29:50 DEBUG : dir1/0002-cdefghi.txt: md5 = edfe43e842a2e42c05d6fc9911c82317 OK 2026/08/05 01:29:52 DEBUG : dir1/0003-defghij.txt: md5 = f1eec3feab4a6b6043a1909f3d7474b7 OK 2026/08/05 01:29:53 DEBUG : dir1/0004-efghijk.txt: md5 = 13c5cc880bdebac561e857125cb4964b OK 2026/08/05 01:29:55 DEBUG : dir1/0005-fghijkl.txt: md5 = 675707562a0355e8fa259d941529b68d OK 2026/08/05 01:29:56 DEBUG : dir1/0006-ghijklm.txt: md5 = 343bf459a6e0a348259549f7d1bc622c OK 2026/08/05 01:29:58 DEBUG : dir1/0007-1234567.txt: md5 = 09ec74757c07d5ec43f32de1f02357b9 OK 2026/08/05 01:30:00 DEBUG : dir1/0008-2345678.txt: md5 = 6d088301fd82985408d1c09fc53bd2c5 OK 2026/08/05 01:30:01 DEBUG : dir1/0009-3456789.txt: md5 = 20a997792849227d16d8b5b24d33efbd OK 2026/08/05 01:30:03 DEBUG : dir1/0010-456789.txt: md5 = 29f4f4147befe316c50074df00e90f22 OK 2026/08/05 01:30:04 DEBUG : dir1/0011-56789;.txt: md5 = 4aeb0edeeccfa980b18f53f7b1b8e043 OK 2026/08/05 01:30:06 DEBUG : dir1/0012-6789;.txt: md5 = 8046622e562bb338f869f0a657996f42 OK 2026/08/05 01:30:07 DEBUG : dir1/0013-789;=.txt: md5 = 2ce8004c0b5cde3efedb459d255ff48e OK 2026/08/05 01:30:09 DEBUG : dir1/0014-89;=.txt: md5 = 47884f6383552a5d2dacc0fea42fd9c8 OK 2026/08/05 01:30:10 DEBUG : dir1/0015-9;=.txt: md5 = 8db32f46648c2b841d175cc3d0e3ea14 OK 2026/08/05 01:30:12 DEBUG : apple: md5 = 2914f3aefcb1787612ec18f82e95b8da OK 2026/08/05 01:30:13 DEBUG : banana: md5 = be727a009186b250bc5326a608213dd6 OK 2026/08/05 01:30:15 DEBUG : appleappleapplebanana: md5 = 791e1e81130bf42a26b296b75be563aa OK 2026/08/05 01:30:16 DEBUG : splitbananasplit: md5 = 2bc97e5d941038bfe40f6f4d8d7a2273 OK 2026/08/05 01:30:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:17 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:17 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:30:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:17 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:30:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:17 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:30:17 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:17 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:17 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:17 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:18 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : 0000-abcdefg.txt: transformed to: PREFIX0000-abcdefg.txt 2026/08/05 01:30:18 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0001-bcdefgh.txt: transformed to: PREFIX0001-bcdefgh.txt 2026/08/05 01:30:18 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0002-cdefghi.txt: transformed to: PREFIX0002-cdefghi.txt 2026/08/05 01:30:18 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0003-defghij.txt: transformed to: PREFIX0003-defghij.txt 2026/08/05 01:30:18 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0004-efghijk.txt: transformed to: PREFIX0004-efghijk.txt 2026/08/05 01:30:18 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0005-fghijkl.txt: transformed to: PREFIX0005-fghijkl.txt 2026/08/05 01:30:18 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0006-ghijklm.txt: transformed to: PREFIX0006-ghijklm.txt 2026/08/05 01:30:18 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0007-1234567.txt: transformed to: PREFIX0007-1234567.txt 2026/08/05 01:30:18 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0008-2345678.txt: transformed to: PREFIX0008-2345678.txt 2026/08/05 01:30:18 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0009-3456789.txt: transformed to: PREFIX0009-3456789.txt 2026/08/05 01:30:18 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0010-456789.txt: transformed to: PREFIX0010-456789.txt 2026/08/05 01:30:18 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0011-56789;.txt: transformed to: PREFIX0011-56789;.txt 2026/08/05 01:30:18 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0012-6789;.txt: transformed to: PREFIX0012-6789;.txt 2026/08/05 01:30:18 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0013-789;=.txt: transformed to: PREFIX0013-789;=.txt 2026/08/05 01:30:18 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0014-89;=.txt: transformed to: PREFIX0014-89;=.txt 2026/08/05 01:30:18 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : 0015-9;=.txt: transformed to: PREFIX0015-9;=.txt 2026/08/05 01:30:18 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:30:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:30:19 DEBUG : PREFIXapple: md5 = f17f0488a6c416dce538beec15d9a810 OK 2026/08/05 01:30:19 DEBUG : PREFIXapple: size = 5 OK 2026/08/05 01:30:19 INFO : apple: Copied (new) to: PREFIXapple 2026/08/05 01:30:19 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:19 DEBUG : PREFIXappleappleapplebanana: md5 = 67032a55bc58932784661ad9edc85442 OK 2026/08/05 01:30:19 DEBUG : PREFIXappleappleapplebanana: size = 21 OK 2026/08/05 01:30:19 INFO : appleappleapplebanana: Copied (new) to: PREFIXappleappleapplebanana 2026/08/05 01:30:19 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:19 DEBUG : PREFIXsplitbananasplit: md5 = 2c3ba1f024d3c4b4ae20c12040bd4b45 OK 2026/08/05 01:30:19 DEBUG : PREFIXsplitbananasplit: size = 16 OK 2026/08/05 01:30:19 INFO : splitbananasplit: Copied (new) to: PREFIXsplitbananasplit 2026/08/05 01:30:19 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:19 DEBUG : PREFIXbanana: md5 = e1de248768a1b7cf3f4f6e98b2cda195 OK 2026/08/05 01:30:19 DEBUG : PREFIXbanana: size = 6 OK 2026/08/05 01:30:19 INFO : banana: Copied (new) to: PREFIXbanana 2026/08/05 01:30:19 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0001-bcdefgh.txt: md5 = c651a61adf12fb1c6379821fb822c3d0 OK 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:30:20 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:20 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0000-abcdefg.txt: md5 = 4f79f1ee0fac0677bde8cc6e7290ba05 OK 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0000-abcdefg.txt: size = 21 OK 2026/08/05 01:30:20 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:20 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0002-cdefghi.txt: md5 = 14c6607e0388a34956e3367f4506e48c OK 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0002-cdefghi.txt: size = 21 OK 2026/08/05 01:30:20 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:20 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0003-defghij.txt: md5 = 8296402864e9ce13fcb51f5159899ca0 OK 2026/08/05 01:30:20 DEBUG : dir1/PREFIX0003-defghij.txt: size = 21 OK 2026/08/05 01:30:20 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:20 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:21 DEBUG : dir1/PREFIX0004-efghijk.txt: md5 = 10d4638d8b3d0c472c9c5bb11593539a OK 2026/08/05 01:30:21 DEBUG : dir1/PREFIX0004-efghijk.txt: size = 21 OK 2026/08/05 01:30:21 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:21 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:22 DEBUG : dir1/PREFIX0007-1234567.txt: md5 = 69fc760eaca0822fa3af508c8c066c24 OK 2026/08/05 01:30:22 DEBUG : dir1/PREFIX0007-1234567.txt: size = 21 OK 2026/08/05 01:30:22 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:22 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:22 DEBUG : dir1/PREFIX0005-fghijkl.txt: md5 = 0a4ab0e1dded777191d8209ee940c595 OK 2026/08/05 01:30:22 DEBUG : dir1/PREFIX0005-fghijkl.txt: size = 21 OK 2026/08/05 01:30:22 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:22 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:22 DEBUG : dir1/PREFIX0006-ghijklm.txt: md5 = 015fbbd5fe2106bcd31f05c6302f9a23 OK 2026/08/05 01:30:22 DEBUG : dir1/PREFIX0006-ghijklm.txt: size = 21 OK 2026/08/05 01:30:22 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:22 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0010-456789.txt: md5 = aab28788546f0a56a1e6dbcc16d7a116 OK 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0010-456789.txt: size = 20 OK 2026/08/05 01:30:23 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:23 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0009-3456789.txt: md5 = 2867deebee71549e1b459b04fff32d8c OK 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0009-3456789.txt: size = 21 OK 2026/08/05 01:30:23 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:23 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0008-2345678.txt: md5 = 5c4cba63d19072ae687d2e8cbe1ebf4f OK 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0008-2345678.txt: size = 21 OK 2026/08/05 01:30:23 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:23 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0011-56789;.txt: md5 = 94786f52bdf1a32142764551c6e1a47a OK 2026/08/05 01:30:23 DEBUG : dir1/PREFIX0011-56789;.txt: size = 20 OK 2026/08/05 01:30:23 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:23 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0013-789;=.txt: md5 = de09f1fd04c0799d040cf596cdb263a3 OK 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0013-789;=.txt: size = 19 OK 2026/08/05 01:30:24 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0012-6789;.txt: md5 = c16f99896ed05c0d782cf2266b269a55 OK 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0012-6789;.txt: size = 19 OK 2026/08/05 01:30:24 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0014-89;=.txt: md5 = f91e091efb79f7ce09c4e3e77f48c130 OK 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0014-89;=.txt: size = 18 OK 2026/08/05 01:30:24 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0015-9;=.txt: md5 = 743f772a4e19cc058de7ccfe31d1e494 OK 2026/08/05 01:30:24 DEBUG : dir1/PREFIX0015-9;=.txt: size = 17 OK 2026/08/05 01:30:24 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:24 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:25 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:30:25 INFO : splitbananasplit: Deleted 2026/08/05 01:30:25 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:30:25 INFO : appleappleapplebanana: Deleted 2026/08/05 01:30:25 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:30:25 INFO : banana: Deleted 2026/08/05 01:30:25 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:30:25 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:30:25 INFO : apple: Deleted 2026/08/05 01:30:25 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:30:26 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:30:26 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:30:26 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:30:26 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:30:26 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:26 DEBUG : PREFIXbanana: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : PREFIXapple: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : PREFIXappleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : PREFIXsplitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:26 DEBUG : dir1/PREFIX0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : apple: transformed to: PREFIXapple 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: transformed to: PREFIXappleappleapplebanana 2026/08/05 01:30:27 DEBUG : banana: transformed to: PREFIXbanana 2026/08/05 01:30:27 DEBUG : splitbananasplit: transformed to: PREFIXsplitbananasplit 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/PREFIX0000-abcdefg.txt 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/PREFIX0001-bcdefgh.txt 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/PREFIX0002-cdefghi.txt 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/PREFIX0003-defghij.txt 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/PREFIX0004-efghijk.txt 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/PREFIX0005-fghijkl.txt 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/PREFIX0006-ghijklm.txt 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/PREFIX0007-1234567.txt 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/PREFIX0008-2345678.txt 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/PREFIX0009-3456789.txt 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: transformed to: dir1/PREFIX0010-456789.txt 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/PREFIX0011-56789;.txt 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/PREFIX0012-6789;.txt 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/PREFIX0013-789;=.txt 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/PREFIX0014-89;=.txt 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/PREFIX0015-9;=.txt 2026/08/05 01:30:27 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1: Directory modification time the same (differ by -491.814µs, within tolerance 1ms) 2026/08/05 01:30:27 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:30:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:30:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:30:28 DEBUG : splitbananasplit: md5 = 60358f797adf01a9782ddc74d998c675 OK 2026/08/05 01:30:28 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:30:28 INFO : splitbananasplit: Copied (new) 2026/08/05 01:30:28 DEBUG : appleappleapplebanana: md5 = 639ec2b255dfee75f99ce7b9b6139f66 OK 2026/08/05 01:30:28 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:30:28 INFO : appleappleapplebanana: Copied (new) 2026/08/05 01:30:28 DEBUG : banana: md5 = 90aa0cbd6ed686b07d2fccc92200e817 OK 2026/08/05 01:30:28 DEBUG : banana: size = 6 OK 2026/08/05 01:30:28 INFO : banana: Copied (new) 2026/08/05 01:30:28 DEBUG : apple: md5 = 5748b142c045e350ac6122fb4f3bc3fc OK 2026/08/05 01:30:28 DEBUG : apple: size = 5 OK 2026/08/05 01:30:28 INFO : apple: Copied (new) 2026/08/05 01:30:30 DEBUG : dir1/0000-abcdefg.txt: md5 = 460d5fbd942624c994b50bc815d5c9cc OK 2026/08/05 01:30:30 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:30:30 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/05 01:30:30 DEBUG : dir1/0001-bcdefgh.txt: md5 = cd04990a3021a608976de34a0202fbdc OK 2026/08/05 01:30:30 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:30:30 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/05 01:30:30 DEBUG : dir1/0002-cdefghi.txt: md5 = 56ed6f085f7f37c9b97e948b6f6263d5 OK 2026/08/05 01:30:30 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:30:30 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/05 01:30:30 DEBUG : dir1/0003-defghij.txt: md5 = 6daa439f2e0a659ecc32c2dba138980e OK 2026/08/05 01:30:30 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:30:30 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/05 01:30:31 DEBUG : dir1/0004-efghijk.txt: md5 = 1f09f880d467db95a81887990a1fbb4b OK 2026/08/05 01:30:31 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:30:31 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/05 01:30:31 DEBUG : dir1/0006-ghijklm.txt: md5 = 1d3f2b0e18bae5cf6787e4d295b75427 OK 2026/08/05 01:30:31 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:30:31 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/05 01:30:31 DEBUG : dir1/0005-fghijkl.txt: md5 = 6f1fe9410dd20ad4f221c0ab3cc29a1b OK 2026/08/05 01:30:31 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:30:31 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/05 01:30:32 DEBUG : dir1/0007-1234567.txt: md5 = c896255d5c904d5166e1b98fec466c80 OK 2026/08/05 01:30:32 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:30:32 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/05 01:30:33 DEBUG : dir1/0008-2345678.txt: md5 = 276cf8900f342672ca623f816914a657 OK 2026/08/05 01:30:33 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:30:33 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/05 01:30:33 DEBUG : dir1/0010-456789.txt: md5 = db49a902b5f0afa3f7f270d9c9132329 OK 2026/08/05 01:30:33 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:30:33 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/05 01:30:33 DEBUG : dir1/0009-3456789.txt: md5 = 7d2dc11856022b3314fc380778d83881 OK 2026/08/05 01:30:33 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:30:33 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/05 01:30:33 DEBUG : dir1/0011-56789;.txt: md5 = d0932726715d2c352f4794fed0485d36 OK 2026/08/05 01:30:33 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:30:33 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/05 01:30:34 DEBUG : dir1/0012-6789;.txt: md5 = 4f69467dfa4bb1f970c1bffc898e1703 OK 2026/08/05 01:30:34 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:30:34 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/05 01:30:34 DEBUG : dir1/0013-789;=.txt: md5 = 897885abbbb0deec5f14c04efcddfc1a OK 2026/08/05 01:30:34 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:30:34 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/05 01:30:34 DEBUG : dir1/0014-89;=.txt: md5 = 172558824aa104aa1f60c6567e8c898d OK 2026/08/05 01:30:34 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:30:34 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/05 01:30:35 DEBUG : dir1/0015-9;=.txt: md5 = c58abc9f239856eeb3e72d9f431d022f OK 2026/08/05 01:30:35 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:30:35 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/05 01:30:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:35 INFO : dir1/PREFIX0001-bcdefgh.txt: Deleted 2026/08/05 01:30:35 INFO : dir1/PREFIX0005-fghijkl.txt: Deleted 2026/08/05 01:30:35 INFO : PREFIXbanana: Deleted 2026/08/05 01:30:35 INFO : dir1/PREFIX0003-defghij.txt: Deleted 2026/08/05 01:30:35 INFO : PREFIXapple: Deleted 2026/08/05 01:30:35 INFO : dir1/PREFIX0012-6789;.txt: Deleted 2026/08/05 01:30:35 INFO : dir1/PREFIX0002-cdefghi.txt: Deleted 2026/08/05 01:30:35 INFO : dir1/PREFIX0008-2345678.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0009-3456789.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0010-456789.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0004-efghijk.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0015-9;=.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0011-56789;.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0006-ghijklm.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0014-89;=.txt: Deleted 2026/08/05 01:30:36 INFO : PREFIXappleappleapplebanana: Deleted 2026/08/05 01:30:36 INFO : PREFIXsplitbananasplit: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0007-1234567.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0013-789;=.txt: Deleted 2026/08/05 01:30:36 INFO : dir1/PREFIX0000-abcdefg.txt: Deleted 2026/08/05 01:30:36 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:30:37 DEBUG : Waiting for deletions to finish 2026/08/05 01:30:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:30:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) === RUN TestTransform/suffix run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:30:51 DEBUG : dir1/0000-abcdefg.txt: md5 = c7b2c8046485fdd8b075f98d14fd1469 OK 2026/08/05 01:30:52 DEBUG : dir1/0001-bcdefgh.txt: md5 = 59dde7ded981ce4acb543ace7a3146f6 OK 2026/08/05 01:30:54 DEBUG : dir1/0002-cdefghi.txt: md5 = d66f951e117cbad56e4253d18a9c904e OK 2026/08/05 01:30:55 DEBUG : dir1/0003-defghij.txt: md5 = 6819cfb7c0f25c090c2e1e442690b21e OK 2026/08/05 01:30:57 DEBUG : dir1/0004-efghijk.txt: md5 = 67575e38a9e84ff99c2781c847a9cccf OK 2026/08/05 01:30:58 DEBUG : dir1/0005-fghijkl.txt: md5 = 28e5e22ea11ef98aa46a43ae4636c949 OK 2026/08/05 01:30:59 DEBUG : dir1/0006-ghijklm.txt: md5 = e38abe0adf8f21eda0abc618fd806593 OK 2026/08/05 01:31:01 DEBUG : dir1/0007-1234567.txt: md5 = 93c3c0ecfb92cf29edca1ea40d1145f8 OK 2026/08/05 01:31:02 DEBUG : dir1/0008-2345678.txt: md5 = 42766a4beac5d38bb12ac60c2eb3c722 OK 2026/08/05 01:31:04 DEBUG : dir1/0009-3456789.txt: md5 = b3aefa8a759f7c252cd26ba6a7b8aec1 OK 2026/08/05 01:31:05 DEBUG : dir1/0010-456789.txt: md5 = d1c299fff237575202f7b0a462fa6833 OK 2026/08/05 01:31:07 DEBUG : dir1/0011-56789;.txt: md5 = 5c249c87e2530af211c6a678c49099af OK 2026/08/05 01:31:08 DEBUG : dir1/0012-6789;.txt: md5 = d95552beedaab92078168d2d506dfe8d OK 2026/08/05 01:31:10 DEBUG : dir1/0013-789;=.txt: md5 = 347a4e4aa816b6d7d3e762827c0c32b7 OK 2026/08/05 01:31:11 DEBUG : dir1/0014-89;=.txt: md5 = 77b490b78065cd20b768ad3e4dc802da OK 2026/08/05 01:31:12 DEBUG : dir1/0015-9;=.txt: md5 = 3aec924e8545009d8af4c95c95f25523 OK 2026/08/05 01:31:14 DEBUG : apple: md5 = eb81802db9bbf6b3347dc435a8011402 OK 2026/08/05 01:31:15 DEBUG : banana: md5 = 5c87a64d317d8281f3c96c667eb3fc8e OK 2026/08/05 01:31:17 DEBUG : appleappleapplebanana: md5 = a77511054cac70130f565b1e4e25792e OK 2026/08/05 01:31:18 DEBUG : splitbananasplit: md5 = 524930e8217e0a48c62e7c7f8bf71649 OK 2026/08/05 01:31:18 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:31:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:19 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:19 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:31:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:19 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:31:19 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:19 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:19 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:20 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:31:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:20 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcdefg.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefghi.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0003-defghij.txt: transformed to: 0003-defghij.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghijk.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghijkl.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijklm.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0007-1234567.txt: transformed to: 0007-1234567.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0008-2345678.txt: transformed to: 0008-2345678.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0009-3456789.txt: transformed to: 0009-3456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0010-456789.txt: transformed to: 0010-456789.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0011-56789;.txt: transformed to: 0011-56789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0012-6789;.txt: transformed to: 0012-6789;.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0013-789;=.txt: transformed to: 0013-789;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.txtSUFFIX 2026/08/05 01:31:20 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:31:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:31:21 DEBUG : appleappleapplebananaSUFFIX: md5 = e97e8536490267c22f026af0ed6cbba8 OK 2026/08/05 01:31:21 DEBUG : appleappleapplebananaSUFFIX: size = 21 OK 2026/08/05 01:31:21 INFO : appleappleapplebanana: Copied (new) to: appleappleapplebananaSUFFIX 2026/08/05 01:31:21 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:21 DEBUG : appleSUFFIX: md5 = e82678b7e667135ab45c47c1977e04c9 OK 2026/08/05 01:31:21 DEBUG : appleSUFFIX: size = 5 OK 2026/08/05 01:31:21 INFO : apple: Copied (new) to: appleSUFFIX 2026/08/05 01:31:21 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:21 DEBUG : bananaSUFFIX: md5 = 0f3820fe08054660044cce12d48d4872 OK 2026/08/05 01:31:21 DEBUG : bananaSUFFIX: size = 6 OK 2026/08/05 01:31:21 INFO : banana: Copied (new) to: bananaSUFFIX 2026/08/05 01:31:21 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:21 DEBUG : splitbananasplitSUFFIX: md5 = 9a2eb9666fa2463d5bd9569640701792 OK 2026/08/05 01:31:21 DEBUG : splitbananasplitSUFFIX: size = 16 OK 2026/08/05 01:31:21 INFO : splitbananasplit: Copied (new) to: splitbananasplitSUFFIX 2026/08/05 01:31:21 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:22 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: md5 = 0f417ee59f871a42a287c8e6ad5523c5 OK 2026/08/05 01:31:22 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: size = 21 OK 2026/08/05 01:31:22 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:22 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:22 DEBUG : dir1/0002-cdefghi.txtSUFFIX: md5 = 55f8098930524490b38dcf2d5f20d00d OK 2026/08/05 01:31:22 DEBUG : dir1/0002-cdefghi.txtSUFFIX: size = 21 OK 2026/08/05 01:31:22 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:22 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:22 DEBUG : dir1/0000-abcdefg.txtSUFFIX: md5 = 7eddbc8f1ab4d720c8803eb0e410096e OK 2026/08/05 01:31:22 DEBUG : dir1/0000-abcdefg.txtSUFFIX: size = 21 OK 2026/08/05 01:31:22 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:22 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:23 DEBUG : dir1/0003-defghij.txtSUFFIX: md5 = 2f0fa279a711e09bae11658b57bbb8c5 OK 2026/08/05 01:31:23 DEBUG : dir1/0003-defghij.txtSUFFIX: size = 21 OK 2026/08/05 01:31:23 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:23 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0004-efghijk.txtSUFFIX: md5 = fb74785a3c535ca6116a52efa2ba2df7 OK 2026/08/05 01:31:24 DEBUG : dir1/0004-efghijk.txtSUFFIX: size = 21 OK 2026/08/05 01:31:24 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0005-fghijkl.txtSUFFIX: md5 = 5f0082d36858cdfbcc65ac63dd0c1a17 OK 2026/08/05 01:31:24 DEBUG : dir1/0005-fghijkl.txtSUFFIX: size = 21 OK 2026/08/05 01:31:24 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0006-ghijklm.txtSUFFIX: md5 = 2c1c78e7b1aa3ff724c992756ed733d4 OK 2026/08/05 01:31:24 DEBUG : dir1/0006-ghijklm.txtSUFFIX: size = 21 OK 2026/08/05 01:31:24 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0007-1234567.txtSUFFIX: md5 = ab1fffa1637cba2d8ec8f9b68a817d7a OK 2026/08/05 01:31:24 DEBUG : dir1/0007-1234567.txtSUFFIX: size = 21 OK 2026/08/05 01:31:24 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:24 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:25 DEBUG : dir1/0008-2345678.txtSUFFIX: md5 = a7722d5917ad40c2ad39bc85967096ca OK 2026/08/05 01:31:25 DEBUG : dir1/0008-2345678.txtSUFFIX: size = 21 OK 2026/08/05 01:31:25 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:25 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:25 DEBUG : dir1/0009-3456789.txtSUFFIX: md5 = 482f72a258ab62d68fa1fe5c26789dbc OK 2026/08/05 01:31:25 DEBUG : dir1/0009-3456789.txtSUFFIX: size = 21 OK 2026/08/05 01:31:25 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:25 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:25 DEBUG : dir1/0010-456789.txtSUFFIX: md5 = 690aa96e00620103a9e0fe799d8c51af OK 2026/08/05 01:31:25 DEBUG : dir1/0010-456789.txtSUFFIX: size = 20 OK 2026/08/05 01:31:25 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:25 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:26 DEBUG : dir1/0011-56789;.txtSUFFIX: md5 = 572c097aec0223549d084a86814b878e OK 2026/08/05 01:31:26 DEBUG : dir1/0011-56789;.txtSUFFIX: size = 20 OK 2026/08/05 01:31:26 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:26 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:26 DEBUG : dir1/0012-6789;.txtSUFFIX: md5 = 74384cd66b1bea92e06da5bece15f8e9 OK 2026/08/05 01:31:26 DEBUG : dir1/0012-6789;.txtSUFFIX: size = 19 OK 2026/08/05 01:31:26 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:27 DEBUG : dir1/0013-789;=.txtSUFFIX: md5 = 0dd4583a9115d45c09bd5fa812cb02e3 OK 2026/08/05 01:31:27 DEBUG : dir1/0013-789;=.txtSUFFIX: size = 19 OK 2026/08/05 01:31:27 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:27 DEBUG : dir1/0014-89;=.txtSUFFIX: md5 = 11f36c70e91118efcdc09ed95a1cfe19 OK 2026/08/05 01:31:27 DEBUG : dir1/0014-89;=.txtSUFFIX: size = 18 OK 2026/08/05 01:31:27 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:27 DEBUG : dir1/0015-9;=.txtSUFFIX: md5 = 7966687b40403d0e53b5cf820470f465 OK 2026/08/05 01:31:27 DEBUG : dir1/0015-9;=.txtSUFFIX: size = 17 OK 2026/08/05 01:31:27 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:27 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:27 INFO : splitbananasplit: Deleted 2026/08/05 01:31:27 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:31:27 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:31:27 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:31:27 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:31:27 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:31:27 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:31:27 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:31:28 INFO : banana: Deleted 2026/08/05 01:31:28 INFO : appleappleapplebanana: Deleted 2026/08/05 01:31:28 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:31:28 INFO : apple: Deleted 2026/08/05 01:31:28 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:31:28 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:31:28 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:29 DEBUG : appleSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : bananaSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : appleappleapplebananaSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : splitbananasplitSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0000-abcdefg.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txtSUFFIX: Excluded (Path Filter) 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : apple: transformed to: appleSUFFIX 2026/08/05 01:31:29 DEBUG : appleappleapplebanana: transformed to: appleappleapplebananaSUFFIX 2026/08/05 01:31:29 DEBUG : banana: transformed to: bananaSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcdefg.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdefgh.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefghi.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defghij.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghijk.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghijkl.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijklm.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-1234567.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-2345678.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-3456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-456789.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789;.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.txtSUFFIX 2026/08/05 01:31:29 DEBUG : splitbananasplit: transformed to: splitbananasplitSUFFIX 2026/08/05 01:31:30 DEBUG : apple: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : banana: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1: Directory modification time the same (differ by -289.068µs, within tolerance 1ms) 2026/08/05 01:31:30 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:31:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:31:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:31:31 DEBUG : apple: md5 = 4369916f6d4898ab19c3c626f7c4b8eb OK 2026/08/05 01:31:31 DEBUG : apple: size = 5 OK 2026/08/05 01:31:31 INFO : apple: Copied (new) 2026/08/05 01:31:31 DEBUG : appleappleapplebanana: md5 = f446248533ec9dafab6cd8ce8b5d38e2 OK 2026/08/05 01:31:31 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:31:31 INFO : appleappleapplebanana: Copied (new) 2026/08/05 01:31:31 DEBUG : banana: md5 = 1a0de0be10165cfea49c8e05ef6ad59e OK 2026/08/05 01:31:31 DEBUG : banana: size = 6 OK 2026/08/05 01:31:31 INFO : banana: Copied (new) 2026/08/05 01:31:31 DEBUG : splitbananasplit: md5 = 9139f48ecae311ef7824d1942943c9ff OK 2026/08/05 01:31:31 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:31:31 INFO : splitbananasplit: Copied (new) 2026/08/05 01:31:32 DEBUG : dir1/0000-abcdefg.txt: md5 = f2e792410887007ddb758443731d929d OK 2026/08/05 01:31:32 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:31:32 INFO : dir1/0000-abcdefg.txt: Copied (new) 2026/08/05 01:31:33 DEBUG : dir1/0002-cdefghi.txt: md5 = d5ffd757a8e2659e2cecc4d39fa4ea57 OK 2026/08/05 01:31:33 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:31:33 INFO : dir1/0002-cdefghi.txt: Copied (new) 2026/08/05 01:31:33 DEBUG : dir1/0003-defghij.txt: md5 = bb0f52c5fd46ff180802c2ef471243fd OK 2026/08/05 01:31:33 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:31:33 INFO : dir1/0003-defghij.txt: Copied (new) 2026/08/05 01:31:33 DEBUG : dir1/0001-bcdefgh.txt: md5 = c0d3a73628175698c691fd42c9a7aec3 OK 2026/08/05 01:31:33 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:31:33 INFO : dir1/0001-bcdefgh.txt: Copied (new) 2026/08/05 01:31:34 DEBUG : dir1/0005-fghijkl.txt: md5 = 8166e13eb70457900c122e7eedd865a6 OK 2026/08/05 01:31:34 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:31:34 INFO : dir1/0005-fghijkl.txt: Copied (new) 2026/08/05 01:31:34 DEBUG : dir1/0004-efghijk.txt: md5 = dc19b5451e0529e3e9ad2320a806a909 OK 2026/08/05 01:31:34 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:31:34 INFO : dir1/0004-efghijk.txt: Copied (new) 2026/08/05 01:31:34 DEBUG : dir1/0007-1234567.txt: md5 = 1d1a65d243feb8859a05fa224dd88715 OK 2026/08/05 01:31:34 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:31:34 INFO : dir1/0007-1234567.txt: Copied (new) 2026/08/05 01:31:34 DEBUG : dir1/0006-ghijklm.txt: md5 = be469d562bf7a76afca4f14cddede598 OK 2026/08/05 01:31:34 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:31:34 INFO : dir1/0006-ghijklm.txt: Copied (new) 2026/08/05 01:31:35 DEBUG : dir1/0008-2345678.txt: md5 = 34c6d2c8d8e8326bed03bc3d43ee0cc8 OK 2026/08/05 01:31:35 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:31:35 INFO : dir1/0008-2345678.txt: Copied (new) 2026/08/05 01:31:35 DEBUG : dir1/0009-3456789.txt: md5 = b882abeec01546dbd7919e502bac0b56 OK 2026/08/05 01:31:35 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:31:35 INFO : dir1/0009-3456789.txt: Copied (new) 2026/08/05 01:31:36 DEBUG : dir1/0010-456789.txt: md5 = 9a233e6a0b4f6fb50888619fae458e9a OK 2026/08/05 01:31:36 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:31:36 INFO : dir1/0010-456789.txt: Copied (new) 2026/08/05 01:31:36 DEBUG : dir1/0011-56789;.txt: md5 = 90062c9fd6ec4ee827d8e859de23a0c9 OK 2026/08/05 01:31:36 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:31:36 INFO : dir1/0011-56789;.txt: Copied (new) 2026/08/05 01:31:37 DEBUG : dir1/0012-6789;.txt: md5 = 9e5237e896b211fa562564fb031d0b1f OK 2026/08/05 01:31:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:31:37 INFO : dir1/0012-6789;.txt: Copied (new) 2026/08/05 01:31:37 DEBUG : dir1/0014-89;=.txt: md5 = 5ea1d3b6f216752b758f07d621b0a42d OK 2026/08/05 01:31:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:31:37 INFO : dir1/0014-89;=.txt: Copied (new) 2026/08/05 01:31:37 DEBUG : dir1/0013-789;=.txt: md5 = b2921c8661cfd3b6026472a7d4479ab4 OK 2026/08/05 01:31:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:31:37 INFO : dir1/0013-789;=.txt: Copied (new) 2026/08/05 01:31:37 DEBUG : dir1/0015-9;=.txt: md5 = 90463f12b19c07c2741d5258f8da2628 OK 2026/08/05 01:31:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:31:37 INFO : dir1/0015-9;=.txt: Copied (new) 2026/08/05 01:31:37 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:38 INFO : dir1/0008-2345678.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0015-9;=.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : appleappleapplebananaSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0004-efghijk.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0003-defghij.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0011-56789;.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0000-abcdefg.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0005-fghijkl.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0002-cdefghi.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0009-3456789.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : splitbananasplitSUFFIX: Deleted 2026/08/05 01:31:38 INFO : bananaSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0013-789;=.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0001-bcdefgh.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0012-6789;.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0014-89;=.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0006-ghijklm.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : appleSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0007-1234567.txtSUFFIX: Deleted 2026/08/05 01:31:38 INFO : dir1/0010-456789.txtSUFFIX: Deleted 2026/08/05 01:31:38 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:31:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : Waiting for deletions to finish 2026/08/05 01:31:40 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:31:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) === RUN TestTransform/truncate run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:31:53 DEBUG : dir1/0000-abcdefg.txt: md5 = a9dd898d48e2b5ae6b3c2f5d3bff419a OK 2026/08/05 01:31:54 DEBUG : dir1/0001-bcdefgh.txt: md5 = ab0072ccbc04f1043fa364923f03906d OK 2026/08/05 01:31:56 DEBUG : dir1/0002-cdefghi.txt: md5 = 2606b754e773405f27363d8224a9d15b OK 2026/08/05 01:31:57 DEBUG : dir1/0003-defghij.txt: md5 = b29cc68591709d257a3a3fb196f94e32 OK 2026/08/05 01:31:59 DEBUG : dir1/0004-efghijk.txt: md5 = a1c51bf1407bb96285c2dc934b951048 OK 2026/08/05 01:32:00 DEBUG : dir1/0005-fghijkl.txt: md5 = 04d675d5702c298755d41296fcd6dd22 OK 2026/08/05 01:32:02 DEBUG : dir1/0006-ghijklm.txt: md5 = be9f15f1f0732cbd56050b9e08addfb8 OK 2026/08/05 01:32:03 DEBUG : dir1/0007-1234567.txt: md5 = ac67c8c07d43e7aa1ef42b65fd5eafc5 OK 2026/08/05 01:32:05 DEBUG : dir1/0008-2345678.txt: md5 = 592c92938c55fd89bcd9ee0175a104c6 OK 2026/08/05 01:32:06 DEBUG : dir1/0009-3456789.txt: md5 = d6b08f5093f2edc4c9643b2edc946d4e OK 2026/08/05 01:32:08 DEBUG : dir1/0010-456789.txt: md5 = d659ac5c225fe31cb6762c1f8f8a3db6 OK 2026/08/05 01:32:09 DEBUG : dir1/0011-56789;.txt: md5 = 2115bd37374591e5e1241f1cc4d93a27 OK 2026/08/05 01:32:11 DEBUG : dir1/0012-6789;.txt: md5 = 1f7b2f4b0680aa2ee140c1d2e4e8762c OK 2026/08/05 01:32:12 DEBUG : dir1/0013-789;=.txt: md5 = c0411272d5c60657b00ba5b24663c77f OK 2026/08/05 01:32:13 DEBUG : dir1/0014-89;=.txt: md5 = f30b08b01f6a61b34a4e441397edb45e OK 2026/08/05 01:32:15 DEBUG : dir1/0015-9;=.txt: md5 = 1dd236ecd8c98474dac9ca14c01b2631 OK 2026/08/05 01:32:16 DEBUG : apple: md5 = fe0afba7fce35c31eb8ff1f15c2fc760 OK 2026/08/05 01:32:18 DEBUG : banana: md5 = 7b2445ac1b2a78216476857918deba7f OK 2026/08/05 01:32:19 DEBUG : appleappleapplebanana: md5 = 85e076b2fd7f00c8dbca89128540f2fd OK 2026/08/05 01:32:20 DEBUG : splitbananasplit: md5 = ff83466344c992849f6181dd4b3847f8 OK 2026/08/05 01:32:20 DEBUG : Waiting for deletions to finish 2026/08/05 01:32:21 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:32:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:21 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:21 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:22 DEBUG : appleappleapplebanana: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:22 DEBUG : apple: size = 5 OK 2026/08/05 01:32:22 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:22 DEBUG : apple: Unchanged skipping 2026/08/05 01:32:22 DEBUG : banana: size = 6 OK 2026/08/05 01:32:22 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:22 DEBUG : banana: Unchanged skipping 2026/08/05 01:32:22 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:32:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:22 DEBUG : splitbananasplit: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:22 DEBUG : dir1/0000-abcdefg.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:22 DEBUG : dir1/0001-bcdefgh.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:22 DEBUG : dir1/0002-cdefghi.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:22 DEBUG : dir1/0003-defghij.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:22 DEBUG : dir1/0004-efghijk.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:22 DEBUG : dir1/0005-fghijkl.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:22 DEBUG : dir1/0006-ghijklm.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:22 DEBUG : dir1/0007-1234567.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:22 DEBUG : dir1/0008-2345678.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:22 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:22 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:22 DEBUG : dir1/0009-3456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:22 DEBUG : dir1/0010-456789.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:22 DEBUG : dir1/0011-56789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:22 DEBUG : dir1/0012-6789;.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:22 DEBUG : dir1/0013-789;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:22 DEBUG : dir1/0014-89;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:32:22 DEBUG : dir1/0015-9;=.txt: Need to transfer - File not found at Destination 2026/08/05 01:32:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:32:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:32:23 DEBUG : appleapple: md5 = 58b8f692935724a8b829adb5222ba005 OK 2026/08/05 01:32:23 DEBUG : appleapple: size = 21 OK 2026/08/05 01:32:23 INFO : appleappleapplebanana: Copied (new) to: appleapple 2026/08/05 01:32:23 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:24 DEBUG : splitbanan: md5 = 55422af38798263f34a3d2454eadd309 OK 2026/08/05 01:32:24 DEBUG : splitbanan: size = 16 OK 2026/08/05 01:32:24 INFO : splitbananasplit: Copied (new) to: splitbanan 2026/08/05 01:32:24 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:24 DEBUG : dir1/0000-abcde: md5 = baf5028a6286ed1f53efd3bd56b11a25 OK 2026/08/05 01:32:24 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/05 01:32:24 INFO : dir1/0000-abcdefg.txt: Copied (new) to: dir1/0000-abcde 2026/08/05 01:32:24 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:24 DEBUG : dir1/0001-bcdef: md5 = 12c2f17f0c1c1a28a1ffc87c5632b1dc OK 2026/08/05 01:32:24 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/05 01:32:24 INFO : dir1/0001-bcdefgh.txt: Copied (new) to: dir1/0001-bcdef 2026/08/05 01:32:24 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:25 DEBUG : dir1/0002-cdefg: md5 = e33d75056fd3aa655ce623f3485be2f3 OK 2026/08/05 01:32:25 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/05 01:32:25 INFO : dir1/0002-cdefghi.txt: Copied (new) to: dir1/0002-cdefg 2026/08/05 01:32:25 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:25 DEBUG : dir1/0004-efghi: md5 = e268d9061987c969ebdda18f6fe8451c OK 2026/08/05 01:32:25 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/05 01:32:25 INFO : dir1/0004-efghijk.txt: Copied (new) to: dir1/0004-efghi 2026/08/05 01:32:25 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:25 DEBUG : dir1/0005-fghij: md5 = b71579095715b90669d13e8c7db3a15e OK 2026/08/05 01:32:25 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/05 01:32:25 INFO : dir1/0005-fghijkl.txt: Copied (new) to: dir1/0005-fghij 2026/08/05 01:32:25 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:25 DEBUG : dir1/0003-defgh: md5 = b2b9065d2b39f6b2d96b2f50cb8f8cb5 OK 2026/08/05 01:32:25 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/05 01:32:25 INFO : dir1/0003-defghij.txt: Copied (new) to: dir1/0003-defgh 2026/08/05 01:32:25 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:26 DEBUG : dir1/0006-ghijk: md5 = edbce7dfc1bd9e4c6734c0eeb585cc0e OK 2026/08/05 01:32:26 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/05 01:32:26 INFO : dir1/0006-ghijklm.txt: Copied (new) to: dir1/0006-ghijk 2026/08/05 01:32:26 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:27 DEBUG : dir1/0007-12345: md5 = a4adf9ec024c71db3dc1cfb9ddb4d575 OK 2026/08/05 01:32:27 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/05 01:32:27 INFO : dir1/0007-1234567.txt: Copied (new) to: dir1/0007-12345 2026/08/05 01:32:27 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:27 DEBUG : dir1/0008-23456: md5 = 0e15bbbc4da603479f3dab5dffbd3d21 OK 2026/08/05 01:32:27 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/05 01:32:27 INFO : dir1/0008-2345678.txt: Copied (new) to: dir1/0008-23456 2026/08/05 01:32:27 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:27 DEBUG : dir1/0009-34567: md5 = e49df529887de6957ac1a14309dbc689 OK 2026/08/05 01:32:27 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/05 01:32:27 INFO : dir1/0009-3456789.txt: Copied (new) to: dir1/0009-34567 2026/08/05 01:32:27 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:28 DEBUG : dir1/0010-45678: md5 = d88fc80587a1075b4cb8c74ebf846046 OK 2026/08/05 01:32:28 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/05 01:32:28 INFO : dir1/0010-456789.txt: Copied (new) to: dir1/0010-45678 2026/08/05 01:32:28 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:28 DEBUG : dir1/0012-6789;: md5 = 65fcb2be349d0dbd81911251b26efcc5 OK 2026/08/05 01:32:28 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/05 01:32:28 INFO : dir1/0012-6789;.txt: Copied (new) to: dir1/0012-6789; 2026/08/05 01:32:28 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:28 DEBUG : dir1/0011-56789: md5 = ff6e0a375633992f7758d3d148ad3cf1 OK 2026/08/05 01:32:28 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/05 01:32:28 INFO : dir1/0011-56789;.txt: Copied (new) to: dir1/0011-56789 2026/08/05 01:32:28 DEBUG : dir1/0013-789;=: md5 = adff8262b8dca44160729bfb5aa069e1 OK 2026/08/05 01:32:28 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/05 01:32:28 INFO : dir1/0013-789;=.txt: Copied (new) to: dir1/0013-789;= 2026/08/05 01:32:30 DEBUG : dir1/0014-89;=.: md5 = 8e496dcb304c2d7d9821ec633bb7db4d OK 2026/08/05 01:32:30 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/05 01:32:30 INFO : dir1/0014-89;=.txt: Copied (new) to: dir1/0014-89;=. 2026/08/05 01:32:30 DEBUG : dir1/0015-9;=.t: md5 = c7b224104ce898e7295306c5ec14d7b7 OK 2026/08/05 01:32:30 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/05 01:32:30 INFO : dir1/0015-9;=.txt: Copied (new) to: dir1/0015-9;=.t 2026/08/05 01:32:30 DEBUG : Waiting for deletions to finish 2026/08/05 01:32:30 INFO : dir1/0011-56789;.txt: Deleted 2026/08/05 01:32:30 INFO : dir1/0013-789;=.txt: Deleted 2026/08/05 01:32:30 INFO : dir1/0005-fghijkl.txt: Deleted 2026/08/05 01:32:30 INFO : splitbananasplit: Deleted 2026/08/05 01:32:30 INFO : dir1/0010-456789.txt: Deleted 2026/08/05 01:32:30 INFO : dir1/0009-3456789.txt: Deleted 2026/08/05 01:32:30 INFO : dir1/0002-cdefghi.txt: Deleted 2026/08/05 01:32:30 INFO : dir1/0012-6789;.txt: Deleted 2026/08/05 01:32:30 INFO : dir1/0007-1234567.txt: Deleted 2026/08/05 01:32:30 INFO : appleappleapplebanana: Deleted 2026/08/05 01:32:30 INFO : dir1/0015-9;=.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0003-defghij.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0006-ghijklm.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0001-bcdefgh.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0008-2345678.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0014-89;=.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0000-abcdefg.txt: Deleted 2026/08/05 01:32:31 INFO : dir1/0004-efghijk.txt: Deleted 2026/08/05 01:32:31 DEBUG : Waiting for deletions to finish 2026/08/05 01:32:31 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : appleapple: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/05 01:32:31 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/05 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:32 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:32 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:32 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:32 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:32 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:32 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:32 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:32 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:32 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:32 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:32 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:32 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:32 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:32 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:32 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:32 DEBUG : dir1: Directory modification time the same (differ by -85.36µs, within tolerance 1ms) 2026/08/05 01:32:32 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:32 DEBUG : apple: size = 5 OK 2026/08/05 01:32:32 DEBUG : appleapple: size = 21 OK 2026/08/05 01:32:32 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:32 DEBUG : apple: Unchanged skipping 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:32 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:32:32 DEBUG : banana: size = 6 OK 2026/08/05 01:32:32 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:32 DEBUG : banana: Unchanged skipping 2026/08/05 01:32:32 DEBUG : splitbanan: size = 16 OK 2026/08/05 01:32:32 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:32 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:32 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:32 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:32:32 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:32 DEBUG : 0000-abcdefg.txt: transformed to: 0000-abcde 2026/08/05 01:32:33 DEBUG : 0001-bcdefgh.txt: transformed to: 0001-bcdef 2026/08/05 01:32:33 DEBUG : 0002-cdefghi.txt: transformed to: 0002-cdefg 2026/08/05 01:32:33 DEBUG : 0003-defghij.txt: transformed to: 0003-defgh 2026/08/05 01:32:33 DEBUG : 0004-efghijk.txt: transformed to: 0004-efghi 2026/08/05 01:32:33 DEBUG : 0005-fghijkl.txt: transformed to: 0005-fghij 2026/08/05 01:32:33 DEBUG : 0006-ghijklm.txt: transformed to: 0006-ghijk 2026/08/05 01:32:33 DEBUG : 0007-1234567.txt: transformed to: 0007-12345 2026/08/05 01:32:33 DEBUG : 0008-2345678.txt: transformed to: 0008-23456 2026/08/05 01:32:33 DEBUG : 0009-3456789.txt: transformed to: 0009-34567 2026/08/05 01:32:33 DEBUG : 0010-456789.txt: transformed to: 0010-45678 2026/08/05 01:32:33 DEBUG : 0011-56789;.txt: transformed to: 0011-56789 2026/08/05 01:32:33 DEBUG : 0012-6789;.txt: transformed to: 0012-6789; 2026/08/05 01:32:33 DEBUG : 0013-789;=.txt: transformed to: 0013-789;= 2026/08/05 01:32:33 DEBUG : dir1/0000-abcde: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0001-bcdef: size = 21 OK 2026/08/05 01:32:33 DEBUG : 0014-89;=.txt: transformed to: 0014-89;=. 2026/08/05 01:32:33 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0003-defgh: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : 0015-9;=.txt: transformed to: 0015-9;=.t 2026/08/05 01:32:33 DEBUG : dir1/0005-fghij: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0002-cdefg: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0006-ghijk: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0008-23456: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0010-45678: size = 20 OK 2026/08/05 01:32:33 DEBUG : dir1/0009-34567: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0012-6789;: size = 19 OK 2026/08/05 01:32:33 DEBUG : dir1/0011-56789: size = 20 OK 2026/08/05 01:32:33 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:32:33 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0007-12345: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0013-789;=: size = 19 OK 2026/08/05 01:32:33 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0014-89;=.: size = 18 OK 2026/08/05 01:32:33 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0015-9;=.t: size = 17 OK 2026/08/05 01:32:33 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0004-efghi: size = 21 OK 2026/08/05 01:32:33 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:32:33 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:32:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:32:33 DEBUG : Waiting for deletions to finish 2026/08/05 01:32:33 DEBUG : Waiting for deletions to finish 2026/08/05 01:32:33 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : splitbanan: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : appleapple: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0013-789;=: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0008-23456: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0001-bcdef: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0012-6789;: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0007-12345: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0002-cdefg: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0011-56789: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0004-efghi: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0000-abcde: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0003-defgh: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0015-9;=.t: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0010-45678: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0005-fghij: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0014-89;=.: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0006-ghijk: Excluded (Path Filter) 2026/08/05 01:32:33 DEBUG : dir1/0009-34567: Excluded (Path Filter) 2026/08/05 01:32:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:34 DEBUG : splitbananasplit: transformed to: splitbanan 2026/08/05 01:32:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:34 DEBUG : appleappleapplebanana: transformed to: appleapple 2026/08/05 01:32:34 DEBUG : dir1/0000-abcdefg.txt: transformed to: dir1/0000-abcde 2026/08/05 01:32:34 DEBUG : dir1/0001-bcdefgh.txt: transformed to: dir1/0001-bcdef 2026/08/05 01:32:34 DEBUG : dir1/0002-cdefghi.txt: transformed to: dir1/0002-cdefg 2026/08/05 01:32:34 DEBUG : dir1/0003-defghij.txt: transformed to: dir1/0003-defgh 2026/08/05 01:32:34 DEBUG : dir1/0004-efghijk.txt: transformed to: dir1/0004-efghi 2026/08/05 01:32:34 DEBUG : dir1/0005-fghijkl.txt: transformed to: dir1/0005-fghij 2026/08/05 01:32:34 DEBUG : dir1/0006-ghijklm.txt: transformed to: dir1/0006-ghijk 2026/08/05 01:32:34 DEBUG : dir1/0007-1234567.txt: transformed to: dir1/0007-12345 2026/08/05 01:32:34 DEBUG : dir1/0008-2345678.txt: transformed to: dir1/0008-23456 2026/08/05 01:32:34 DEBUG : dir1/0009-3456789.txt: transformed to: dir1/0009-34567 2026/08/05 01:32:34 DEBUG : dir1/0010-456789.txt: transformed to: dir1/0010-45678 2026/08/05 01:32:34 DEBUG : dir1/0011-56789;.txt: transformed to: dir1/0011-56789 2026/08/05 01:32:34 DEBUG : dir1/0012-6789;.txt: transformed to: dir1/0012-6789; 2026/08/05 01:32:34 DEBUG : dir1/0013-789;=.txt: transformed to: dir1/0013-789;= 2026/08/05 01:32:34 DEBUG : dir1/0014-89;=.txt: transformed to: dir1/0014-89;=. 2026/08/05 01:32:34 DEBUG : dir1/0015-9;=.txt: transformed to: dir1/0015-9;=.t 2026/08/05 01:32:34 DEBUG : splitbananasplit: transformed to: splitbanan === RUN TestTransform/encoder run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:32:47 DEBUG : dir1/0000-abcdefg.txt: md5 = ba4b5879e659f9bec8005894a86699d8 OK 2026/08/05 01:32:48 DEBUG : dir1/0001-bcdefgh.txt: md5 = 2671accdbc1deddb1337af49234c9621 OK 2026/08/05 01:32:50 DEBUG : dir1/0002-cdefghi.txt: md5 = 07ab82fd168bf46dbf6593f8ec63718c OK 2026/08/05 01:32:51 DEBUG : dir1/0003-defghij.txt: md5 = 7a66fe608ad594ef2ec5404fca0b492d OK 2026/08/05 01:32:53 DEBUG : dir1/0004-efghijk.txt: md5 = fcd38e9534fafb7bd33ef153e71b5195 OK 2026/08/05 01:32:54 DEBUG : dir1/0005-fghijkl.txt: md5 = 83fe39b36a9af3c83fa8949f61ac95a7 OK 2026/08/05 01:32:56 DEBUG : dir1/0006-ghijklm.txt: md5 = 9c5592baec527dc15ece11763a9fe124 OK 2026/08/05 01:32:57 DEBUG : dir1/0007-1234567.txt: md5 = 6fb894c56c8f6d94c3a841e18caae9e9 OK 2026/08/05 01:32:59 DEBUG : dir1/0008-2345678.txt: md5 = c1356070ef799443b31210487d6158d3 OK 2026/08/05 01:33:00 DEBUG : dir1/0009-3456789.txt: md5 = a5da4b789ce7d740b68893753f158c19 OK 2026/08/05 01:33:02 DEBUG : dir1/0010-456789.txt: md5 = 879f24de80979bcde3665b0085e40ec4 OK 2026/08/05 01:33:03 DEBUG : dir1/0011-56789;.txt: md5 = 73f36a247a3a886be82068abc0720c44 OK 2026/08/05 01:33:05 DEBUG : dir1/0012-6789;.txt: md5 = bf9f59b8794ede15a1954e2509634e94 OK 2026/08/05 01:33:06 DEBUG : dir1/0013-789;=.txt: md5 = f897f4ff5b379e31a7d93c269a1c2f5a OK 2026/08/05 01:33:08 DEBUG : dir1/0014-89;=.txt: md5 = f6a7db6aaf0b61f6de55c16805347271 OK 2026/08/05 01:33:09 DEBUG : dir1/0015-9;=.txt: md5 = 4ef6ea260802d5981a9055ef182b893c OK 2026/08/05 01:33:11 DEBUG : apple: md5 = fcecbbf2c1543bf968f01cdb647b2a40 OK 2026/08/05 01:33:12 DEBUG : banana: md5 = ba86a4770bd8e6c1312576cb761d3959 OK 2026/08/05 01:33:13 DEBUG : appleappleapplebanana: md5 = 73abc67c0cdce798aa834b171f13d7be OK 2026/08/05 01:33:15 DEBUG : splitbananasplit: md5 = c6c4e9d3ad777bdfda174bbce5109b56 OK 2026/08/05 01:33:15 DEBUG : Waiting for deletions to finish 2026/08/05 01:33:15 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:33:15 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:33:16 DEBUG : apple: size = 5 OK 2026/08/05 01:33:16 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:16 DEBUG : apple: Unchanged skipping 2026/08/05 01:33:16 DEBUG : banana: size = 6 OK 2026/08/05 01:33:16 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:16 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:33:16 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:16 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:33:16 DEBUG : banana: Unchanged skipping 2026/08/05 01:33:17 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:33:17 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:33:17 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:33:17 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:33:17 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:33:17 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:33:17 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:33:17 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:33:17 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:33:17 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:33:17 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:17 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:33:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:33:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:33:17 INFO : There was nothing to transfer 2026/08/05 01:33:17 DEBUG : Waiting for deletions to finish 2026/08/05 01:33:18 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:33:18 DEBUG : dir1: Directory modification time the same (differ by -783.342µs, within tolerance 1ms) 2026/08/05 01:33:18 DEBUG : apple: size = 5 OK 2026/08/05 01:33:18 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:18 DEBUG : apple: Unchanged skipping 2026/08/05 01:33:18 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:33:18 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:18 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:33:18 DEBUG : banana: size = 6 OK 2026/08/05 01:33:18 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:18 DEBUG : banana: Unchanged skipping 2026/08/05 01:33:18 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:33:18 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:18 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:33:19 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:33:19 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:33:19 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:33:19 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:33:19 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:33:19 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:33:19 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:33:19 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:33:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:33:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:33:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:33:19 INFO : There was nothing to transfer 2026/08/05 01:33:19 DEBUG : Waiting for deletions to finish 2026/08/05 01:33:19 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:33:19 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : Waiting for deletions to finish 2026/08/05 01:33:20 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:33:20 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:33:34 DEBUG : dir1/0000-abcdefg.txt: md5 = 53e8bde8410fdb88c6378bd99e26eaa2 OK 2026/08/05 01:33:35 DEBUG : dir1/0001-bcdefgh.txt: md5 = 846792dfeb2b5e3ba19be7bc7587d4a1 OK 2026/08/05 01:33:36 DEBUG : dir1/0002-cdefghi.txt: md5 = 5aa05bd4c50f85b8de0c0cade1451e23 OK 2026/08/05 01:33:38 DEBUG : dir1/0003-defghij.txt: md5 = e81e7578c3dc5e729ad511f9ae41b8c0 OK 2026/08/05 01:33:39 DEBUG : dir1/0004-efghijk.txt: md5 = 4b2391d9c1ca4a9a4355b675121505ed OK 2026/08/05 01:33:41 DEBUG : dir1/0005-fghijkl.txt: md5 = 60044bbe39f736a4edbab106486ee815 OK 2026/08/05 01:33:42 DEBUG : dir1/0006-ghijklm.txt: md5 = e1a98faae0b7d743ecf967d8c63bb35f OK 2026/08/05 01:33:44 DEBUG : dir1/0007-1234567.txt: md5 = 4754052dd0d24beab721426e80a3bc73 OK 2026/08/05 01:33:45 DEBUG : dir1/0008-2345678.txt: md5 = 990f95e40a4367c331492ee6a32a41de OK 2026/08/05 01:33:46 DEBUG : dir1/0009-3456789.txt: md5 = c85b9a62f836ba68c407a444c9467f16 OK 2026/08/05 01:33:48 DEBUG : dir1/0010-456789.txt: md5 = aa0780e1acd52320442749d897e4f814 OK 2026/08/05 01:33:49 DEBUG : dir1/0011-56789;.txt: md5 = 051d95b5248769ec2d96595f0e015a63 OK 2026/08/05 01:33:51 DEBUG : dir1/0012-6789;.txt: md5 = 0aff50261f574a5aff688b91e8078e9c OK 2026/08/05 01:33:53 DEBUG : dir1/0013-789;=.txt: md5 = 45b8569292fdf37c8544bb2500b0f717 OK 2026/08/05 01:33:54 DEBUG : dir1/0014-89;=.txt: md5 = 162488339c357172906289182af0a974 OK 2026/08/05 01:33:55 DEBUG : dir1/0015-9;=.txt: md5 = 5b47e827a465a1543666daead02a69e3 OK 2026/08/05 01:33:57 DEBUG : apple: md5 = ea822a98abc28e0062eea537e0b8f834 OK 2026/08/05 01:33:58 DEBUG : banana: md5 = e21a92c03dfe5497bbd09f755a640603 OK 2026/08/05 01:34:00 DEBUG : appleappleapplebanana: md5 = 5a36f9fe6f3efcc345eb32f0b52ad0e6 OK 2026/08/05 01:34:01 DEBUG : splitbananasplit: md5 = 365481e2df34ad3cfaa5dbe66942e3a8 OK 2026/08/05 01:34:01 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:02 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:34:02 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:34:03 DEBUG : apple: size = 5 OK 2026/08/05 01:34:03 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:03 DEBUG : apple: Unchanged skipping 2026/08/05 01:34:03 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:34:03 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:03 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:34:03 DEBUG : banana: size = 6 OK 2026/08/05 01:34:03 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:03 DEBUG : banana: Unchanged skipping 2026/08/05 01:34:03 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:34:03 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:34:03 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:03 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:34:04 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:34:04 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:34:04 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:34:04 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:34:04 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:34:04 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:34:04 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:34:04 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:04 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:34:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:34:04 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:04 INFO : There was nothing to transfer 2026/08/05 01:34:04 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:04 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:34:04 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:34:05 DEBUG : dir1: Directory modification time the same (differ by -372.104µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : apple: size = 5 OK 2026/08/05 01:34:05 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : apple: Unchanged skipping 2026/08/05 01:34:05 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:34:05 DEBUG : banana: size = 6 OK 2026/08/05 01:34:05 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:34:05 DEBUG : banana: Unchanged skipping 2026/08/05 01:34:05 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:34:05 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:34:05 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:34:05 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:34:05 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:34:05 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:34:05 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:34:05 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:34:05 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:05 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:34:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:34:05 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:05 INFO : There was nothing to transfer 2026/08/05 01:34:05 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:06 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:34:06 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) === RUN TestTransform/charmap run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:34:19 DEBUG : dir1/0000-abcdefg.txt: md5 = 2655e724e06cc9c72e43677f5ca96a5b OK 2026/08/05 01:34:21 DEBUG : dir1/0001-bcdefgh.txt: md5 = 9d5d9968d932910ac5aab28110289517 OK 2026/08/05 01:34:22 DEBUG : dir1/0002-cdefghi.txt: md5 = 9dae5259b85fb8afecd9e5cedfa90dff OK 2026/08/05 01:34:24 DEBUG : dir1/0003-defghij.txt: md5 = d0bea29b249645ec6ac5207a2aebe67f OK 2026/08/05 01:34:25 DEBUG : dir1/0004-efghijk.txt: md5 = b579aa9f2afed24b7549e3e7ff48061b OK 2026/08/05 01:34:27 DEBUG : dir1/0005-fghijkl.txt: md5 = 19f1efd2b6cb6d80bb3e3b4aa84cbc3a OK 2026/08/05 01:34:28 DEBUG : dir1/0006-ghijklm.txt: md5 = 45d96b2032314c42d4eb4785c8581839 OK 2026/08/05 01:34:30 DEBUG : dir1/0007-1234567.txt: md5 = 751ca1819efb0f8c9b825c787de45f6b OK 2026/08/05 01:34:31 DEBUG : dir1/0008-2345678.txt: md5 = 8ce3db4cf21ca7386b1892e62697ae78 OK 2026/08/05 01:34:33 DEBUG : dir1/0009-3456789.txt: md5 = b13d6c0ad632e432b6e0e940ecb94315 OK 2026/08/05 01:34:35 DEBUG : dir1/0010-456789.txt: md5 = 46565dbe2a2ec91c4087cb493b5cada0 OK 2026/08/05 01:34:36 DEBUG : dir1/0011-56789;.txt: md5 = 718038c59ce49cfe9601f506933515c2 OK 2026/08/05 01:34:37 DEBUG : dir1/0012-6789;.txt: md5 = e903711f073a096583f47e60ceb8746a OK 2026/08/05 01:34:39 DEBUG : dir1/0013-789;=.txt: md5 = 80e78963e06ae7517ea3d79cdde87d44 OK 2026/08/05 01:34:40 DEBUG : dir1/0014-89;=.txt: md5 = 188afe3eb95e1e281c3fcf2e6ea749b2 OK 2026/08/05 01:34:42 DEBUG : dir1/0015-9;=.txt: md5 = 6b10de8b024607d933d005e715088868 OK 2026/08/05 01:34:43 DEBUG : apple: md5 = a8262d76f494f70d764a2f46b662f117 OK 2026/08/05 01:34:44 DEBUG : banana: md5 = 5ea2a367f777933c6168fa2aeec120a3 OK 2026/08/05 01:34:46 DEBUG : appleappleapplebanana: md5 = bb0b860eb0955167878a9199880def00 OK 2026/08/05 01:34:47 DEBUG : splitbananasplit: md5 = b8c2d1a86200b289f71e6813d7ad8597 OK 2026/08/05 01:34:47 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:48 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:34:48 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:34:49 DEBUG : apple: size = 5 OK 2026/08/05 01:34:49 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : apple: Unchanged skipping 2026/08/05 01:34:49 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:34:49 DEBUG : banana: size = 6 OK 2026/08/05 01:34:49 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : banana: Unchanged skipping 2026/08/05 01:34:49 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:34:49 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:34:49 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:34:49 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:34:49 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:34:49 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:34:49 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:34:49 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:34:49 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:34:49 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:34:49 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:34:49 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:49 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:34:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:34:49 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:49 INFO : There was nothing to transfer 2026/08/05 01:34:49 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:50 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:34:50 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1: Directory modification time the same (differ by -963.275µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : apple: size = 5 OK 2026/08/05 01:34:51 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : apple: Unchanged skipping 2026/08/05 01:34:51 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:34:51 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:34:51 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:34:51 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:34:51 DEBUG : banana: size = 6 OK 2026/08/05 01:34:51 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : banana: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:34:51 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:34:51 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:34:51 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:34:51 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:34:51 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:34:51 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:34:51 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:34:51 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:34:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:34:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:34:51 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:51 INFO : There was nothing to transfer 2026/08/05 01:34:51 DEBUG : Waiting for deletions to finish 2026/08/05 01:34:51 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:34:51 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) === RUN TestTransform/lowercase run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:35:05 DEBUG : dir1/0000-abcdefg.txt: md5 = dc08234650721da7f41cb5e8bf55324c OK 2026/08/05 01:35:06 DEBUG : dir1/0001-bcdefgh.txt: md5 = 236471afa6fe8aba2d97d769e9ef0ca2 OK 2026/08/05 01:35:08 DEBUG : dir1/0002-cdefghi.txt: md5 = 18b7e313a21f51c0a653af7ac1b37303 OK 2026/08/05 01:35:09 DEBUG : dir1/0003-defghij.txt: md5 = 027383cd19bcfbec37643cee467e8bf3 OK 2026/08/05 01:35:11 DEBUG : dir1/0004-efghijk.txt: md5 = 550011f7b6984f2121cf3d24f6fbe086 OK 2026/08/05 01:35:13 DEBUG : dir1/0005-fghijkl.txt: md5 = f5e1e3f13bbd5cb89123425e875e62e6 OK 2026/08/05 01:35:16 DEBUG : dir1/0006-ghijklm.txt: md5 = e0eac9bb108c1067a4ab359a0d36859f OK 2026/08/05 01:35:17 DEBUG : dir1/0007-1234567.txt: md5 = b6ae9ea66872aac4dce1a6fed1793b32 OK 2026/08/05 01:35:19 DEBUG : dir1/0008-2345678.txt: md5 = 2a7b9d56c05ae0f381cf46da751293b3 OK 2026/08/05 01:35:20 DEBUG : dir1/0009-3456789.txt: md5 = 81cf40041c0083b39767bdda08002c5f OK 2026/08/05 01:35:22 DEBUG : dir1/0010-456789.txt: md5 = 5e5b82326a30bcec45223d43eaff4fc1 OK 2026/08/05 01:35:23 DEBUG : dir1/0011-56789;.txt: md5 = 13c5b8b370e46f5c718c6458ba2b0432 OK 2026/08/05 01:35:24 DEBUG : dir1/0012-6789;.txt: md5 = 64287cc2751ee6682fea258c0221a29d OK 2026/08/05 01:35:26 DEBUG : dir1/0013-789;=.txt: md5 = a7996b15967b3487702cbace4c41d979 OK 2026/08/05 01:35:27 DEBUG : dir1/0014-89;=.txt: md5 = a61e8e2adc4cf815a8280a80cf6c5127 OK 2026/08/05 01:35:29 DEBUG : dir1/0015-9;=.txt: md5 = 12e51b8d36b8ecc06ebcac0f1437ec7b OK 2026/08/05 01:35:30 DEBUG : apple: md5 = a6e581d7fcfe954906fa250413ea42e7 OK 2026/08/05 01:35:32 DEBUG : banana: md5 = ca61b9291168b61f8ca3cc435d86ef9a OK 2026/08/05 01:35:33 DEBUG : appleappleapplebanana: md5 = 8458b3c06562491800f4fc48de6d7a7c OK 2026/08/05 01:35:35 DEBUG : splitbananasplit: md5 = fc28902c64f46f56802b65e29b361f7d OK 2026/08/05 01:35:35 DEBUG : Waiting for deletions to finish 2026/08/05 01:35:35 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:35:35 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:35:36 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:35:36 DEBUG : apple: size = 5 OK 2026/08/05 01:35:36 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:36 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:35:36 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:36 DEBUG : apple: Unchanged skipping 2026/08/05 01:35:36 DEBUG : banana: size = 6 OK 2026/08/05 01:35:36 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:36 DEBUG : banana: Unchanged skipping 2026/08/05 01:35:36 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:35:36 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:35:36 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:36 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:35:37 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:35:37 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:35:37 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:35:37 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:35:37 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:35:37 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:35:37 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:35:37 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:37 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:35:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:35:37 DEBUG : Waiting for deletions to finish 2026/08/05 01:35:37 INFO : There was nothing to transfer 2026/08/05 01:35:37 DEBUG : Waiting for deletions to finish 2026/08/05 01:35:37 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:35:37 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:35:38 DEBUG : dir1: Directory modification time the same (differ by -564.485µs, within tolerance 1ms) 2026/08/05 01:35:38 DEBUG : apple: size = 5 OK 2026/08/05 01:35:38 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:38 DEBUG : apple: Unchanged skipping 2026/08/05 01:35:38 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:35:38 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:38 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:35:38 DEBUG : banana: size = 6 OK 2026/08/05 01:35:38 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:38 DEBUG : banana: Unchanged skipping 2026/08/05 01:35:38 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:35:38 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:38 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:35:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:35:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:35:39 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:35:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:35:39 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:35:39 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:35:39 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:35:39 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:35:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:35:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:35:39 DEBUG : Waiting for deletions to finish 2026/08/05 01:35:39 INFO : There was nothing to transfer 2026/08/05 01:35:39 DEBUG : Waiting for deletions to finish 2026/08/05 01:35:39 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:35:39 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) === RUN TestTransform/ascii run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:35:54 DEBUG : dir1/0000-abcdefg.txt: md5 = b68852499a81803d3db8577f0d7e0ef2 OK 2026/08/05 01:35:55 DEBUG : dir1/0001-bcdefgh.txt: md5 = 3d333b0af63f10fcfdcb71874eaa7fd4 OK 2026/08/05 01:35:57 DEBUG : dir1/0002-cdefghi.txt: md5 = 21233be7f761e15eb9896d704d542da4 OK 2026/08/05 01:35:58 DEBUG : dir1/0003-defghij.txt: md5 = 57b8220a075da14dd3eab206c381181f OK 2026/08/05 01:36:00 DEBUG : dir1/0004-efghijk.txt: md5 = 33dabeb6e376631b4ad39d162d176939 OK 2026/08/05 01:36:01 DEBUG : dir1/0005-fghijkl.txt: md5 = 2d53c02bcaf0db5cfaee807fe9919efc OK 2026/08/05 01:36:02 DEBUG : dir1/0006-ghijklm.txt: md5 = 9bb4114eb4d1c199ba7e01c90a9464aa OK 2026/08/05 01:36:04 DEBUG : dir1/0007-1234567.txt: md5 = bff7c81f597f674c89795f94efc65b89 OK 2026/08/05 01:36:05 DEBUG : dir1/0008-2345678.txt: md5 = 1287d9e4889c1ee82dde7a7007336200 OK 2026/08/05 01:36:07 DEBUG : dir1/0009-3456789.txt: md5 = 9e89bd821219ed2515378df0497082d4 OK 2026/08/05 01:36:08 DEBUG : dir1/0010-456789.txt: md5 = 2cdabb4f199cb855e3c14eadcc775b7e OK 2026/08/05 01:36:09 DEBUG : dir1/0011-56789;.txt: md5 = e0bd5752110e12820dc216a094658dc7 OK 2026/08/05 01:36:11 DEBUG : dir1/0012-6789;.txt: md5 = 246f3b8cec07b21280f02aa20a0b4126 OK 2026/08/05 01:36:12 DEBUG : dir1/0013-789;=.txt: md5 = c19d2c27daf28cc5d0c92118b465c581 OK 2026/08/05 01:36:14 DEBUG : dir1/0014-89;=.txt: md5 = 293a73852f4357e9af19fe1218982a9a OK 2026/08/05 01:36:15 DEBUG : dir1/0015-9;=.txt: md5 = aa8e5602950751ddd9adc40bb42b1f0b OK 2026/08/05 01:36:17 DEBUG : apple: md5 = 97c4d4f2d42c694efad6d4a1fafca82f OK 2026/08/05 01:36:20 DEBUG : banana: md5 = 8f55140cfe93a1b590b665e960666b27 OK 2026/08/05 01:36:22 DEBUG : appleappleapplebanana: md5 = 90f357a5c1f6bec806ebb6043885ad6e OK 2026/08/05 01:36:23 DEBUG : splitbananasplit: md5 = e067e7f812626bb3bab100a8a893bf70 OK 2026/08/05 01:36:23 DEBUG : Waiting for deletions to finish 2026/08/05 01:36:23 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:36:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:36:24 DEBUG : apple: size = 5 OK 2026/08/05 01:36:24 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:24 DEBUG : apple: Unchanged skipping 2026/08/05 01:36:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:36:24 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:36:24 DEBUG : banana: size = 6 OK 2026/08/05 01:36:24 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:24 DEBUG : banana: Unchanged skipping 2026/08/05 01:36:25 INFO : dir1: Set directory modification time (using SetModTime) 2026/08/05 01:36:25 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:36:25 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:36:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:36:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:36:25 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:36:25 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:36:25 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:36:25 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:36:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:36:25 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:36:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:36:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:36:25 INFO : There was nothing to transfer 2026/08/05 01:36:25 DEBUG : Waiting for deletions to finish 2026/08/05 01:36:26 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/08/05 01:36:26 DEBUG : dir1: Directory modification time the same (differ by -158.459µs, within tolerance 1ms) 2026/08/05 01:36:26 DEBUG : appleappleapplebanana: size = 21 OK 2026/08/05 01:36:26 DEBUG : appleappleapplebanana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:26 DEBUG : appleappleapplebanana: Unchanged skipping 2026/08/05 01:36:26 DEBUG : banana: size = 6 OK 2026/08/05 01:36:26 DEBUG : banana: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:26 DEBUG : banana: Unchanged skipping 2026/08/05 01:36:26 DEBUG : apple: size = 5 OK 2026/08/05 01:36:26 DEBUG : apple: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:26 DEBUG : apple: Unchanged skipping 2026/08/05 01:36:26 DEBUG : splitbananasplit: size = 16 OK 2026/08/05 01:36:26 DEBUG : splitbananasplit: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:26 DEBUG : splitbananasplit: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0001-bcdefgh.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0003-defghij.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0000-abcdefg.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0002-cdefghi.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:36:27 DEBUG : dir1/0006-ghijklm.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0005-fghijkl.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/08/05 01:36:27 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/08/05 01:36:27 DEBUG : dir1/0010-456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/08/05 01:36:27 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0009-3456789.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/08/05 01:36:27 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/08/05 01:36:27 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0013-789;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0012-6789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/08/05 01:36:27 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0011-56789;.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0004-efghijk.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0007-1234567.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0014-89;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0008-2345678.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/08/05 01:36:27 DEBUG : dir1/0015-9;=.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:36:27 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/08/05 01:36:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:36:27 DEBUG : Waiting for deletions to finish 2026/08/05 01:36:27 INFO : There was nothing to transfer 2026/08/05 01:36:27 DEBUG : Waiting for deletions to finish 2026/08/05 01:36:27 DEBUG : apple: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : banana: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/08/05 01:36:27 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) --- PASS: TestTransform (561.95s) --- PASS: TestTransform/NFC (45.79s) --- PASS: TestTransform/NFD (46.09s) --- PASS: TestTransform/base64 (57.19s) --- PASS: TestTransform/prefix (63.31s) --- PASS: TestTransform/suffix (62.37s) --- PASS: TestTransform/truncate (53.22s) --- PASS: TestTransform/encoder (47.08s) --- PASS: TestTransform/ISO-8859-1 (45.73s) --- PASS: TestTransform/charmap (45.62s) --- PASS: TestTransform/lowercase (48.84s) --- PASS: TestTransform/ascii (46.70s) === RUN TestTransformCopy run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:36:38 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/05 01:36:38 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/05 01:36:38 DEBUG : sub dir_somesuffix: Making directory with metadata 2026/08/05 01:36:39 INFO : sub dir_somesuffix: Made directory with metadata (mtime=2026-08-05T01:36:38.651450931Z) 2026/08/05 01:36:39 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/08/05 01:36:39 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/08/05 01:36:39 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/05 01:36:39 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/08/05 01:36:39 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/05 01:36:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:36:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:36:40 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: md5 = 4c00d5c0e05f3d14b341af37abfb5bcc OK 2026/08/05 01:36:40 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/08/05 01:36:40 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/08/05 01:36:40 DEBUG : Waiting for deletions to finish --- PASS: TestTransformCopy (4.86s) === RUN TestDoubleTransform run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:36:43 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:36:43 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:36:43 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:36:44 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:36:43.507512916Z) 2026/08/05 01:36:44 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:36:44 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:36:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:36:44 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:36:44 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:36:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:36:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:36:45 DEBUG : tictactoe/tictactoe: md5 = 46f6c8f8c0a4330b3793e121b9ba6690 OK 2026/08/05 01:36:45 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/08/05 01:36:45 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/08/05 01:36:45 DEBUG : Waiting for deletions to finish --- PASS: TestDoubleTransform (4.82s) === RUN TestFileTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:36:48 DEBUG : toe: Making directory with metadata 2026/08/05 01:36:49 INFO : toe: Made directory with metadata (mtime=2026-08-05T01:36:48.32357439Z) 2026/08/05 01:36:49 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:36:50 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:36:48.32357439Z) 2026/08/05 01:36:50 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:36:50 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:36:50 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:36:50 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:36:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:36:51 DEBUG : toe/toe/tictactoe: md5 = 2353eb851c445c6fd7df358b1523d62d OK 2026/08/05 01:36:51 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/05 01:36:51 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/05 01:36:51 DEBUG : Waiting for deletions to finish --- PASS: TestFileTag (6.77s) === RUN TestNoTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:36:55 DEBUG : toe: Making directory with metadata 2026/08/05 01:36:56 INFO : toe: Made directory with metadata (mtime=2026-08-05T01:36:55.091660778Z) 2026/08/05 01:36:56 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:36:57 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:36:55.091660778Z) 2026/08/05 01:36:57 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:36:57 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:36:57 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:36:57 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/08/05 01:36:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:36:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:36:58 DEBUG : toe/toe/tictactoe: md5 = 4ecba9a6dc16ddf34ba0412d77a8ca28 OK 2026/08/05 01:36:58 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/08/05 01:36:58 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/08/05 01:36:58 DEBUG : Waiting for deletions to finish --- PASS: TestNoTag (7.29s) === RUN TestDirTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:02 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:37:02 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:02 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:02 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:37:03 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:03 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:03 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:03 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:37:04 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:02.376753763Z) 2026/08/05 01:37:04 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:04 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:04 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:37:04 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:02.376753763Z) 2026/08/05 01:37:04 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:04 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:37:04 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:06 DEBUG : tictactoe/tictactoe/toe.txt: md5 = 9bc6143cb5d1b8f66820dec5b6228789 OK 2026/08/05 01:37:06 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/05 01:37:06 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:06 DEBUG : Waiting for deletions to finish --- PASS: TestDirTag (7.98s) === RUN TestAllTag run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:10 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:37:10 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:10 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:10 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:10 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:37:11 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:11 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:11 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:11 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:11 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:37:12 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:10.356855615Z) 2026/08/05 01:37:12 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:12 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:12 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:12 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:37:13 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:10.356855615Z) 2026/08/05 01:37:13 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:13 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:37:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:13 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:37:13 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 7798bafe3f5c57f5764df28d4c4057ea OK 2026/08/05 01:37:14 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:37:14 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:14 DEBUG : Waiting for deletions to finish 2026/08/05 01:37:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:15 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:15 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:15 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:15 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:15 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:37:16 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:37:16 DEBUG : tictactoe/tictactoe/tictactoe.txt: OK - could not check hash 2026/08/05 01:37:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': 0 differences found 2026/08/05 01:37:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': 1 hashes could not be checked 2026/08/05 01:37:16 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': 1 matching files --- PASS: TestAllTag (9.36s) === RUN TestRunTwice run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:19 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:19 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:19 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:37:20 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:19.715975062Z) 2026/08/05 01:37:20 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:20 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:20 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:20 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:37:21 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:19.715975062Z) 2026/08/05 01:37:21 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:21 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:37:21 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:22 DEBUG : tictactoe/tictactoe/toe.txt: md5 = d89d2936688b5714d32330c55fe39641 OK 2026/08/05 01:37:22 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/05 01:37:22 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:22 DEBUG : Waiting for deletions to finish 2026/08/05 01:37:23 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:23 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:23 DEBUG : tictactoe: Directory modification time the same (differ by -975.062µs, within tolerance 1ms) 2026/08/05 01:37:23 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:24 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:24 DEBUG : tictactoe/tictactoe: Directory modification time the same (differ by -975.062µs, within tolerance 1ms) 2026/08/05 01:37:24 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/08/05 01:37:24 DEBUG : toe/toe/toe.txt: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2026/08/05 01:37:24 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/08/05 01:37:24 DEBUG : toe/toe/toe.txt: Unchanged skipping 2026/08/05 01:37:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:24 DEBUG : Waiting for deletions to finish --- PASS: TestRunTwice (8.55s) === RUN TestSyntax 2026/08/05 01:37:28 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:28 DEBUG : toe: Making directory with metadata 2026/08/05 01:37:29 INFO : toe: Made directory with metadata (mtime=2026-08-05T01:37:28.262084129Z) 2026/08/05 01:37:29 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:37:30 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:37:28.262084129Z) 2026/08/05 01:37:30 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:31 DEBUG : toe/toe/toe: md5 = 396bf7deff08442cfaef005422ad4034 OK 2026/08/05 01:37:31 DEBUG : toe/toe/toe: size = 11 OK 2026/08/05 01:37:31 INFO : toe/toe/toe: Copied (new) 2026/08/05 01:37:31 DEBUG : Waiting for deletions to finish --- PASS: TestConflicting (7.10s) === RUN TestMove run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:35 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:37:35 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:35 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:35 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:35 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:37:36 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:36 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:36 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:36 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:37:37 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:35.361174727Z) 2026/08/05 01:37:37 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:37 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:37 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:37 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:37:38 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:35.361174727Z) 2026/08/05 01:37:38 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:38 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:37:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:38 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:37:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:38 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:38 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = c3d9907b6f47309f2d1af04f71355eae OK 2026/08/05 01:37:39 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:37:39 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:39 INFO : toe/toe/toe.txt: Deleted 2026/08/05 01:37:39 INFO : toe/toe: Removing directory 2026/08/05 01:37:39 INFO : toe: Removing directory 2026/08/05 01:37:39 INFO : empty_dir: Removing directory 2026/08/05 01:37:39 DEBUG : Local file system at /tmp/rclone293589790: deleted 3 directories --- PASS: TestMove (8.70s) === RUN TestTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:44 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:37:44 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:44 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:44 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:44 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:37:45 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:45 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:45 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:37:45 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:44.061285755Z) 2026/08/05 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:45 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:45 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:45 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:37:46 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:44.061285755Z) 2026/08/05 01:37:46 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:46 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:37:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:46 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:37:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:46 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 65269751022f082b7acd21029cb1f51b OK 2026/08/05 01:37:48 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:37:48 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:48 INFO : toe/toe/toe.txt: Deleted 2026/08/05 01:37:48 INFO : toe/toe: Removing directory 2026/08/05 01:37:48 INFO : toe: Removing directory 2026/08/05 01:37:48 INFO : empty_dir: Removing directory 2026/08/05 01:37:48 DEBUG : Local file system at /tmp/rclone293589790: deleted 3 directories 2026/08/05 01:37:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:37:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:37:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:37:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:37:49 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:37:51 INFO : tictactoe/tictactoe/tictactoe.txt: Moved (server-side) to: toe/toe/toe.txt --- PASS: TestTransformFile (13.14s) === RUN TestManualTransformFile run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:37:57 DEBUG : Reset feature "Copy" 2026/08/05 01:37:57 DEBUG : Reset feature "Move" 2026/08/05 01:37:57 DEBUG : Reset feature "Copy" 2026/08/05 01:37:57 DEBUG : Reset feature "Move" 2026/08/05 01:37:57 DEBUG : empty_dir: Making directory with metadata 2026/08/05 01:37:57 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:57 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:57 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:57 DEBUG : tictacempty_dir: Making directory with metadata 2026/08/05 01:37:58 INFO : tictacempty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/08/05 01:37:58 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/08/05 01:37:58 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:58 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:58 DEBUG : tictactoe: Making directory with metadata 2026/08/05 01:37:59 INFO : tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:57.19945341Z) 2026/08/05 01:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:59 DEBUG : toe: transformed to: tictactoe 2026/08/05 01:37:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:59 DEBUG : tictactoe/tictactoe: Making directory with metadata 2026/08/05 01:37:59 INFO : tictactoe/tictactoe: Made directory with metadata (mtime=2026-08-05T01:37:57.19945341Z) 2026/08/05 01:37:59 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/08/05 01:37:59 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/08/05 01:37:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:59 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:37:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:37:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:37:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:37:59 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:38:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: md5 = 99525172615ed7e18243537ea0f00a3b OK 2026/08/05 01:38:01 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:38:01 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/08/05 01:38:01 INFO : toe/toe/toe.txt: Deleted 2026/08/05 01:38:01 INFO : toe/toe: Removing directory 2026/08/05 01:38:01 INFO : toe: Removing directory 2026/08/05 01:38:01 INFO : empty_dir: Removing directory 2026/08/05 01:38:01 DEBUG : Local file system at /tmp/rclone293589790: deleted 3 directories 2026/08/05 01:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/08/05 01:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: Size and modification time the same (differ by 0s, within tolerance 1ms) 2026/08/05 01:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:38:02 DEBUG : tictactoe/tictactoe/tictactoe.txt: transformed to: toe/toe/toe.txt 2026/08/05 01:38:06 DEBUG : toe/toe/toe.txt: md5 = bcdcba338dcda02e01efd00a247fa3fb OK 2026/08/05 01:38:06 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/05 01:38:06 INFO : tictactoe/tictactoe/tictactoe.txt: Copied (new) to: toe/toe/toe.txt 2026/08/05 01:38:06 INFO : tictactoe/tictactoe/tictactoe.txt: Deleted --- PASS: TestManualTransformFile (15.42s) === RUN TestBase64 run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:38:12 DEBUG : toe: transformed to: dG9l 2026/08/05 01:38:12 DEBUG : toe: transformed to: dG9l 2026/08/05 01:38:12 DEBUG : dG9l: Making directory with metadata 2026/08/05 01:38:13 INFO : dG9l: Made directory with metadata (mtime=2026-08-05T01:38:12.614650111Z) 2026/08/05 01:38:13 DEBUG : toe: transformed to: dG9l 2026/08/05 01:38:13 DEBUG : toe: transformed to: dG9l 2026/08/05 01:38:13 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/05 01:38:13 DEBUG : dG9l/dG9l: Making directory with metadata 2026/08/05 01:38:14 INFO : dG9l/dG9l: Made directory with metadata (mtime=2026-08-05T01:38:12.614650111Z) 2026/08/05 01:38:14 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/08/05 01:38:14 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/08/05 01:38:14 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/05 01:38:14 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/08/05 01:38:14 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/08/05 01:38:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:38:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:38:16 DEBUG : dG9l/dG9l/dG9lLnR4dA==: md5 = 9af40445219e1190805c2d506776cdba OK 2026/08/05 01:38:16 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/08/05 01:38:16 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/08/05 01:38:16 DEBUG : Waiting for deletions to finish 2026/08/05 01:38:17 DEBUG : dG9l: transformed to: toe 2026/08/05 01:38:17 DEBUG : dG9l: transformed to: toe 2026/08/05 01:38:17 DEBUG : toe: Directory modification time the same (differ by 650.111µs, within tolerance 1ms) 2026/08/05 01:38:17 DEBUG : Added delayed dir = "toe", newDst=toe 2026/08/05 01:38:17 DEBUG : dG9l: transformed to: toe 2026/08/05 01:38:17 DEBUG : dG9l/dG9l: transformed to: toe/toe 2026/08/05 01:38:17 DEBUG : toe/toe: Directory modification time the same (differ by 650.111µs, within tolerance 1ms) 2026/08/05 01:38:17 DEBUG : Added delayed dir = "toe/toe", newDst=toe/toe 2026/08/05 01:38:17 DEBUG : dG9lLnR4dA==: transformed to: toe.txt 2026/08/05 01:38:17 DEBUG : toe/toe/toe.txt: size = 11 OK 2026/08/05 01:38:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Size and modification time the same (differ by 999.999µs, within tolerance 1ms) 2026/08/05 01:38:17 DEBUG : Local file system at /tmp/rclone293589790: Waiting for checks to finish 2026/08/05 01:38:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: transformed to: toe/toe/toe.txt 2026/08/05 01:38:17 DEBUG : dG9l/dG9l/dG9lLnR4dA==: Unchanged skipping 2026/08/05 01:38:17 DEBUG : Local file system at /tmp/rclone293589790: Waiting for transfers to finish 2026/08/05 01:38:17 DEBUG : Waiting for deletions to finish --- PASS: TestBase64 (8.56s) === RUN TestError run.go:198: Remote "Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani'", Local "Local file system at /tmp/rclone293589790", Modify Window "1ms" 2026/08/05 01:38:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:21 DEBUG : toe: transformed to: 2026/08/05 01:38:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:21 DEBUG : toe: transformed to: 2026/08/05 01:38:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Making directory with metadata 2026/08/05 01:38:21 INFO : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Made directory with metadata (mtime=2026-08-05T01:38:21.179759399Z) 2026/08/05 01:38:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:21 DEBUG : toe: transformed to: 2026/08/05 01:38:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:21 DEBUG : toe: transformed to: 2026/08/05 01:38:21 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:21 DEBUG : toe/toe: transformed to: 2026/08/05 01:38:21 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/05 01:38:21 DEBUG : toe/toe: Making directory with metadata 2026/08/05 01:38:23 INFO : toe/toe: Made directory with metadata (mtime=2026-08-05T01:38:21.179759399Z) 2026/08/05 01:38:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:23 DEBUG : toe/toe: transformed to: 2026/08/05 01:38:23 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/08/05 01:38:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:23 DEBUG : toe: transformed to: 2026/08/05 01:38:23 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/08/05 01:38:23 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/08/05 01:38:23 DEBUG : toe/toe/toe: transformed to: 2026/08/05 01:38:23 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/08/05 01:38:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for checks to finish 2026/08/05 01:38:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Waiting for transfers to finish 2026/08/05 01:38:24 DEBUG : toe/toe/toe: md5 = a2ac07563a610b9cbb742505226d164d OK 2026/08/05 01:38:24 DEBUG : toe/toe/toe: size = 11 OK 2026/08/05 01:38:24 INFO : toe/toe/toe: Copied (new) 2026/08/05 01:38:24 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': not deleting files as there were IO errors 2026/08/05 01:38:24 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': not deleting directories as there were IO errors --- PASS: TestError (7.13s) PASS 2026/08/05 01:38:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-boxotax2wani': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 27m29.593420886s (try 1/5)